Skip to content

Commit

Permalink
chore(release): 124.2.1
Browse files Browse the repository at this point in the history
### [124.2.1](v124.2.0...v124.2.1) (2023-12-08)

### Bug Fixes

* **textbox:** ensure no action is triggered when disabled or readOnly input or input icon is clicked ([0f028f9](0f028f9)), closes [#6471](#6471)
  • Loading branch information
semantic-release-bot authored and carbonci committed Dec 8, 2023
1 parent 7643418 commit 4b94d2f
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 @@
### [124.2.1](https://github.com/Sage/carbon/compare/v124.2.0...v124.2.1) (2023-12-08)


### Bug Fixes

* **textbox:** ensure no action is triggered when disabled or readOnly input or input icon is clicked ([0f028f9](https://github.com/Sage/carbon/commit/0f028f9a9e3e8268e978c9ccb1b94e7db84bcc9c)), closes [#6471](https://github.com/Sage/carbon/issues/6471)

## [124.2.0](https://github.com/Sage/carbon/compare/v124.1.0...v124.2.0) (2023-12-06)


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

0 comments on commit 4b94d2f

Please sign in to comment.