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