Version Packages
This commit is contained in:
parent
c80bca7c83
commit
e930b7b667
5 changed files with 9 additions and 16 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[tooltip] hide tooltip if the invoker gets disabled
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Fix scroll behavior when closing an overlay
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
fix(tabs): set selectedIndex only if value differ from previous value
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue