Skip to content

Commit

Permalink
🔖(minor) bump release to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhabitela committed Jul 29, 2024
1 parent 34e21b7 commit 62492d1
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.1"
version = "0.1.2"
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.1",
"version": "0.1.2",
"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.1"
tag: "v0.1.2"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -106,7 +106,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.1"
tag: "v0.1.2"

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.1"
tag: "v0.1.2"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -106,7 +106,7 @@ frontend:
image:
repository: lasuite/meet-frontend
pullPolicy: Always
tag: "v0.1.1"
tag: "v0.1.2"

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

0 comments on commit 62492d1

Please sign in to comment.