From ab906fc13bf192b10758b8b9e868c8b404e16958 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Dec 2022 15:53:32 +0000 Subject: [PATCH] Version Packages --- .changeset/great-seals-attack.md | 5 ----- .changeset/strange-dots-draw.md | 5 ----- .changeset/tall-spiders-tie.md | 5 ----- packages/ui/CHANGELOG.md | 8 ++++++++ packages/ui/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-seals-attack.md delete mode 100644 .changeset/strange-dots-draw.md delete mode 100644 .changeset/tall-spiders-tie.md 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",