Skip to content

Commit 50891af

Browse files
committed
🔖(minor) release 1.7.0
Added: - 📝Contributing.md - 🌐(frontend) add localization to editor - ✨Public and restricted doc editable - ✨(frontend) Add full name if available - ✨(backend) Add view accesses ability Changed: - ♻️(frontend) avoid documents indexing in search engine - ♻️(frontend) list accesses if user has abilities - 👔(backend) doc restricted by default Fixed: - 🐛(backend) require right to manage document accesses to see invitations - 🐛(i18n) same frontend and backend language using shared cookies - 🐛(frontend) add default toolbar buttons - 🐛(frontend) throttle error correctly display Removed: - 🔥(helm) remove infra related codes
1 parent cbb6fc7 commit 50891af

File tree

9 files changed

+14
-11
lines changed

9 files changed

+14
-11
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [1.7.0] - 2024-10-24
13+
1214
## Added
1315

1416
- 📝Contributing.md #352
15-
- 🌐(frontend) add localization to editor #268
17+
- 🌐(frontend) add localization to editor #368
1618
- ✨Public and restricted doc editable #357
1719
- ✨(frontend) Add full name if available #380
1820
- ✨(backend) Add view accesses ability #376
1921

2022
## Changed
2123

2224
- ♻️(frontend) list accesses if user has abilities #376
25+
- ♻️(frontend) avoid documents indexing in search engine #372
2326
- 👔(backend) doc restricted by default #388
2427

2528
## Fixed
@@ -28,7 +31,6 @@ and this project adheres to
2831
- 🐛(i18n) same frontend and backend language using shared cookies #365
2932
- 🐛(frontend) add default toolbar buttons #355
3033
- 🐛(frontend) throttle error correctly display #378
31-
- 🐛(frontend) (frontend) avoid documents indexing in search engine #372
3234

3335
## Removed
3436

@@ -236,7 +238,8 @@ and this project adheres to
236238
- 🚀 Impress, project to manage your documents easily and collaboratively.
237239

238240

239-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.6.0...main
241+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.7.0...main
242+
[v1.7.0]: https://github.com/numerique-gouv/impress/releases/v1.7.0
240243
[v1.6.0]: https://github.com/numerique-gouv/impress/releases/v1.6.0
241244
[1.5.1]: https://github.com/numerique-gouv/impress/releases/v1.5.1
242245
[1.5.0]: https://github.com/numerique-gouv/impress/releases/v1.5.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.6.0"
10+
version = "1.7.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.6.0",
3+
"version": "1.7.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.6.0",
3+
"version": "1.7.0",
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.6.0",
3+
"version": "1.7.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.6.0",
3+
"version": "1.7.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.6.0",
3+
"version": "1.7.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.6.0",
3+
"version": "1.7.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

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.6.0",
3+
"version": "1.7.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)