Skip to content

Commit

Permalink
🔖(patch) bump release to 0.1.7
Browse files Browse the repository at this point in the history
Bump release to 0.1.7
  • Loading branch information
lebaudantoine committed Sep 25, 2024
1 parent be35ee0 commit d2e28da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.6"
version = "0.1.7"
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.6",
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "panda codegen && vite",
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.6"
tag: "v0.1.7"

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

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.6",
"version": "0.1.7",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {
Expand Down

0 comments on commit d2e28da

Please sign in to comment.