diff --git a/CHANGELOG.md b/CHANGELOG.md index 765891783b..afd8ac20a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [142.11.5](https://github.com/Sage/carbon/compare/v142.11.4...v142.11.5) (2024-09-20) + + +### Bug Fixes + +* **navigation-bar:** move context provider to not wrap parent ([a265b1c](https://github.com/Sage/carbon/commit/a265b1cdc18d01c35c1ecf88299f9dc4fc76208c)) + ### [142.11.4](https://github.com/Sage/carbon/compare/v142.11.3...v142.11.4) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index 8dcda63ebb..eeecca6d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "142.11.4", + "version": "142.11.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "142.11.4", + "version": "142.11.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 54d5bb5f40..8019b0c312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "142.11.4", + "version": "142.11.5", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",