Skip to content

Commit

Permalink
chore(release): 143.0.0
Browse files Browse the repository at this point in the history
## [143.0.0](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](c3853cd)), closes [#6861](#6861)
* **select:** remove support for rendering list to left and right of input ([4094117](4094117))
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 10, 2024
1 parent 743fbd4 commit 7647029
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "142.13.5",
"version": "143.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit 7647029

Please sign in to comment.