File tree Expand file tree Collapse file tree 11 files changed +16
-12
lines changed Expand file tree Collapse file tree 11 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.4.1] - 2025-07-15
12
+
11
13
### Fixed
12
14
13
15
- 🌐(frontend) keep simple tag during export #1154
14
- - 🐛(back) manage can-edit endpoint without created room in the ws
16
+ - 🐛(back) manage can-edit endpoint without created room
17
+ in the ws #1152
15
18
- 🐛(frontend) fix action buttons not clickable #1162
16
19
- 🐛(frontend) fix crash share modal on grid options #1174
17
20
@@ -643,7 +646,8 @@ and this project adheres to
643
646
- ✨(frontend) Coming Soon page (#67 )
644
647
- 🚀 Impress, project to manage your documents easily and collaboratively.
645
648
646
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v3.4.0...main
649
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v3.4.1...main
650
+ [ v3.4.1 ] : https://github.com/numerique-gouv/impress/releases/v3.4.1
647
651
[ v3.4.0 ] : https://github.com/numerique-gouv/impress/releases/v3.4.0
648
652
[ v3.3.0 ] : https://github.com/numerique-gouv/impress/releases/v3.3.0
649
653
[ v3.2.1 ] : https://github.com/numerique-gouv/impress/releases/v3.2.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " impress"
10
- version = " 3.4.0 "
10
+ version = " 3.4.1 "
11
11
authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
12
12
classifiers = [
13
13
" Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-e2e" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-impress" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " impress" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"private" : true ,
5
5
"workspaces" : {
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-impress" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " packages-i18n" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-y-provider" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " Y.js provider for docs" ,
5
5
"repository" : " https://github.com/numerique-gouv/impress" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
environments :
2
2
dev :
3
3
values :
4
- - version : 3.4.0
4
+ - version : 3.4.1
5
5
---
6
6
repositories :
7
7
- name : bitnami
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
type : application
3
3
name : docs
4
- version : 3.4.0
4
+ version : 3.4.1
5
5
appVersion : latest
You can’t perform that action at this time.
0 commit comments