Skip to content

Commit

Permalink
chore(release): 123.0.1
Browse files Browse the repository at this point in the history
### [123.0.1](v123.0.0...v123.0.1) (2023-10-27)

### Bug Fixes

* **textarea, textbox:** ensure inputHint and labelHelp props do not render two seperate DOM elements ([607c649](607c649))
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 27, 2023
1 parent 909d7d1 commit b168369
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [123.0.1](https://github.com/Sage/carbon/compare/v123.0.0...v123.0.1) (2023-10-27)


### Bug Fixes

* **textarea, textbox:** ensure inputHint and labelHelp props do not render two seperate DOM elements ([607c649](https://github.com/Sage/carbon/commit/607c64906dce77ee763425abdc2f9463947f8de0))

## [123.0.0](https://github.com/Sage/carbon/compare/v122.0.1...v123.0.0) (2023-10-24)


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

0 comments on commit b168369

Please sign in to comment.