Skip to content

Commit 6e64bad

Browse files
committed
🔖(patch) release 1.5.1
Fixed: - 🐛(db) fix users duplicate
1 parent 0d5b238 commit 6e64bad

File tree

11 files changed

+18
-15
lines changed

11 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
## [1.5.1] - 2024-10-10
13+
1214
## Fixed
1315

1416
- 🐛(db) fix users duplicate #316
@@ -186,7 +188,8 @@ and this project adheres to
186188
- 🚀 Impress, project to manage your documents easily and collaboratively.
187189

188190

189-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.5.0...main
191+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.5.1...main
192+
[1.5.1]: https://github.com/numerique-gouv/impress/releases/v1.5.1
190193
[1.5.0]: https://github.com/numerique-gouv/impress/releases/v1.5.0
191194
[1.4.0]: https://github.com/numerique-gouv/impress/releases/v1.4.0
192195
[1.3.0]: https://github.com/numerique-gouv/impress/releases/v1.3.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.5.0"
10+
version = "1.5.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.5.0",
3+
"version": "1.5.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.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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.5.0",
3+
"version": "1.5.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.5.0",
3+
"version": "1.5.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.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

src/frontend/servers/y-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

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.5.0-preprod"
4+
tag: "v1.5.1-preprod"
55

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

129129
yProvider:
130130
image:
131131
repository: lasuite/impress-y-provider
132132
pullPolicy: Always
133-
tag: "v1.5.0-preprod"
133+
tag: "v1.5.1-preprod"
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.5.0"
4+
tag: "v1.5.1"
55

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

129129
yProvider:
130130
image:
131131
repository: lasuite/impress-y-provider
132132
pullPolicy: Always
133-
tag: "v1.5.0"
133+
tag: "v1.5.1"
134134

135135
ingress:
136136
enabled: true

0 commit comments

Comments
 (0)