diff --git a/.changeset/chilly-taxis-sin.md b/.changeset/chilly-taxis-sin.md deleted file mode 100644 index bed13de75..000000000 --- a/.changeset/chilly-taxis-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[select-rich] solve case of having singleOption and hasNoDefaultSelected as the same time diff --git a/.changeset/eight-impalas-joke.md b/.changeset/eight-impalas-joke.md deleted file mode 100644 index be437742d..000000000 --- a/.changeset/eight-impalas-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays]: fix adoptStyles fallback and make testable diff --git a/.changeset/swift-seals-deny.md b/.changeset/swift-seals-deny.md deleted file mode 100644 index 0e9ca2a17..000000000 --- a/.changeset/swift-seals-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[select-rich] set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus diff --git a/.changeset/tricky-squids-dress.md b/.changeset/tricky-squids-dress.md deleted file mode 100644 index 7e4e8e9cc..000000000 --- a/.changeset/tricky-squids-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -`accordion`: rearranging invokers and content for a correct tab order is now implemented by changing the slot attributes of both instead of moving them, changed css for this implementation, updated tests diff --git a/.changeset/wild-clocks-call.md b/.changeset/wild-clocks-call.md deleted file mode 100644 index cba916b69..000000000 --- a/.changeset/wild-clocks-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-tel-dropdown] add translations for "All countries" and "Suggested countries" labels. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 764182d59..56fa74c4e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @lion/ui +## 0.0.13 + +### Patch Changes + +- fd09f652: [select-rich] solve case of having singleOption and hasNoDefaultSelected as the same time +- af2e0293: [overlays]: fix adoptStyles fallback and make testable +- 9f6270b3: [select-rich] set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus +- 9fb14fa1: `accordion`: rearranging invokers and content for a correct tab order is now implemented by changing the slot attributes of both instead of moving them, changed css for this implementation, updated tests +- 9a43dc4d: [input-tel-dropdown] add translations for "All countries" and "Suggested countries" labels. + ## 0.0.12 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 7225619fe..e2b84357f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.0.12", + "version": "0.0.13", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",