Skip to content

Commit 0a01d90

Browse files
chore(release): version 4.169.0
1 parent ff6095d commit 0a01d90

File tree

10 files changed

+61
-5
lines changed

10 files changed

+61
-5
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.169.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.1...v4.169.0) (2024-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* search cc tracking ([#6373](https://github.com/SocialGouv/code-du-travail-numerique/issues/6373)) ([ff6095d](https://github.com/SocialGouv/code-du-travail-numerique/commit/ff6095d53bc2373856979a4d9ccf65a508c185c4))
12+
13+
14+
### Features
15+
16+
* **information:** utilisation de tiptap sur les pages infos ([#6362](https://github.com/SocialGouv/code-du-travail-numerique/issues/6362)) ([9bbdd41](https://github.com/SocialGouv/code-du-travail-numerique/commit/9bbdd4162e10f9bd022f2293f11fe0432ed8442b))
17+
18+
19+
20+
21+
622
## [4.168.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.0...v4.168.1) (2024-12-17)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
}
88
},
99
"npmClient": "yarn",
10-
"version": "4.168.1",
10+
"version": "4.169.0",
1111
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1212
}

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

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.169.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.1...v4.169.0) (2024-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* search cc tracking ([#6373](https://github.com/SocialGouv/code-du-travail-numerique/issues/6373)) ([ff6095d](https://github.com/SocialGouv/code-du-travail-numerique/commit/ff6095d53bc2373856979a4d9ccf65a508c185c4))
12+
13+
14+
### Features
15+
16+
* **information:** utilisation de tiptap sur les pages infos ([#6362](https://github.com/SocialGouv/code-du-travail-numerique/issues/6362)) ([9bbdd41](https://github.com/SocialGouv/code-du-travail-numerique/commit/9bbdd4162e10f9bd022f2293f11fe0432ed8442b))
17+
18+
19+
20+
21+
622
## [4.168.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.0...v4.168.1) (2024-12-17)
723

824

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdt/frontend",
3-
"version": "4.168.1",
3+
"version": "4.169.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

+8
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.169.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.1...v4.169.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @socialgouv/modeles-social
9+
10+
11+
12+
13+
614
## [4.168.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.0...v4.168.1) (2024-12-17)
715

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

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

+1-1
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.168.1",
7+
"version": "4.169.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

+8
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.169.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.1...v4.169.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-utils
9+
10+
11+
12+
13+
614
## [4.168.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.0...v4.168.1) (2024-12-17)
715

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

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

+1-1
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.168.1",
7+
"version": "4.169.0",
88
"main": "build/index.js",
99
"module": "build/index.js",
1010
"types": "build/index.d.ts",

packages/react-ui/CHANGELOG.md

+8
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.169.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.1...v4.169.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-ui
9+
10+
11+
12+
13+
614
## [4.168.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.168.0...v4.168.1) (2024-12-17)
715

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

packages/react-ui/package.json

+1-1
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.168.1",
7+
"version": "4.169.0",
88
"description": "Composants ReactJS",
99
"main": "lib/index.js",
1010
"files": [

0 commit comments

Comments
 (0)