From 50be120c4ffca4980c55d2c48149e80ea9f2b3fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 06:34:39 +0000 Subject: [PATCH] Version Packages --- .changeset/little-sloths-punch.md | 5 ----- .changeset/witty-oranges-lick.md | 5 ----- packages/ui/CHANGELOG.md | 7 +++++++ packages/ui/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/little-sloths-punch.md delete mode 100644 .changeset/witty-oranges-lick.md diff --git a/.changeset/little-sloths-punch.md b/.changeset/little-sloths-punch.md deleted file mode 100644 index 9ee43cd65..000000000 --- a/.changeset/little-sloths-punch.md +++ /dev/null @@ -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 diff --git a/.changeset/witty-oranges-lick.md b/.changeset/witty-oranges-lick.md deleted file mode 100644 index 808282a16..000000000 --- a/.changeset/witty-oranges-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[combobox] do not submit form if overlay of combobox is opened and ENTER is hit diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a7434e93b..f9a097506 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 2771f39c7..1b287afd4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",