🔖(minor) bump release to 0.1.2

This commit is contained in:
Emmanuel Pelletier
2024-07-29 10:16:49 +02:00
parent 34e21b77b5
commit 62492d1411
6 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "meet"
version = "0.1.1"
version = "0.1.2"
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.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meet",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@livekit/components-react": "2.3.3",
"@livekit/components-styles": "1.0.12",

View File

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

View File

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

View File

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

View File

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