Skip to content

Commit 58eaea0

Browse files
committed
🔖(patch) release 1.2.1
Changed: - ♻️ Change ordering docs datagrid - 🔥(helm) use scaleway email
1 parent 7d97a03 commit 58eaea0

File tree

11 files changed

+20
-16
lines changed

11 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
12+
## [1.2.1] - 2024-08-23
13+
1114
## Changed
1215

1316
- ♻️ Change ordering docs datagrid #195
1417
- 🔥(helm) use scaleway email #194
1518

1619

17-
## [1.2.0] - 2024-08-06
20+
## [1.2.0] - 2024-08-22
1821

1922
## Added
2023

@@ -103,7 +106,8 @@ and this project adheres to
103106
- 🚀 Impress, project to manage your documents easily and collaboratively.
104107

105108

106-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.2.0...main
109+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.2.1...main
110+
[1.2.1]: https://github.com/numerique-gouv/impress/releases/v1.2.1
107111
[1.2.0]: https://github.com/numerique-gouv/impress/releases/v1.2.0
108112
[1.1.0]: https://github.com/numerique-gouv/impress/releases/v1.1.0
109113
[1.0.0]: https://github.com/numerique-gouv/impress/releases/v1.0.0

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "impress"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/frontend/apps/y-webrtc-signaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "y-webrtc-signaling",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "WebRTC server for Yjs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

src/frontend/packages/eslint-config-impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

src/helm/env.d/preprod/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: "v1.2.0"
4+
tag: "v1.2.1"
55

66
backend:
77
migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124
image:
125125
repository: lasuite/impress-frontend
126126
pullPolicy: Always
127-
tag: "v1.2.0"
127+
tag: "v1.2.1"
128128

129129
webrtc:
130130
image:
131131
repository: lasuite/impress-y-webrtc-signaling
132132
pullPolicy: Always
133-
tag: "v1.2.0"
133+
tag: "v1.2.1"
134134

135135
ingress:
136136
enabled: true

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: "v1.2.0"
4+
tag: "v1.2.1"
55

66
backend:
77
migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124
image:
125125
repository: lasuite/impress-frontend
126126
pullPolicy: Always
127-
tag: "v1.2.0"
127+
tag: "v1.2.1"
128128

129129
webrtc:
130130
image:
131131
repository: lasuite/impress-y-webrtc-signaling
132132
pullPolicy: Always
133-
tag: "v1.2.0"
133+
tag: "v1.2.1"
134134

135135
ingress:
136136
enabled: true

0 commit comments

Comments
 (0)