🔖(minor) initial release to 0.1.0

Added
- Coming Soon page
- Impress, project to manage your documents easily
  and collaboratively
This commit is contained in:
Anthony LC
2024-05-24 10:09:14 +02:00
committed by Anthony LC
parent 5c9e4ab3e6
commit 10c53d2a4e
4 changed files with 16 additions and 5 deletions

View File

@@ -7,3 +7,14 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2024-05-24
## Added
- Coming Soon page (#67)
- Impress, project to manage your documents easily and collaboratively.
[unreleased]: https://github.com/numerique-gouv/impress/compare/v0.1.0...main
[0.1.0]: https://github.com/numerique-gouv/impress/releases/v0.1.0

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": {