Skip to content

Commit c8c7a6e

Browse files
chore(release): version 4.204.1
1 parent ac41db9 commit c8c7a6e

8 files changed

Lines changed: 44 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.204.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.204.0...v4.204.1) (2025-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **article-code-du-travail:** correction du test e2e ([#6994](https://github.com/SocialGouv/code-du-travail-numerique/issues/6994)) ([8452a50](https://github.com/SocialGouv/code-du-travail-numerique/commit/8452a5053142d14ca6d85854a72cadbafc9b6af1))
12+
* **lerna:** upgrade to v9 for OIDC npm publishing ([#6996](https://github.com/SocialGouv/code-du-travail-numerique/issues/6996)) ([ac41db9](https://github.com/SocialGouv/code-du-travail-numerique/commit/ac41db95ceea500fa150709324f04bd5d4001554))
13+
14+
15+
16+
17+
618
# [4.204.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.203.0...v4.204.0) (2025-12-09)
719

820

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
}
88
},
99
"npmClient": "yarn",
10-
"version": "4.204.0",
10+
"version": "4.204.1",
1111
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
12-
}
12+
}

packages/code-du-travail-frontend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.204.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.204.0...v4.204.1) (2025-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **article-code-du-travail:** correction du test e2e ([#6994](https://github.com/SocialGouv/code-du-travail-numerique/issues/6994)) ([8452a50](https://github.com/SocialGouv/code-du-travail-numerique/commit/8452a5053142d14ca6d85854a72cadbafc9b6af1))
12+
13+
14+
15+
16+
617
# [4.204.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.203.0...v4.204.0) (2025-12-09)
718

819

packages/code-du-travail-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdt/frontend",
3-
"version": "4.204.0",
3+
"version": "4.204.1",
44
"description": "Code du travail frontend",
55
"private": true,
66
"homepage": "https://code-du-travail.beta.gouv.fr/",

packages/code-du-travail-modeles/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.204.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.204.0...v4.204.1) (2025-12-10)
7+
8+
**Note:** Version bump only for package @socialgouv/modeles-social
9+
10+
11+
12+
13+
614
# [4.204.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.203.0...v4.204.0) (2025-12-09)
715

816
**Note:** Version bump only for package @socialgouv/modeles-social

packages/code-du-travail-modeles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "4.204.0",
7+
"version": "4.204.1",
88
"description": "Les règles publicodes des simulateurs de code du travail numérique",
99
"main": "./lib/index.js",
1010
"types": "./lib/index.d.ts",

packages/code-du-travail-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.204.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.204.0...v4.204.1) (2025-12-10)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-utils
9+
10+
11+
12+
13+
614
# [4.204.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.203.0...v4.204.0) (2025-12-09)
715

816
**Note:** Version bump only for package @socialgouv/cdtn-utils

packages/code-du-travail-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "4.204.0",
7+
"version": "4.204.1",
88
"main": "build/index.js",
99
"module": "build/index.js",
1010
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)