diff --git a/.changeset/six-ghosts-crash.md b/.changeset/six-ghosts-crash.md deleted file mode 100644 index a5f77b9d4..000000000 --- a/.changeset/six-ghosts-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays] allow the popup dialog to close when it is setup by `lit` `cache` diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 48bc68ad8..48f28abab 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lion/ui +## 0.14.2 + +### Patch Changes + +- da22fdb: [overlays] allow the popup dialog to close when it is setup by `lit` `cache` + ## 0.14.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 60179948e..9b8e41923 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.14.1", + "version": "0.14.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",