Skip to content

Commit

Permalink
chore(release): 124.0.0
Browse files Browse the repository at this point in the history
## [124.0.0](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](a937011))
* **menu-segment-title:** ensure segment titles are rendered as part of sublist with associated items ([9f4a6ff](9f4a6ff)), closes [#6010](#6010)

### Miscellaneous Chores

* **show-edit-pod:** deprecate component ([3183e6c](3183e6c))
  • Loading branch information
semantic-release-bot authored and carbonci committed Dec 1, 2023
1 parent b646954 commit af9d5f9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af9d5f9

Please sign in to comment.