Skip to content

Commit

Permalink
chore(release): 120.5.0
Browse files Browse the repository at this point in the history
## [120.5.0](v120.4.0...v120.5.0) (2023-10-02)

### Features

* **tile:** add support for passing custom height to component ([123630b](123630b)), closes [#6240](#6240)
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 2, 2023
1 parent b676bd3 commit f3c6091
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 @@
## [120.5.0](https://github.com/Sage/carbon/compare/v120.4.0...v120.5.0) (2023-10-02)


### Features

* **tile:** add support for passing custom height to component ([123630b](https://github.com/Sage/carbon/commit/123630b62c53b264606298a28f99a65cd136a39a)), closes [#6240](https://github.com/Sage/carbon/issues/6240)

## [120.4.0](https://github.com/Sage/carbon/compare/v120.3.1...v120.4.0) (2023-09-27)


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

0 comments on commit f3c6091

Please sign in to comment.