Skip to content

Commit

Permalink
chore(release): 147.0.0
Browse files Browse the repository at this point in the history
## [147.0.0](v146.6.1...v147.0.0) (2025-01-29)

### ⚠ BREAKING CHANGES

* **classname prop:** - The `className` property has been removed from all components.
- Accordion: scheme and buttonHeading
- Box: tabIndex
- ButtonToggle: grouped
- Decimal: onKeyPress
- Icon: 'extra-small' variant
- Portrait: gravatar
- SimpleColorPicker: isBlurBlocked
- ListItem: variant (now inherits from parent List component)

### Features

* **classname prop:** remove className from public props ([1c4fad4](1c4fad4))
  • Loading branch information
semantic-release-bot authored and carbonci committed Jan 29, 2025
1 parent 34c46a7 commit 0e9595d
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 @@
## [147.0.0](https://github.com/Sage/carbon/compare/v146.6.1...v147.0.0) (2025-01-29)


### ⚠ BREAKING CHANGES

* **classname prop:** - The `className` property has been removed from all components.
- Accordion: scheme and buttonHeading
- Box: tabIndex
- ButtonToggle: grouped
- Decimal: onKeyPress
- Icon: 'extra-small' variant
- Portrait: gravatar
- SimpleColorPicker: isBlurBlocked
- ListItem: variant (now inherits from parent List component)

### Features

* **classname prop:** remove className from public props ([1c4fad4](https://github.com/Sage/carbon/commit/1c4fad43ce7bb3ec520bfea146d92390e7473dc4))

### [146.6.1](https://github.com/Sage/carbon/compare/v146.6.0...v146.6.1) (2025-01-28)


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

0 comments on commit 0e9595d

Please sign in to comment.