Skip to content

Commit d7db51d

Browse files
committed
bump: 2.5.0
1 parent 1499466 commit d7db51d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.5.0](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.5.0) - 2026-02-20
11+
1012
### Changed
1113

1214
- Switched i18n library from i18nifty to i18next.
15+
- deps: migrate to oidc-spa v10 (10.0.8) for improving authentication
1316

1417
## [2.4.2](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.4.2) - 2026-02-09
1518

@@ -80,10 +83,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8083
- In collect and review mode, provide the surveyUnit composite name when downloading the deposit proof.
8184
- Update static page of accessibility
8285

83-
### Changed
84-
85-
- deps: migrate to oidc-spa v8 (8.6.11) for improving authentication
86-
8786
### Fixed
8887

8988
- Fixed authentication by downgrading `oidc-spa` (cross-domain issues) (already done in 2.2.4 but it must be a minor version, not a patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stromae-dsfr",
33
"private": true,
4-
"version": "2.5.0-rc-oidc-spa-v10-rc.2",
4+
"version": "2.5.0",
55
"type": "module",
66
"scripts": {
77
"prepare": "husky && vite-envs update-types",

0 commit comments

Comments
 (0)