🔖(minor) bump release to 0.1.1

This commit is contained in:
Emmanuel Pelletier
2024-07-22 15:52:22 +02:00
parent 88a5717022
commit 195e701fc4
7 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "meet"
version = "0.1.0"
version = "0.1.1"
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.0",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meet",
"version": "0.1.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "panda codegen && vite",

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "meet-openapi-client-ts",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Tool to generate Typescript API client for the Meet application.",
"scripts": {