Merge pull request #1981 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-05-17 15:08:58 +02:00 committed by GitHub
commit ede8412cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +1,11 @@
# @lion/ui # @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 ## 0.2.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.2.1", "version": "0.2.2",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",