Version Packages (#2429)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a256f737c0
commit
9825cbf656
6 changed files with 10 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-stepper] move role="spinbutton" and relevant aria attributes to the inputNode
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-datepicker] replace spanish literal for openDatepickerLabel
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-tel-dropdown] remove the country telephone code from the modelValue on init, only have it as viewValue
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
show overlay based on overridden "\_showOverlayCondition"
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.9.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 67f5735: [input-stepper] move role="spinbutton" and relevant aria attributes to the inputNode
|
||||||
|
- 0652492: [input-datepicker] replace spanish literal for openDatepickerLabel
|
||||||
|
- a256f73: [input-tel-dropdown] remove the country telephone code from the modelValue on init, only have it as viewValue
|
||||||
|
- e117884: show overlay based on overridden "\_showOverlayCondition"
|
||||||
|
|
||||||
## 0.9.0
|
## 0.9.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.9.0",
|
"version": "0.9.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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue