chore(release): 0.6.0-alpha.4

This commit is contained in:
okadurin 2024-03-01 10:30:45 +01:00 committed by Thijs Louisse
parent 8fd440d9d0
commit e34d4b624b
4 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
[input-stepper] fix the toggling of the disabled state for the buttons

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
[core] update types for ScopedElementsMixin

View file

@ -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:

View file

@ -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",