Skip to content

Commit

Permalink
chore(release): 6.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.6.0](v6.5.0...v6.6.0) (2022-10-04)

### Features

* **components:** add name prop to MoneyInput, TextArea and TextField ([142b27e](142b27e))
* **Form:** add id and saveToLocalStorage props to Form ([8216ae1](8216ae1))
  • Loading branch information
semantic-release-bot committed Oct 4, 2022
1 parent d32f4b2 commit d03d735
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 @@
# [6.6.0](https://github.com/silinternational/ui-components/compare/v6.5.0...v6.6.0) (2022-10-04)


### Features

* **components:** add name prop to MoneyInput, TextArea and TextField ([142b27e](https://github.com/silinternational/ui-components/commit/142b27e41751e635a4ef02745074c619fde10571))
* **Form:** add id and saveToLocalStorage props to Form ([8216ae1](https://github.com/silinternational/ui-components/commit/8216ae10e82834ab7f3b1f0a775c12172daa171c))

# [6.5.0](https://github.com/silinternational/ui-components/compare/v6.4.2...v6.5.0) (2022-09-26)


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": "6.5.0",
"version": "6.6.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit d03d735

Please sign in to comment.