diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6726aabf..2abf957e6d 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.145.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.0...v4.145.1) (2024-06-27) + +### Bug Fixes + +- **localStorage error:** do not crash if error "Failed to read the 'localStorage' property from 'Window': Access is denied for this document." is thrown ([#5999](https://github.com/SocialGouv/code-du-travail-numerique/issues/5999)) ([fa29fd5](https://github.com/SocialGouv/code-du-travail-numerique/commit/fa29fd516cda01b1e59ecdbbfd21955cf9067c34)) + # [4.145.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.1...v4.145.0) (2024-06-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 22d32cf637..8a883d7870 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.145.0" + "version": "4.145.1" } diff --git a/packages/code-du-travail-frontend/CHANGELOG.md b/packages/code-du-travail-frontend/CHANGELOG.md index a62cfbf75b..9987e2902f 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.145.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.0...v4.145.1) (2024-06-27) + +### Bug Fixes + +- **localStorage error:** do not crash if error "Failed to read the 'localStorage' property from 'Window': Access is denied for this document." is thrown ([#5999](https://github.com/SocialGouv/code-du-travail-numerique/issues/5999)) ([fa29fd5](https://github.com/SocialGouv/code-du-travail-numerique/commit/fa29fd516cda01b1e59ecdbbfd21955cf9067c34)) + # [4.145.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.1...v4.145.0) (2024-06-27) ### Bug Fixes diff --git a/packages/code-du-travail-frontend/package.json b/packages/code-du-travail-frontend/package.json index eeb816ae5e..d1a459c27c 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.145.0", + "version": "4.145.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 8c9e8744c1..78fe4bac03 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.145.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.0...v4.145.1) (2024-06-27) + +**Note:** Version bump only for package @socialgouv/modeles-social + # [4.145.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.1...v4.145.0) (2024-06-27) ### Bug Fixes diff --git a/packages/code-du-travail-modeles/package.json b/packages/code-du-travail-modeles/package.json index 472dd87e2d..15907ad2b1 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.145.0", + "version": "4.145.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 2a4f4069ce..67daf8a35b 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.145.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.0...v4.145.1) (2024-06-27) + +**Note:** Version bump only for package @socialgouv/cdtn-utils + # [4.145.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.1...v4.145.0) (2024-06-27) **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 b15942fe6d..86f49bcebd 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.145.0", + "version": "4.145.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 907253b739..9d9b851537 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/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.145.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.145.0...v4.145.1) (2024-06-27) + +### Bug Fixes + +- **localStorage error:** do not crash if error "Failed to read the 'localStorage' property from 'Window': Access is denied for this document." is thrown ([#5999](https://github.com/SocialGouv/code-du-travail-numerique/issues/5999)) ([fa29fd5](https://github.com/SocialGouv/code-du-travail-numerique/commit/fa29fd516cda01b1e59ecdbbfd21955cf9067c34)) + # [4.145.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.144.1...v4.145.0) (2024-06-27) ### Bug Fixes diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 38b6c9e65c..d508aa50c3 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.145.0", + "version": "4.145.1", "description": "Composants ReactJS", "main": "lib/index.js", "files": [