Version Packages (#2241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
11c518d14f
commit
f477155e96
7 changed files with 14 additions and 26 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': minor
|
||||
---
|
||||
|
||||
[select-rich] fix readonly keyboard interaction
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[input-amount] returns Unparseable as a modelValue if a wrong value has been entered
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': minor
|
||||
---
|
||||
|
||||
[select-rich] export getSelectRichMembers test helper
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[core] allow browserDetection to be run in ssr context
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[lion-input-tel-dropdown] Focus input fieled after dropdown menu is closed
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue