Skip to content

Commit

Permalink
chore(release): 144.0.1
Browse files Browse the repository at this point in the history
### [144.0.1](v144.0.0...v144.0.1) (2024-10-23)

### Bug Fixes

* **dialog:** ensure height never exceeds 90% of the viewport height ([619a651](619a651))
* prevent sticky footer form content from overflowing in Carbon modal components ([cb77fb7](cb77fb7)), closes [#6969](#6969)
* resolve layout issues with sticky footer forms inside Carbon modal components ([0fe249d](0fe249d))
  • Loading branch information
semantic-release-bot authored and carbonci committed Oct 23, 2024
1 parent e88c3dd commit 7c0955e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [144.0.1](https://github.com/Sage/carbon/compare/v144.0.0...v144.0.1) (2024-10-23)


### Bug Fixes

* **dialog:** ensure height never exceeds 90% of the viewport height ([619a651](https://github.com/Sage/carbon/commit/619a6516ac3b0ac05e55219e79df529b491a9031))
* prevent sticky footer form content from overflowing in Carbon modal components ([cb77fb7](https://github.com/Sage/carbon/commit/cb77fb78f72d866458df49964c08f567b971a110)), closes [#6969](https://github.com/Sage/carbon/issues/6969)
* resolve layout issues with sticky footer forms inside Carbon modal components ([0fe249d](https://github.com/Sage/carbon/commit/0fe249db3d2e598f73eaccd3388e6feea61c2c80))

## [144.0.0](https://github.com/Sage/carbon/compare/v143.2.5...v144.0.0) (2024-10-21)


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

0 comments on commit 7c0955e

Please sign in to comment.