chore: downgrade ui version (#2263)

* chore: downgrade ui version

* Revert "chore: downgrade ui version"

This reverts commit 07e1eec665dec69a0fec9b58667f8312a832c0fb.

* Revert "Version Packages (#2241)"

This reverts commit f477155e96.
This commit is contained in:
Oleksii Kadurin 2024-04-18 13:13:39 +02:00 committed by GitHub
parent 3ce4929427
commit 3cef9164ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 26 additions and 14 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,18 +1,5 @@
# @lion/ui # @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 ## 0.6.1
### Patch Changes ### Patch Changes

View file

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