Version Packages (#2241)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-16 13:10:49 +02:00 committed by GitHub
parent 11c518d14f
commit f477155e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 26 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[select-rich] fix readonly keyboard interaction

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-amount] returns Unparseable as a modelValue if a wrong value has been entered

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[select-rich] export getSelectRichMembers test helper

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[core] allow browserDetection to be run in ssr context

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[lion-input-tel-dropdown] Focus input fieled after dropdown menu is closed

View file

@ -1,5 +1,18 @@
# @lion/ui
## 0.7.0
### Minor Changes
- d2edadd3: [select-rich] fix readonly keyboard interaction
- f6b3f43a: [select-rich] export getSelectRichMembers test helper
### Patch Changes
- e8e9c07e: [input-amount] returns Unparseable as a modelValue if a wrong value has been entered
- 2da9a400: [core] allow browserDetection to be run in ssr context
- ac783460: [lion-input-tel-dropdown] Focus input fieled after dropdown menu is closed
## 0.6.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.6.1",
"version": "0.7.0",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",