diff --git a/.changeset/hot-turtles-glow.md b/.changeset/hot-turtles-glow.md deleted file mode 100644 index 543269076..000000000 --- a/.changeset/hot-turtles-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[localize] parseNumbers as heuristic if there is only 1 separator and 2 or less decimals e.g. 12.34 diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 1a02ad042..3b771df01 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lion/ui +## 0.2.2 + +### Patch Changes + +- 88e6ca03: [localize] parseNumbers as heuristic if there is only 1 separator and 2 or less decimals e.g. 12.34 + ## 0.2.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 7a3d8486e..407b5950c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.2.1", + "version": "0.2.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",