Skip to content

Commit e339cda

Browse files
committed
🔖(patch) release 3.8.1
Fixed: - ⚡️(backend) improve trashbin endpoint performance - 🐛(backend) manage invitation partial update without email - ♿(frontend) improve accessibility: - ♿ add missing aria-label to add sub-doc button for accessibility - ♿ add missing aria-label to more options button on sub-docs Removed: - 🔥(backend) remove treebeard form for the document admin
1 parent 4ce65c6 commit e339cda

File tree

11 files changed

+21
-17
lines changed

11 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ and this project adheres to
66

77
## [Unreleased]
88

9-
### Changed
9+
## [3.8.1] - 2025-10-17
10+
11+
### Fixed
1012

13+
- ⚡️(backend) improve trashbin endpoint performance #1495
14+
- 🐛(backend) manage invitation partial update without email #1494
1115
- ♿(frontend) improve accessibility:
12-
- ♿ add missing aria-label to add sub-doc button for accessib… #1480
16+
- ♿ add missing aria-label to add sub-doc button for accessibility #1480
1317
- ♿ add missing aria-label to more options button on sub-docs #1481
1418

15-
### Fixed
19+
### Removed
1620

17-
- ⚡️(backend) improve trashbin endpoint performance
18-
- 🐛(backend) manage invitation partial update without email #1494
21+
- 🔥(backend) remove treebeard form for the document admin #1470
1922

2023

2124
## [3.8.0] - 2025-10-14
@@ -800,7 +803,8 @@ and this project adheres to
800803
- ✨(frontend) Coming Soon page (#67)
801804
- 🚀 Impress, project to manage your documents easily and collaboratively.
802805

803-
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.8.0...main
806+
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.8.1...main
807+
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1
804808
[v3.8.0]: https://github.com/suitenumerique/docs/releases/v3.8.0
805809
[v3.7.0]: https://github.com/suitenumerique/docs/releases/v3.7.0
806810
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.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 = "3.8.0"
10+
version = "3.8.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": "3.8.0",
3+
"version": "3.8.1",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "3.8.0",
3+
"version": "3.8.1",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
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": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"repository": "https://github.com/suitenumerique/docs",
66
"author": "DINUM",

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-docs",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "3.8.0",
3+
"version": "3.8.1",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

src/helm/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.8.0
4+
- version: 3.8.1
55
feature:
66
values:
7-
- version: 3.8.0
7+
- version: 3.8.1
88
feature: ci
99
domain: example.com
1010
imageTag: demo

src/helm/impress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 3.8.0
4+
version: 3.8.1
55
appVersion: latest

0 commit comments

Comments
 (0)