Skip to content

Commit

Permalink
chore(release): 143.0.1
Browse files Browse the repository at this point in the history
### [143.0.1](v143.0.0...v143.0.1) (2024-10-14)

### Bug Fixes

* **option:** makes `value` and `text` props optional ([fb37215](fb37215)), closes [#6939](#6939)
* **select:** upgrade tanstack react-virtual to latest ([c51688f](c51688f)), closes [#6978](#6978)
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 14, 2024
1 parent 5cd9f1d commit de26679
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [143.0.1](https://github.com/Sage/carbon/compare/v143.0.0...v143.0.1) (2024-10-14)


### Bug Fixes

* **option:** makes `value` and `text` props optional ([fb37215](https://github.com/Sage/carbon/commit/fb372157e93cc171fa596ca9d74b299851db216c)), closes [#6939](https://github.com/Sage/carbon/issues/6939)
* **select:** upgrade tanstack react-virtual to latest ([c51688f](https://github.com/Sage/carbon/commit/c51688fce6c25b7559e475fb09eef583689d1274)), closes [#6978](https://github.com/Sage/carbon/issues/6978)

## [143.0.0](https://github.com/Sage/carbon/compare/v142.13.5...v143.0.0) (2024-10-10)


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

0 comments on commit de26679

Please sign in to comment.