Skip to content

Commit bdf0481

Browse files
chore(release): version 4.200.0
1 parent f4c6949 commit bdf0481

File tree

8 files changed

+54
-4
lines changed

8 files changed

+54
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.200.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.199.0...v4.200.0) (2025-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* sentry localstorage error not available ([#6923](https://github.com/SocialGouv/code-du-travail-numerique/issues/6923)) ([f4c6949](https://github.com/SocialGouv/code-du-travail-numerique/commit/f4c69492416ed2a2ce8f13dce7eefe0d1e2896ec))
12+
13+
14+
### Features
15+
16+
* **analytics:** improve cookie banner configuration ([#6937](https://github.com/SocialGouv/code-du-travail-numerique/issues/6937)) ([54b8b0c](https://github.com/SocialGouv/code-du-travail-numerique/commit/54b8b0c788e3b68c591774943d157afd6355b63d))
17+
* print error message ([#6928](https://github.com/SocialGouv/code-du-travail-numerique/issues/6928)) ([67b3d6c](https://github.com/SocialGouv/code-du-travail-numerique/commit/67b3d6c01cce8c0ec24629d36335e4c5130e670d))
18+
19+
20+
21+
22+
623
# [4.199.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.198.0...v4.199.0) (2025-11-19)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
}
88
},
99
"npmClient": "yarn",
10-
"version": "4.199.0",
10+
"version": "4.200.0",
1111
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1212
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.200.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.199.0...v4.200.0) (2025-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* sentry localstorage error not available ([#6923](https://github.com/SocialGouv/code-du-travail-numerique/issues/6923)) ([f4c6949](https://github.com/SocialGouv/code-du-travail-numerique/commit/f4c69492416ed2a2ce8f13dce7eefe0d1e2896ec))
12+
13+
14+
### Features
15+
16+
* **analytics:** improve cookie banner configuration ([#6937](https://github.com/SocialGouv/code-du-travail-numerique/issues/6937)) ([54b8b0c](https://github.com/SocialGouv/code-du-travail-numerique/commit/54b8b0c788e3b68c591774943d157afd6355b63d))
17+
* print error message ([#6928](https://github.com/SocialGouv/code-du-travail-numerique/issues/6928)) ([67b3d6c](https://github.com/SocialGouv/code-du-travail-numerique/commit/67b3d6c01cce8c0ec24629d36335e4c5130e670d))
18+
19+
20+
21+
22+
623
# [4.199.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.198.0...v4.199.0) (2025-11-19)
724

825

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.199.0",
3+
"version": "4.200.0",
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.200.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.199.0...v4.200.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @socialgouv/modeles-social
9+
10+
11+
12+
13+
614
# [4.199.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.198.0...v4.199.0) (2025-11-19)
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.199.0",
7+
"version": "4.200.0",
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.200.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.199.0...v4.200.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-utils
9+
10+
11+
12+
13+
614
# [4.199.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.198.0...v4.199.0) (2025-11-19)
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.199.0",
7+
"version": "4.200.0",
88
"main": "build/index.js",
99
"module": "build/index.js",
1010
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)