diff --git a/.changeset/rude-flies-reflect.md b/.changeset/rude-flies-reflect.md deleted file mode 100644 index 6ca6c7fad..000000000 --- a/.changeset/rude-flies-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays] no hiding of nested overlays having `hideOnEsc` configured diff --git a/.changeset/short-experts-mix.md b/.changeset/short-experts-mix.md deleted file mode 100644 index ea64275b8..000000000 --- a/.changeset/short-experts-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -revert es version in tsconfig (as it was breaking types) diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index aa20550f2..5002b47ef 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @lion/ui +## 0.8.3 + +### Patch Changes + +- 360641c: [overlays] no hiding of nested overlays having `hideOnEsc` configured +- 03a9b33: revert es version in tsconfig (as it was breaking types) + ## 0.8.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 63c518d79..c53531ba2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.8.2", + "version": "0.8.3", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",