Skip to content

Commit

Permalink
chore(release): 9.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.1.1](v9.1.0...v9.1.1) (2023-02-22)

### Bug Fixes

* **TextArea:** fix text overlapping with counter ([c0bb58e](c0bb58e))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent 8f434ae commit 50c49fd
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 @@
## [9.1.1](https://github.com/silinternational/ui-components/compare/v9.1.0...v9.1.1) (2023-02-22)


### Bug Fixes

* **TextArea:** fix text overlapping with counter ([c0bb58e](https://github.com/silinternational/ui-components/commit/c0bb58ef45a8d8ec83bf13bf16f89fedd0442e82))

# [9.1.0](https://github.com/silinternational/ui-components/compare/v9.0.0...v9.1.0) (2023-02-22)


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": "@silintl/ui-components",
"version": "9.1.0",
"version": "9.1.1",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit 50c49fd

Please sign in to comment.