Version Packages
This commit is contained in:
parent
cdf0a9e8f0
commit
19d4dd271f
5 changed files with 9 additions and 16 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
improve deep-contains function so it works correctly with slots
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[overlays] prevent closing of a modal dialog on pressing Esc and hidesOnEsc is set to false
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[input-stepper] add parseNumber and formatNumber to format the value based on locale
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 58796de: improve deep-contains function so it works correctly with slots
|
||||
- f9ba215: [overlays] prevent closing of a modal dialog on pressing Esc and hidesOnEsc is set to false
|
||||
- cdf0a9e: [input-stepper] add parseNumber and formatNumber to format the value based on locale
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue