Skip to content

Commit

Permalink
chore(release): 3.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.2](v3.10.1...v3.10.2) (2021-12-22)

### Bug Fixes

* **MoneyInput:** forgot to add MoneyInput to index ([fceb8e0](fceb8e0))
* **Textinput:** fix error on reading 'remove' ([1a209f9](1a209f9))
  • Loading branch information
semantic-release-bot committed Dec 22, 2021
1 parent f7f5a08 commit bbdc7e0
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 @@
## [3.10.2](https://github.com/silinternational/ui-components/compare/v3.10.1...v3.10.2) (2021-12-22)


### Bug Fixes

* **MoneyInput:** forgot to add MoneyInput to index ([fceb8e0](https://github.com/silinternational/ui-components/commit/fceb8e093461123f000c32905b26756635263b23))
* **Textinput:** fix error on reading 'remove' ([1a209f9](https://github.com/silinternational/ui-components/commit/1a209f976abadaf9e5e8f6e543648278c75c1937))

## [3.10.1](https://github.com/silinternational/ui-components/compare/v3.10.0...v3.10.1) (2021-12-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": "@silintl/ui-components",
"version": "3.10.1",
"version": "3.10.2",
"description": "Reusable Svelte components for some internal applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bbdc7e0

Please sign in to comment.