Skip to content

Commit

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

### Bug Fixes

* **link:** ensure Icon in component has inline display property to respect dimensions of the parent ([be0a33c](be0a33c)), closes [#6295](#6295)
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 24, 2023
1 parent 2e28d11 commit 05833cf
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 @@
### [122.0.1](https://github.com/Sage/carbon/compare/v122.0.0...v122.0.1) (2023-10-24)


### Bug Fixes

* **link:** ensure Icon in component has inline display property to respect dimensions of the parent ([be0a33c](https://github.com/Sage/carbon/commit/be0a33c07b18cc36633ad65369915f2256e54ae2)), closes [#6295](https://github.com/Sage/carbon/issues/6295)

## [122.0.0](https://github.com/Sage/carbon/compare/v121.2.0...v122.0.0) (2023-10-23)


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

0 comments on commit 05833cf

Please sign in to comment.