Skip to content

Commit 9790824

Browse files
committed
πŸ”–(minor) minor release to 1.1.0
Added: - 🀑(demo) generate dummy documents on dev users - ✨(frontend) create side modal component - ✨(frontend) Doc grid actions (update / delete) - ✨(frontend) Doc editor header information Changed: - ♻️(frontend) replace docs panel with docs grid - ♻️(frontend) create a doc from a modal - ♻️(frontend) manage members from the share modal
1 parent ccadd95 commit 9790824

File tree

12 files changed

+19
-16
lines changed

12 files changed

+19
-16
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

99
## [Unreleased]
1010

11+
## [1.1.0] - 2024-07-15
12+
1113
## Added
1214

1315
- 🀑(demo) generate dummy documents on dev users #120
@@ -67,6 +69,7 @@ and this project adheres to
6769
- πŸš€ Impress, project to manage your documents easily and collaboratively.
6870

6971

70-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.0.0...main
72+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.1.0...main
73+
[1.1.0]: https://github.com/numerique-gouv/impress/releases/v1.1.0
7174
[1.0.0]: https://github.com/numerique-gouv/impress/releases/v1.0.0
7275
[0.1.0]: https://github.com/numerique-gouv/impress/releases/v0.1.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.0.0"
10+
version = "1.1.0"
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.0.0",
3+
"version": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
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.0.0"
4+
tag: "v1.1.0"
55

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

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

126126
ingress:
127127
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.0.0"
4+
tag: "v1.1.0"
55

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

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

126126
ingress:
127127
enabled: true

0 commit comments

Comments
Β (0)