From a73ea33c5f83b877a20a4a545ae481726a84d9bf Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:19:26 +0000 Subject: [PATCH] chore(release): version 4.155.0 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/code-du-travail-frontend/CHANGELOG.md | 6 ++++++ packages/code-du-travail-frontend/package.json | 2 +- packages/code-du-travail-modeles/CHANGELOG.md | 4 ++++ packages/code-du-travail-modeles/package.json | 2 +- packages/code-du-travail-utils/CHANGELOG.md | 4 ++++ packages/code-du-travail-utils/package.json | 2 +- packages/react-ui/CHANGELOG.md | 4 ++++ packages/react-ui/package.json | 2 +- 10 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e38be32003..40c0baa4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.155.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.154.0...v4.155.0) (2024-09-19) + +### Features + +- change feedback hand wave ([#6148](https://github.com/SocialGouv/code-du-travail-numerique/issues/6148)) ([2e9dff3](https://github.com/SocialGouv/code-du-travail-numerique/commit/2e9dff3d3e541764f1879d07c1ac5a45fe605fff)) + # [4.154.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.153.0...v4.154.0) (2024-09-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e179f89747..fc3f8ee8d8 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.154.0" + "version": "4.155.0" } diff --git a/packages/code-du-travail-frontend/CHANGELOG.md b/packages/code-du-travail-frontend/CHANGELOG.md index 4058ea433e..199ee4e0e6 100644 --- a/packages/code-du-travail-frontend/CHANGELOG.md +++ b/packages/code-du-travail-frontend/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.155.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.154.0...v4.155.0) (2024-09-19) + +### Features + +- change feedback hand wave ([#6148](https://github.com/SocialGouv/code-du-travail-numerique/issues/6148)) ([2e9dff3](https://github.com/SocialGouv/code-du-travail-numerique/commit/2e9dff3d3e541764f1879d07c1ac5a45fe605fff)) + # [4.154.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.153.0...v4.154.0) (2024-09-19) ### Bug Fixes diff --git a/packages/code-du-travail-frontend/package.json b/packages/code-du-travail-frontend/package.json index 0b61b51edf..a8b35c08c9 100644 --- a/packages/code-du-travail-frontend/package.json +++ b/packages/code-du-travail-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cdt/frontend", - "version": "4.154.0", + "version": "4.155.0", "description": "Code du travail frontend", "private": true, "homepage": "https://code-du-travail.beta.gouv.fr/", diff --git a/packages/code-du-travail-modeles/CHANGELOG.md b/packages/code-du-travail-modeles/CHANGELOG.md index 99bd8c132c..6ecb2f5d4a 100644 --- a/packages/code-du-travail-modeles/CHANGELOG.md +++ b/packages/code-du-travail-modeles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.155.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.154.0...v4.155.0) (2024-09-19) + +**Note:** Version bump only for package @socialgouv/modeles-social + # [4.154.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.153.0...v4.154.0) (2024-09-19) ### Bug Fixes diff --git a/packages/code-du-travail-modeles/package.json b/packages/code-du-travail-modeles/package.json index b68413cf22..ac0ce0fa73 100644 --- a/packages/code-du-travail-modeles/package.json +++ b/packages/code-du-travail-modeles/package.json @@ -4,7 +4,7 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "version": "4.154.0", + "version": "4.155.0", "description": "Les règles publicodes des simulateurs de code du travail numérique", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/code-du-travail-utils/CHANGELOG.md b/packages/code-du-travail-utils/CHANGELOG.md index 26df936e3b..7b4f92860c 100644 --- a/packages/code-du-travail-utils/CHANGELOG.md +++ b/packages/code-du-travail-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.155.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.154.0...v4.155.0) (2024-09-19) + +**Note:** Version bump only for package @socialgouv/cdtn-utils + # [4.154.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.153.0...v4.154.0) (2024-09-19) **Note:** Version bump only for package @socialgouv/cdtn-utils diff --git a/packages/code-du-travail-utils/package.json b/packages/code-du-travail-utils/package.json index c835824d56..c74eb45a03 100644 --- a/packages/code-du-travail-utils/package.json +++ b/packages/code-du-travail-utils/package.json @@ -4,7 +4,7 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "version": "4.154.0", + "version": "4.155.0", "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 8a547c14ed..c797111b1f 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.155.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.154.0...v4.155.0) (2024-09-19) + +**Note:** Version bump only for package @socialgouv/cdtn-ui + # [4.154.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.153.0...v4.154.0) (2024-09-19) **Note:** Version bump only for package @socialgouv/cdtn-ui diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 3eac79b8f7..97928f49e5 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -4,7 +4,7 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "version": "4.154.0", + "version": "4.155.0", "description": "Composants ReactJS", "main": "lib/index.js", "files": [