Merge pull request #2320 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Oleksii Kadurin 2024-08-07 12:01:00 +02:00 committed by GitHub
commit e6f2e59134
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
improve deep-contains function so it works correctly with slots

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays] prevent closing of a modal dialog on pressing Esc and hidesOnEsc is set to false

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-stepper] add parseNumber and formatNumber to format the value based on locale

View file

@ -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

View file

@ -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",