chore(release): 0.6.0-alpha.4
This commit is contained in:
parent
8fd440d9d0
commit
e34d4b624b
4 changed files with 17 additions and 1 deletions
5
.changeset/angry-carpets-try.md
Normal file
5
.changeset/angry-carpets-try.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
[input-stepper] fix the toggling of the disabled state for the buttons
|
||||||
5
.changeset/lemon-bottles-buy.md
Normal file
5
.changeset/lemon-bottles-buy.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
[core] update types for ScopedElementsMixin
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.6.0-alpha.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
- [input-stepper] fix the toggling of the disabled state for the buttons
|
||||||
|
- [core] update types for ScopedElementsMixin
|
||||||
|
|
||||||
## 0.6.0-alpha.3
|
## 0.6.0-alpha.3
|
||||||
|
|
||||||
BREAKING:
|
BREAKING:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.6.0-alpha.3",
|
"version": "0.6.0-alpha.4",
|
||||||
"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