diff --git a/.changeset/great-seals-attack.md b/.changeset/great-seals-attack.md deleted file mode 100644 index 1ec091570..000000000 --- a/.changeset/great-seals-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[tooltip] prevent infinite loops diff --git a/.changeset/strange-dots-draw.md b/.changeset/strange-dots-draw.md deleted file mode 100644 index 644d5df9c..000000000 --- a/.changeset/strange-dots-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -`accordion`: narrowed the scope of the selectors that query [slot=invoker] and [slot=content] to prevent that any nested elements with [slot=invoker] and [slot=content] are moved to slot=\_accordion as well diff --git a/.changeset/tall-spiders-tie.md b/.changeset/tall-spiders-tie.md deleted file mode 100644 index 481a32ece..000000000 --- a/.changeset/tall-spiders-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -overlays: add adopted stylesheets once; attach correctly to body diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5173a2d7b..e740ea45f 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @lion/ui +## 0.0.11 + +### Patch Changes + +- 5e707168: [tooltip] prevent infinite loops +- 49092c97: `accordion`: narrowed the scope of the selectors that query [slot=invoker] and [slot=content] to prevent that any nested elements with [slot=invoker] and [slot=content] are moved to slot=\_accordion as well +- fafd9222: overlays: add adopted stylesheets once; attach correctly to body + ## 0.0.10 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index bfaf5904b..dca1fc606 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.0.10", + "version": "0.0.11", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",