From 226f0cf003588b7062c590da551a3070e7940f82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:47:11 +0200 Subject: [PATCH] Version Packages (#2540) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/hot-games-press.md | 5 ----- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hot-games-press.md diff --git a/.changeset/hot-games-press.md b/.changeset/hot-games-press.md deleted file mode 100644 index e3b0933fc..000000000 --- a/.changeset/hot-games-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -Editing negative numbers in LionInputAmount become possible both with '-' and '\u2212' diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4cb01c9c8..75750716c 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lion/ui +## 0.12.0 + +### Minor Changes + +- 9a4a873: Editing negative numbers in LionInputAmount become possible both with '-' and '\u2212' + ## 0.11.6 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 54cc1354b..dba69cd7a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.11.6", + "version": "0.12.0", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",