diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2996506f..828870c474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [124.0.0](https://github.com/Sage/carbon/compare/v123.11.2...v124.0.0) (2023-12-01) + + +### ⚠ BREAKING CHANGES + +* **show-edit-pod:** `ShowEditPod` no longer exists +* **menu-segment-title:** You will need to pass any associated list items as children of the +`MenuSegmentTitle` so they are rendered in a sublist with the segment heading + +### Bug Fixes + +* **menu-item:** ensure that icons rendered in menu item have display inline-block ([a937011](https://github.com/Sage/carbon/commit/a93701171e9f2931ddba25eee09d3681557fa7fc)) +* **menu-segment-title:** ensure segment titles are rendered as part of sublist with associated items ([9f4a6ff](https://github.com/Sage/carbon/commit/9f4a6ffd91c9cf6b8a308b11362ebf7671adfd46)), closes [#6010](https://github.com/Sage/carbon/issues/6010) + + +### Miscellaneous Chores + +* **show-edit-pod:** deprecate component ([3183e6c](https://github.com/Sage/carbon/commit/3183e6c2b046b8894e6f190fcb88b2bb1c54b744)) + ### [123.11.2](https://github.com/Sage/carbon/compare/v123.11.1...v123.11.2) (2023-11-27) diff --git a/package-lock.json b/package-lock.json index 14a16378dc..fd9bb86b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "123.11.2", + "version": "124.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "123.11.2", + "version": "124.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a7a5e6aa57..26808f6eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "123.11.2", + "version": "124.0.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",