🔖(minor) bump release to 0.1.6

Release to 0.1.6
This commit is contained in:
lebaudantoine
2024-09-23 20:09:28 +02:00
committed by aleb_the_flash
parent 812016d09c
commit 1103902c12
7 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "meet"
version = "0.1.5"
version = "0.1.6"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",

View File

@@ -1,12 +1,12 @@
{
"name": "meet",
"version": "0.1.5",
"version": "0.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meet",
"version": "0.1.5",
"version": "0.1.6",
"dependencies": {
"@livekit/components-react": "2.5.4",
"@livekit/components-styles": "1.1.2",

View File

@@ -1,7 +1,7 @@
{
"name": "meet",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "panda codegen && vite",

View File

@@ -1,7 +1,7 @@
image:
repository: lasuite/meet-backend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"
backend:
migrateJobAnnotations:
@@ -108,7 +108,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"
ingress:
enabled: true

View File

@@ -1,7 +1,7 @@
image:
repository: lasuite/meet-backend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"
backend:
migrateJobAnnotations:
@@ -109,7 +109,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"
ingress:
enabled: true

View File

@@ -1,12 +1,12 @@
{
"name": "mail_mjml",
"version": "0.1.5",
"version": "0.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mail_mjml",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"dependencies": {
"@html-to/text-cli": "0.5.4",

View File

@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "0.1.5",
"version": "0.1.6",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {