Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9c8f12

Browse files
committedMay 6, 2025··
🔖(patch) release 3.2.1
Fixed: - 🐛(frontend) fix list copy paste
1 parent 98ee949 commit f9c8f12

File tree

11 files changed

+14
-11
lines changed

11 files changed

+14
-11
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.2.1] - 2025-05-06
12+
1113
## Fixed
1214

1315
- 🐛(frontend) fix list copy paste #943
@@ -553,7 +555,8 @@ and this project adheres to
553555
- ✨(frontend) Coming Soon page (#67)
554556
- 🚀 Impress, project to manage your documents easily and collaboratively.
555557

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
557560
[v3.2.0]: https://github.com/numerique-gouv/impress/releases/v3.2.0
558561
[v3.1.0]: https://github.com/numerique-gouv/impress/releases/v3.1.0
559562
[v3.0.0]: https://github.com/numerique-gouv/impress/releases/v3.0.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.2.0"
10+
version = "3.2.1"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
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.2.0",
3+
"version": "3.2.1",
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": "3.2.0",
3+
"version": "3.2.1",
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": "3.2.0",
3+
"version": "3.2.1",
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": "3.2.0",
3+
"version": "3.2.1",
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": "3.2.0",
3+
"version": "3.2.1",
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": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

‎src/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.2.0
4+
- version: 3.2.1
55
---
66
repositories:
77
- name: bitnami

‎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.2.0
4+
version: 3.2.1
55
appVersion: latest

‎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": "3.2.0",
3+
"version": "3.2.1",
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)
Please sign in to comment.