Compare commits

...

1 Commits

Author SHA1 Message Date
Anthony LC
6708336052 🔖(minor) initial release to 0.1.0
Added
- Coming Soon page
- Impress, project to manage your documents easily
  and collaboratively
2024-05-23 15:32:23 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
image:
repository: lasuite/impress-backend
pullPolicy: Always
tag: "main"
tag: "v0.1.0"
backend:
migrateJobAnnotations:
@@ -115,13 +115,13 @@ frontend:
image:
repository: lasuite/impress-frontend
pullPolicy: Always
tag: "main"
tag: "v0.1.0"
webrtc:
image:
repository: lasuite/impress-y-webrtc-signaling
pullPolicy: Always
tag: "main"
tag: "v0.1.0"
ingress:
enabled: true

View File

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

View File

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