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
88
99## [ Unreleased]
1010
11+ ## [ 3.4.1] - 2025-07-15
12+
1113### Fixed
1214
1315- 🌐(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
1518- 🐛(frontend) fix action buttons not clickable #1162
1619- 🐛(frontend) fix crash share modal on grid options #1174
1720
@@ -643,7 +646,8 @@ and this project adheres to
643646- ✨(frontend) Coming Soon page (#67 )
644647- 🚀 Impress, project to manage your documents easily and collaboratively.
645648
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
647651[ v3.4.0 ] : https://github.com/numerique-gouv/impress/releases/v3.4.0
648652[ v3.3.0 ] : https://github.com/numerique-gouv/impress/releases/v3.3.0
649653[ 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"
77
88[project ]
99name = " impress"
10- version = " 3.4.0 "
10+ version = " 3.4.1 "
1111authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-e2e" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-impress" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " impress" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "private" : true ,
55 "workspaces" : {
66 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-impress" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 11{
22 "name" : " packages-i18n" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " server-y-provider" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "description" : " Y.js provider for docs" ,
55 "repository" : " https://github.com/numerique-gouv/impress" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11environments :
22 dev :
33 values :
4- - version : 3.4.0
4+ - version : 3.4.1
55---
66repositories :
77- name : bitnami
Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : docs
4- version : 3.4.0
4+ version : 3.4.1
55appVersion : latest
You can’t perform that action at this time.
0 commit comments