diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae95fb871..54085f1c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [143.0.0](https://github.com/Sage/carbon/compare/v142.13.5...v143.0.0) (2024-10-10) + + +### ⚠ BREAKING CHANGES + +* **select:** `listPlacement` prop only supports `top` and `bottom` now + +### Features + +* **select, filterable-select, multi-select:** add support for overriding the list width ([c3853cd](https://github.com/Sage/carbon/commit/c3853cd139c229a7f73c787413efe61825426351)), closes [#6861](https://github.com/Sage/carbon/issues/6861) +* **select:** remove support for rendering list to left and right of input ([4094117](https://github.com/Sage/carbon/commit/40941172da3ed07ae77ef145e9f777f55269f3a3)) + ### [142.13.5](https://github.com/Sage/carbon/compare/v142.13.4...v142.13.5) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index 403b203776..9dd039f772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "142.13.5", + "version": "143.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "142.13.5", + "version": "143.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a4c611f2f6..3476480061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "142.13.5", + "version": "143.0.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",