File tree Expand file tree Collapse file tree 11 files changed +14
-11
lines changed Expand file tree Collapse file tree 11 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.2.1] - 2025-05-06
12
+
11
13
## Fixed
12
14
13
15
- 🐛(frontend) fix list copy paste #943
@@ -553,7 +555,8 @@ and this project adheres to
553
555
- ✨(frontend) Coming Soon page (#67 )
554
556
- 🚀 Impress, project to manage your documents easily and collaboratively.
555
557
556
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v3.2.0...main
558
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v3.2.1...main
559
+ [ v3.2.1 ] : https://github.com/numerique-gouv/impress/releases/v3.2.1
557
560
[ v3.2.0 ] : https://github.com/numerique-gouv/impress/releases/v3.2.0
558
561
[ v3.1.0 ] : https://github.com/numerique-gouv/impress/releases/v3.1.0
559
562
[ v3.0.0 ] : https://github.com/numerique-gouv/impress/releases/v3.0.0
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.2.0 "
10
+ version = " 3.2.1 "
11
11
authors = [{ "name" = " DINUM" , "email" = " dev@mail.numerique.gouv.fr" }]
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.2.0 " ,
3
+ "version" : " 3.2.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.2.0 " ,
3
+ "version" : " 3.2.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.2.0 " ,
3
+ "version" : " 3.2.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.2.0 " ,
3
+ "version" : " 3.2.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.2.0 " ,
3
+ "version" : " 3.2.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.2.0 " ,
3
+ "version" : " 3.2.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.2.0
4
+ - version : 3.2.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.2.0
4
+ version : 3.2.1
5
5
appVersion : latest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mail_mjml" ,
3
- "version" : " 3.2.0 " ,
3
+ "version" : " 3.2.1 " ,
4
4
"description" : " An util to generate html and text django's templates from mjml templates" ,
5
5
"type" : " module" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments