Skip to content

Commit cfed5e6

Browse files
chore(release): version 4.144.1
1 parent ed2b100 commit cfed5e6

File tree

10 files changed

+30
-5
lines changed

10 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.144.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.0...v4.144.1) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
- dedicated nodepool ([#5987](https://github.com/SocialGouv/code-du-travail-numerique/issues/5987)) ([a7f2a67](https://github.com/SocialGouv/code-du-travail-numerique/commit/a7f2a6703c08068912fbdb39dd0c7a2c1ba5f5af))
11+
- **html:** correction de l'invalidité html sur la partie recherche ([#5989](https://github.com/SocialGouv/code-du-travail-numerique/issues/5989)) ([ed2b100](https://github.com/SocialGouv/code-du-travail-numerique/commit/ed2b100e90e627a9e4a44785b34239ad0a7252a8))
12+
613
# [4.144.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.143.2...v4.144.0) (2024-06-24)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
},
99
"npmClient": "yarn",
1010
"useWorkspaces": true,
11-
"version": "4.144.0"
11+
"version": "4.144.1"
1212
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.144.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.0...v4.144.1) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
- **html:** correction de l'invalidité html sur la partie recherche ([#5989](https://github.com/SocialGouv/code-du-travail-numerique/issues/5989)) ([ed2b100](https://github.com/SocialGouv/code-du-travail-numerique/commit/ed2b100e90e627a9e4a44785b34239ad0a7252a8))
11+
612
# [4.144.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.143.2...v4.144.0) (2024-06-24)
713

814
### Bug Fixes

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.144.0",
3+
"version": "4.144.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.144.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.0...v4.144.1) (2024-06-24)
7+
8+
**Note:** Version bump only for package @socialgouv/modeles-social
9+
610
# [4.144.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.143.2...v4.144.0) (2024-06-24)
711

812
**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.144.0",
7+
"version": "4.144.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.144.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.0...v4.144.1) (2024-06-24)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-utils
9+
610
# [4.144.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.143.2...v4.144.0) (2024-06-24)
711

812
**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.144.0",
7+
"version": "4.144.1",
88
"main": "build/index.js",
99
"module": "build/index.js",
1010
"types": "build/index.d.ts",

packages/react-ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.144.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.0...v4.144.1) (2024-06-24)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-ui
9+
610
# [4.144.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.143.2...v4.144.0) (2024-06-24)
711

812
### Features

packages/react-ui/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.144.0",
7+
"version": "4.144.1",
88
"description": "Composants ReactJS",
99
"main": "lib/index.js",
1010
"files": [

0 commit comments

Comments
 (0)