Skip to content

Commit

Permalink
chore(release): 11.1.1 [skip ci]
Browse files Browse the repository at this point in the history
### [11.1.1](v11.1.0...v11.1.1) (2024-04-04)

### Fixed

* **types:** missing Select.label type ([687a403](687a403))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 886af95 commit b1bd75a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
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).

### [11.1.1](https://github.com/silinternational/ui-components/compare/v11.1.0...v11.1.1) (2024-04-04)


### Fixed

* **types:** missing Select.label type ([687a403](https://github.com/silinternational/ui-components/commit/687a403579f35b2592b23519644764995dc3cff5))

## [11.1.0](https://github.com/silinternational/ui-components/compare/v11.0.0...v11.1.0) (2024-03-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": "11.1.0",
"version": "11.1.1",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit b1bd75a

Please sign in to comment.