Skip to content

Commit

Permalink
chore(release): 146.0.0
Browse files Browse the repository at this point in the history
## [146.0.0](v145.0.0...v146.0.0) (2024-12-19)

### ⚠ BREAKING CHANGES

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

### Features

* remove focusRedesignOptOut feature flag ([fdcfc6b](fdcfc6b))
  • Loading branch information
semantic-release-bot authored and carbonci committed Dec 19, 2024
1 parent 0f1fbd1 commit e4ae8f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [146.0.0](https://github.com/Sage/carbon/compare/v145.0.0...v146.0.0) (2024-12-19)


### ⚠ BREAKING CHANGES

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

### Features

* remove focusRedesignOptOut feature flag ([fdcfc6b](https://github.com/Sage/carbon/commit/fdcfc6bd818fc19207bc5748b33ff9b55e00d73f))

## [145.0.0](https://github.com/Sage/carbon/compare/v144.22.1...v145.0.0) (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": "145.0.0",
"version": "146.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit e4ae8f0

Please sign in to comment.