Skip to content

Commit

Permalink
chore(release): 10.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.3.0](v10.2.0...v10.3.0) (2023-08-30)

### Added

* **release:** trigger v10.3.0 release ([196c716](196c716))
* **TextField:** Add all fields to default Storybook story ([96965f5](96965f5))
* **TextField:** Add Description as helper text ([2e22040](2e22040))
* **TextField:** Description as helper text ([b6fd540](b6fd540))
* **TextField:** Description as helper text ([5d017c3](5d017c3))
  • Loading branch information
semantic-release-bot committed Aug 30, 2023
1 parent f4be93a commit 221cf76
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
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.3.0](https://github.com/silinternational/ui-components/compare/v10.2.0...v10.3.0) (2023-08-30)


### Added

* **release:** trigger v10.3.0 release ([196c716](https://github.com/silinternational/ui-components/commit/196c716c6e15b52fb57c8f58f0969bde3c347edd))
* **TextField:** Add all fields to default Storybook story ([96965f5](https://github.com/silinternational/ui-components/commit/96965f5f7943d60799f34513757fdb22604e2ed4))
* **TextField:** Add Description as helper text ([2e22040](https://github.com/silinternational/ui-components/commit/2e22040057815a9e2a107e13bb088a2f57337179))
* **TextField:** Description as helper text ([b6fd540](https://github.com/silinternational/ui-components/commit/b6fd540164d4f10d370a320d6c2416149d607eeb))
* **TextField:** Description as helper text ([5d017c3](https://github.com/silinternational/ui-components/commit/5d017c38530af6124169d2eecf8b158d9282fc56))

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


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

0 comments on commit 221cf76

Please sign in to comment.