From b818dcac476d9533fd501c9c92c18f46158cc8ed Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:37:03 +0000 Subject: [PATCH] chore(release): version 4.146.1 --- 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 88771d0e646..7a301c3e8e1 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.146.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.146.0...v4.146.1) (2024-07-04) + +### Bug Fixes + +- **csp:** add geo api gouv ([3e30c21](https://github.com/SocialGouv/code-du-travail-numerique/commit/3e30c21a1a92aa332a79ca6a9de5e5d1646e65c3)) + # [4.146.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.1...v4.146.0) (2024-07-04) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cfe1e9ca677..f8ef61aec18 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.146.0" + "version": "4.146.1" } diff --git a/packages/code-du-travail-frontend/CHANGELOG.md b/packages/code-du-travail-frontend/CHANGELOG.md index 56c71fa838d..c85b28dd318 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.146.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.146.0...v4.146.1) (2024-07-04) + +### Bug Fixes + +- **csp:** add geo api gouv ([3e30c21](https://github.com/SocialGouv/code-du-travail-numerique/commit/3e30c21a1a92aa332a79ca6a9de5e5d1646e65c3)) + # [4.146.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.1...v4.146.0) (2024-07-04) ### Bug Fixes diff --git a/packages/code-du-travail-frontend/package.json b/packages/code-du-travail-frontend/package.json index cabf2c8b1a6..712d3abc2fa 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.146.0", + "version": "4.146.1", "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 1d72f3b1c5d..771edbe6a6c 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.146.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.146.0...v4.146.1) (2024-07-04) + +**Note:** Version bump only for package @socialgouv/modeles-social + # [4.146.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.1...v4.146.0) (2024-07-04) ### Bug Fixes diff --git a/packages/code-du-travail-modeles/package.json b/packages/code-du-travail-modeles/package.json index 9cd393786a1..f4703821fbb 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.146.0", + "version": "4.146.1", "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 77ac171bd30..0b75bdd8762 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.146.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.146.0...v4.146.1) (2024-07-04) + +**Note:** Version bump only for package @socialgouv/cdtn-utils + # [4.146.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.1...v4.146.0) (2024-07-04) **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 5450e8f052a..39299b3a445 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.146.0", + "version": "4.146.1", "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 14d2d65f50d..6808768bfb0 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.146.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.146.0...v4.146.1) (2024-07-04) + +**Note:** Version bump only for package @socialgouv/cdtn-ui + # [4.146.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.1...v4.146.0) (2024-07-04) ### Features diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 5a96062ec00..c32cd724cb3 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.146.0", + "version": "4.146.1", "description": "Composants ReactJS", "main": "lib/index.js", "files": [