Version Packages

This commit is contained in:
github-actions[bot] 2025-04-30 06:34:39 +00:00 committed by Thijs Louisse
parent c3021f8e7f
commit 50be120c4f
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] make sure that slots with property fallbacks ignore initialization updates (undefined on firstUpdated). See https://stackblitz.com/edit/vitejs-vite-encdg2xd?file=lion-demo.js

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] do not submit form if overlay of combobox is opened and ENTER is hit

View file

@ -1,5 +1,12 @@
# @lion/ui
## 0.11.3
### Patch Changes
- c3021f8: [form-core] make sure that slots with property fallbacks ignore initialization updates (undefined on firstUpdated). See https://stackblitz.com/edit/vitejs-vite-encdg2xd?file=lion-demo.js
- 1769e29: [combobox] do not submit form if overlay of combobox is opened and ENTER is hit
## 0.11.2
### Patch Changes

View file

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