Skip to content

Commit

Permalink
chore(release): 10.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.2.0](v10.1.1...v10.2.0) (2023-05-16)

### Added

* **docs:** Update contribution section [release skip] ([ae8ae0c](ae8ae0c))
* **TextArea:** Add input event dispatch to TextArea ([c10f29f](c10f29f))
* **TextField:** Add input event dispatch to TextField ([951221e](951221e))
  • Loading branch information
semantic-release-bot committed May 16, 2023
1 parent 1d86386 commit 35acb23
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [10.2.0](https://github.com/silinternational/ui-components/compare/v10.1.1...v10.2.0) (2023-05-16)


### Added

* **docs:** Update contribution section [release skip] ([ae8ae0c](https://github.com/silinternational/ui-components/commit/ae8ae0cb7672503fafec3565495babc2a24f95c8))
* **TextArea:** Add input event dispatch to TextArea ([c10f29f](https://github.com/silinternational/ui-components/commit/c10f29fe59c6acb88f595a969b285e221a4bbe9b))
* **TextField:** Add input event dispatch to TextField ([951221e](https://github.com/silinternational/ui-components/commit/951221ebf40aa0c7a33ff5cc741df0e3cf28ad3d))

### [10.1.1](https://github.com/silinternational/ui-components/compare/v10.1.0...v10.1.1) (2023-03-30)


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

0 comments on commit 35acb23

Please sign in to comment.