Skip to content

Commit

Permalink
chore(release): 119.9.1
Browse files Browse the repository at this point in the history
### [119.9.1](v119.9.0...v119.9.1) (2023-08-03)

### Bug Fixes

* **textarea:** attempted fix for font-loading issue observed on codesandbox ([32e6cc1](32e6cc1))
* **textarea:** stop unwanted scroll of container when expandable ([0acf935](0acf935)), closes [#6088](#6088)
  • Loading branch information
semantic-release-bot authored and carbonci committed Aug 3, 2023
1 parent f2899f5 commit fa1991c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [119.9.1](https://github.com/Sage/carbon/compare/v119.9.0...v119.9.1) (2023-08-03)


### Bug Fixes

* **textarea:** attempted fix for font-loading issue observed on codesandbox ([32e6cc1](https://github.com/Sage/carbon/commit/32e6cc14b72681d9b62b4e94aa79eeca6acb945f))
* **textarea:** stop unwanted scroll of container when expandable ([0acf935](https://github.com/Sage/carbon/commit/0acf935395fca4105e10bd95140c753d74e28953)), closes [#6088](https://github.com/Sage/carbon/issues/6088)

## [119.9.0](https://github.com/Sage/carbon/compare/v119.8.0...v119.9.0) (2023-08-02)


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

0 comments on commit fa1991c

Please sign in to comment.