Skip to content

Commit 10c53d2

Browse files
committed
🔖(minor) initial release to 0.1.0
Added - Coming Soon page - Impress, project to manage your documents easily and collaboratively
1 parent 5c9e4ab commit 10c53d2

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
10+
11+
## [0.1.0] - 2024-05-24
12+
13+
## Added
14+
15+
- Coming Soon page (#67)
16+
- Impress, project to manage your documents easily and collaboratively.
17+
18+
19+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v0.1.0...main
20+
[0.1.0]: https://github.com/numerique-gouv/impress/releases/v0.1.0

src/helm/env.d/production/values.impress.yaml.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: lasuite/impress-backend
33
pullPolicy: Always
4-
tag: "main"
4+
tag: "v0.1.0"
55

66
backend:
77
migrateJobAnnotations:
@@ -115,13 +115,13 @@ frontend:
115115
image:
116116
repository: lasuite/impress-frontend
117117
pullPolicy: Always
118-
tag: "main"
118+
tag: "v0.1.0"
119119

120120
webrtc:
121121
image:
122122
repository: lasuite/impress-y-webrtc-signaling
123123
pullPolicy: Always
124-
tag: "main"
124+
tag: "v0.1.0"
125125

126126
ingress:
127127
enabled: true

src/mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail_mjml",
3-
"version": "1.1.0",
3+
"version": "0.1.0",
44
"description": "An util to generate html and text django's templates from mjml templates",
55
"type": "module",
66
"dependencies": {

src/tsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress-openapi-client-ts",
3-
"version": "1.1.0",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "Tool to generate Typescript API client for the impress application.",
66
"scripts": {

0 commit comments

Comments
 (0)