Skip to content

Commit

Permalink
chore(release): 142.11.1
Browse files Browse the repository at this point in the history
### [142.11.1](v142.11.0...v142.11.1) (2024-09-18)

### Bug Fixes

* **checkbox:** restore support for `labelHelp` and `fieldHelp` props ([b2fea4a](b2fea4a))
* **radio-button:** restore support for `labelHelp` and `fieldHelp` props ([81dfeb2](81dfeb2))
  • Loading branch information
semantic-release-bot authored and carbonci committed Sep 18, 2024
1 parent 4f9ccaa commit 7bb0e68
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 @@
### [142.11.1](https://github.com/Sage/carbon/compare/v142.11.0...v142.11.1) (2024-09-18)


### Bug Fixes

* **checkbox:** restore support for `labelHelp` and `fieldHelp` props ([b2fea4a](https://github.com/Sage/carbon/commit/b2fea4ac84f96252d12e2a0bbfbffe677a304938))
* **radio-button:** restore support for `labelHelp` and `fieldHelp` props ([81dfeb2](https://github.com/Sage/carbon/commit/81dfeb299bf89cf59a25009f1ace9b1a5938039a))

## [142.11.0](https://github.com/Sage/carbon/compare/v142.10.0...v142.11.0) (2024-09-18)


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

0 comments on commit 7bb0e68

Please sign in to comment.