diff --git a/.changeset/fifty-nails-cry.md b/.changeset/fifty-nails-cry.md deleted file mode 100644 index 146cd60aa..000000000 --- a/.changeset/fifty-nails-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[tooltip] hide tooltip if the invoker gets disabled diff --git a/.changeset/hot-otters-push.md b/.changeset/hot-otters-push.md deleted file mode 100644 index 44b8f362e..000000000 --- a/.changeset/hot-otters-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -Fix scroll behavior when closing an overlay diff --git a/.changeset/small-pumpkins-peel.md b/.changeset/small-pumpkins-peel.md deleted file mode 100644 index 0fcb13cae..000000000 --- a/.changeset/small-pumpkins-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -fix(tabs): set selectedIndex only if value differ from previous value diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3bd65593a..182b61853 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @lion/ui +## 0.5.2 + +### Patch Changes + +- d997e523: [tooltip] hide tooltip if the invoker gets disabled +- c80bca7c: Fix scroll behavior when closing an overlay +- db96e8cc: fix(tabs): set selectedIndex only if value differ from previous value + ## 0.5.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6d7f77db9..e80677921 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.5.1", + "version": "0.5.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",