Skip to content

Commit

Permalink
ci: release(version): Release 1.8.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.9](v1.8.8...v1.8.9) (2024-02-28)

### ♻️ 	 Chores

* refactor textarea component ([2f4bd56](2f4bd56))

### 🐛 	 Bug Fixes

* added export for Textarea component ([d97f330](d97f330))
* added word wrap to textarea ([531b70a](531b70a))
* updated storybook ([aefed09](aefed09))
* updated TextArea with max char and provide ref ([74e7921](74e7921))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 3c143ed commit 1fe5658
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.8.9](https://github.com/deriv-com/ui/compare/v1.8.8...v1.8.9) (2024-02-28)


### ♻️ Chores

* refactor textarea component ([2f4bd56](https://github.com/deriv-com/ui/commit/2f4bd566b0831e4fa3a5f1063c08e49f9e33e614))


### 🐛 Bug Fixes

* added export for Textarea component ([d97f330](https://github.com/deriv-com/ui/commit/d97f330b3a6cc57e639e30f1ea763af7c09a55d2))
* added word wrap to textarea ([531b70a](https://github.com/deriv-com/ui/commit/531b70a46714f7be78ca88118b3069e42a1d2070))
* updated storybook ([aefed09](https://github.com/deriv-com/ui/commit/aefed09b318d9ea74c14b0cd68d7bbf93d6a336e))
* updated TextArea with max char and provide ref ([74e7921](https://github.com/deriv-com/ui/commit/74e792182b3179212fcdd652b7bdfe61204f105c))

## [1.8.8](https://github.com/deriv-com/ui/compare/v1.8.7...v1.8.8) (2024-02-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,7 +1,7 @@
{
"name": "@deriv-com/ui",
"private": false,
"version": "1.8.8",
"version": "1.8.9",
"type": "module",
"main": "dist/main.js",
"files": [
Expand Down

0 comments on commit 1fe5658

Please sign in to comment.