Skip to content

Commit b782f8c

Browse files
chore(release): 11.4.1 [skip ci]
### [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))
1 parent 5bdf1c2 commit b782f8c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

5+
### [11.4.1](https://github.com/silinternational/ui-components/compare/v11.4.0...v11.4.1) (2024-07-09)
6+
7+
8+
### Fixed
9+
10+
* **Card:** fix Card aria role warn ([58b599f](https://github.com/silinternational/ui-components/commit/58b599f2e853d78c8f486249637b70af91939c52))
11+
* **FileDropArea:** fix aria role warning ([d01d097](https://github.com/silinternational/ui-components/commit/d01d09740929848da6a64cae3067f99e6b35f522))
12+
* **Item:** fix aria warnings in List Item ([ca3778e](https://github.com/silinternational/ui-components/commit/ca3778efdb38cc401649ba25e4ea66e82dfc4346))
13+
* **Types:** stop using deprecated svelte types ([ba4798d](https://github.com/silinternational/ui-components/commit/ba4798d1bdc8efcca1c2ae1d47829622c13b5271))
14+
515
## [11.4.0](https://github.com/silinternational/ui-components/compare/v11.3.0...v11.4.0) (2024-07-07)
616

717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silintl/ui-components",
3-
"version": "11.4.0",
3+
"version": "11.4.1",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)