Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.1.1...v10.0.0) (2023-03-23)

### Bug Fixes

* **types:** fix Select and MoneyInput types ([f2c6f73](f2c6f73))
* **types:** JSX.HTMLAttributes is deprecated ([f8c593b](f8c593b))

### Features

* **components:** Add DateInput components ([a83dc70](a83dc70))
* **Form:** remove success ([5f3537c](5f3537c))

### BREAKING CHANGES

* **Form:** remove success prop

To reset `Form` use `on:submit` and `event.target.reset()` instead of setting `success` to `true`
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent 2a83012 commit 5753b96
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [10.0.0](https://github.com/silinternational/ui-components/compare/v9.1.1...v10.0.0) (2023-03-23)


### Bug Fixes

* **types:** fix Select and MoneyInput types ([f2c6f73](https://github.com/silinternational/ui-components/commit/f2c6f73b289d0277b99a5e51cba8778fbd49ddd8))
* **types:** JSX.HTMLAttributes is deprecated ([f8c593b](https://github.com/silinternational/ui-components/commit/f8c593b91528ecf47c5fffd8652bd5bc357b70f3))


### Features

* **components:** Add DateInput components ([a83dc70](https://github.com/silinternational/ui-components/commit/a83dc7079d70a26fa1b2800b0fb909719e52ae8d))
* **Form:** remove success ([5f3537c](https://github.com/silinternational/ui-components/commit/5f3537c6fa8a41891d1f36a1f5ac3a697bf9fdbc))


### BREAKING CHANGES

* **Form:** remove success prop

To reset `Form` use `on:submit` and `event.target.reset()` instead of setting `success` to `true`

## [9.1.1](https://github.com/silinternational/ui-components/compare/v9.1.0...v9.1.1) (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.1",
"version": "10.0.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit 5753b96

Please sign in to comment.