Skip to content

Commit

Permalink
chore(release): 145.0.0
Browse files Browse the repository at this point in the history
## [145.0.0](v144.22.1...v145.0.0) (2024-12-17)

### ⚠ BREAKING CHANGES

* The `roundedCornersOptOut` feature flag has been removed completely. If passed to
the `CarbonProvider` it will need to be removed, if consumers are also relying on previous
non-rounded corners styling this will also no longer be available.

### Features

* remove roundedCornersOptOut feature flag ([a21e2b9](a21e2b9))

### Bug Fixes

* **dismissible-box:** remove background color props from type interface ([882d28c](882d28c)), closes [#7108](#7108)
  • Loading branch information
semantic-release-bot authored and carbonci committed Dec 17, 2024
1 parent 98c4bea commit e2c1dd9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [145.0.0](https://github.com/Sage/carbon/compare/v144.22.1...v145.0.0) (2024-12-17)


### ⚠ BREAKING CHANGES

* The `roundedCornersOptOut` feature flag has been removed completely. If passed to
the `CarbonProvider` it will need to be removed, if consumers are also relying on previous
non-rounded corners styling this will also no longer be available.

### Features

* remove roundedCornersOptOut feature flag ([a21e2b9](https://github.com/Sage/carbon/commit/a21e2b95f59a7a23ed7b8af2b920462ea358cb5c))


### Bug Fixes

* **dismissible-box:** remove background color props from type interface ([882d28c](https://github.com/Sage/carbon/commit/882d28c43b254bb12626f85bf8c27529ec17dd6b)), closes [#7108](https://github.com/Sage/carbon/issues/7108)

### [144.22.1](https://github.com/Sage/carbon/compare/v144.22.0...v144.22.1) (2024-12-17)


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

0 comments on commit e2c1dd9

Please sign in to comment.