Skip to content

Commit ac86a4e

Browse files
committed
πŸ”–(minor) release 1.4.0
Added: - ✨(backend) Add link public/authenticated/restricted access with read/editor roles - ✨(frontend) add copy link button - πŸ›‚(frontend) access public docs without being logged Changed: - ♻️(backend) Allow null titles on documents for easier creation - πŸ›‚(backend) stop to list public doc to everyone - 🚚(frontend) change visibility in share modal - ⚑️(frontend) Improve summary Fixed: - πŸ›(backend) Fix forcing ID when creating a document via API endpoint - πŸ› Rebuild frontend dev container from makefile
1 parent bbe5501 commit ac86a4e

File tree

11 files changed

+22
-18
lines changed

11 files changed

+22
-18
lines changed

β€ŽCHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
13+
## [1.4.0] - 2024-09-17
14+
1215
## Added
1316

1417
- ✨Add link public/authenticated/restricted access with read/editor roles #234
@@ -17,14 +20,14 @@ and this project adheres to
1720

1821
## Changed
1922

20-
- ♻️ Allow null titles on documents for easier creation #234
23+
- ♻️(backend) Allow null titles on documents for easier creation #234
2124
- πŸ›‚(backend) stop to list public doc to everyone #234
2225
- 🚚(frontend) change visibility in share modal #235
2326
- ⚑️(frontend) Improve summary #244
2427

2528
## Fixed
2629

27-
- πŸ› Fix forcing ID when creating a document via API endpoint #234
30+
- πŸ›(backend) Fix forcing ID when creating a document via API endpoint #234
2831
- πŸ› Rebuild frontend dev container from makefile #248
2932

3033

@@ -150,7 +153,8 @@ and this project adheres to
150153
- πŸš€ Impress, project to manage your documents easily and collaboratively.
151154

152155

153-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.3.0...main
156+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.4.0...main
157+
[1.4.0]: https://github.com/numerique-gouv/impress/releases/v1.4.0
154158
[1.3.0]: https://github.com/numerique-gouv/impress/releases/v1.3.0
155159
[1.2.1]: https://github.com/numerique-gouv/impress/releases/v1.2.1
156160
[1.2.0]: https://github.com/numerique-gouv/impress/releases/v1.2.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.3.0"
10+
version = "1.4.0"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
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.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

β€Žsrc/frontend/apps/impress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -33,8 +33,8 @@
3333
"react-i18next": "15.0.2",
3434
"react-select": "5.8.0",
3535
"styled-components": "6.1.13",
36-
"yjs": "*",
3736
"y-protocols": "1.0.6",
37+
"yjs": "*",
3838
"zustand": "4.5.5"
3939
},
4040
"devDependencies": {

β€Ž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.3.0",
3+
"version": "1.4.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.3.0",
3+
"version": "1.4.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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.3.0-preprod"
4+
tag: "v1.4.0-preprod"
55

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

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

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

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

135135
ingress:
136136
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.3.0",
3+
"version": "1.4.0",
44
"description": "An util to generate html and text django's templates from mjml templates",
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
Β (0)