Skip to content

Commit e2188b1

Browse files
committed
🔖(patch) release version 1.25.4
Update all version files and changelog for patch release.
1 parent 7d06025 commit e2188b1

8 files changed

Lines changed: 11 additions & 8 deletions

File tree

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+
## [1.25.4] - 2026-05-13
12+
1113
- 🐛(dimail) fix no redirects on dimail endpoints
1214

1315
## [1.25.3] - 2026-05-11
@@ -557,7 +559,8 @@ and this project adheres to
557559
- ✨(domains) create and manage domains on admin + API
558560
- ✨(domains) mailbox creation + link to email provisioning API
559561

560-
[unreleased]: https://github.com/suitenumerique/people/compare/v1.25.3...main
562+
[unreleased]: https://github.com/suitenumerique/people/compare/v1.25.4...main
563+
[1.25.4]: https://github.com/suitenumerique/people/releases/v1.25.4
561564
[1.25.3]: https://github.com/suitenumerique/people/releases/v1.25.3
562565
[1.25.2]: https://github.com/suitenumerique/people/releases/v1.25.2
563566
[1.25.1]: https://github.com/suitenumerique/people/releases/v1.25.1

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 = "people"
10-
version = "1.25.3"
10+
version = "1.25.4"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/apps/desk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-desk",
3-
"version": "1.25.3",
3+
"version": "1.25.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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": "1.25.3",
3+
"version": "1.25.4",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

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": "people",
3-
"version": "1.25.3",
3+
"version": "1.25.4",
44
"private": true,
55
"workspaces": {
66
"packages": [

src/frontend/packages/eslint-config-people/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-people",
3-
"version": "1.25.3",
3+
"version": "1.25.4",
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": "1.25.3",
3+
"version": "1.25.4",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:desk",

0 commit comments

Comments
 (0)