🔖(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:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -7,3 +7,14 @@ and this project adheres to
|
|||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: lasuite/impress-backend
|
repository: lasuite/impress-backend
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "main"
|
tag: "v0.1.0"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
migrateJobAnnotations:
|
migrateJobAnnotations:
|
||||||
@@ -115,13 +115,13 @@ frontend:
|
|||||||
image:
|
image:
|
||||||
repository: lasuite/impress-frontend
|
repository: lasuite/impress-frontend
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "main"
|
tag: "v0.1.0"
|
||||||
|
|
||||||
webrtc:
|
webrtc:
|
||||||
image:
|
image:
|
||||||
repository: lasuite/impress-y-webrtc-signaling
|
repository: lasuite/impress-y-webrtc-signaling
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "main"
|
tag: "v0.1.0"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mail_mjml",
|
"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",
|
"description": "An util to generate html and text django's templates from mjml templates",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "impress-openapi-client-ts",
|
"name": "impress-openapi-client-ts",
|
||||||
"version": "1.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Tool to generate Typescript API client for the impress application.",
|
"description": "Tool to generate Typescript API client for the impress application.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user