Skip to content

Commit

Permalink
chore(release): 11.4.1 [skip ci]
Browse files Browse the repository at this point in the history
### [11.4.1](v11.4.0...v11.4.1) (2024-07-09)

### Fixed

* **Card:** fix Card aria role warn ([58b599f](58b599f))
* **FileDropArea:** fix aria role warning ([d01d097](d01d097))
* **Item:** fix aria warnings in List Item ([ca3778e](ca3778e))
* **Types:** stop using deprecated svelte types ([ba4798d](ba4798d))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent 5bdf1c2 commit b782f8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
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.4.1](https://github.com/silinternational/ui-components/compare/v11.4.0...v11.4.1) (2024-07-09)


### Fixed

* **Card:** fix Card aria role warn ([58b599f](https://github.com/silinternational/ui-components/commit/58b599f2e853d78c8f486249637b70af91939c52))
* **FileDropArea:** fix aria role warning ([d01d097](https://github.com/silinternational/ui-components/commit/d01d09740929848da6a64cae3067f99e6b35f522))
* **Item:** fix aria warnings in List Item ([ca3778e](https://github.com/silinternational/ui-components/commit/ca3778efdb38cc401649ba25e4ea66e82dfc4346))
* **Types:** stop using deprecated svelte types ([ba4798d](https://github.com/silinternational/ui-components/commit/ba4798d1bdc8efcca1c2ae1d47829622c13b5271))

## [11.4.0](https://github.com/silinternational/ui-components/compare/v11.3.0...v11.4.0) (2024-07-07)


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

0 comments on commit b782f8c

Please sign in to comment.