Version Packages

This commit is contained in:
github-actions[bot] 2025-04-30 07:30:53 +00:00 committed by Thijs Louisse
parent 3c77296c40
commit 6d7e6a6487
3 changed files with 7 additions and 6 deletions

View file

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

View file

@ -1,5 +1,11 @@
# @lion/ui # @lion/ui
## 0.11.4
### Patch Changes
- 3c77296: [form-core] make sure that slots with property fallbacks ignore initialization updates (not defined on firstUpdated). See https://stackblitz.com/edit/vitejs-vite-encdg2xd?file=lion-demo.js
## 0.11.3 ## 0.11.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.11.3", "version": "0.11.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",