🔖(patch) bump release to 0.1.10

I made a mistake, and forgot to set summary and celery
deployment to 0 replicas.
This commit is contained in:
lebaudantoine
2024-12-03 02:30:36 +01:00
committed by aleb_the_flash
parent 3e3f964ac5
commit 4b4f16e93f
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.9"
version = "0.1.10"
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.9",
"version": "0.1.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meet",
"version": "0.1.9",
"version": "0.1.10",
"dependencies": {
"@livekit/components-react": "2.6.9",
"@livekit/components-styles": "1.1.4",

View File

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

View File

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

View File

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

View File

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