Skip to content

Commit

Permalink
🔖(minor) bump release to 0.1.6
Browse files Browse the repository at this point in the history
Release to 0.1.6
  • Loading branch information
lebaudantoine committed Sep 23, 2024
1 parent 812016d commit 1103902
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "meet"
version = "0.1.5"
version = "0.1.6"
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meet",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "panda codegen && vite",
Expand Down
4 changes: 2 additions & 2 deletions src/helm/env.d/preprod/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: lasuite/meet-backend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -108,7 +108,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"

ingress:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions src/helm/env.d/production/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: lasuite/meet-backend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -109,7 +109,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.5"
tag: "v0.1.6"

ingress:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions src/mail/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mail/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1103902

Please sign in to comment.