diff --git a/.changeset/kind-clouds-kiss.md b/.changeset/kind-clouds-kiss.md deleted file mode 100644 index f536078da..000000000 --- a/.changeset/kind-clouds-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -Fix [ArrowUp]/[ArrowDown] not registering as user interaction when done directly on the select-rich component diff --git a/.changeset/neat-spiders-impress.md b/.changeset/neat-spiders-impress.md deleted file mode 100644 index 461e621f3..000000000 --- a/.changeset/neat-spiders-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[localize] make use of formatDate locale option to parse the date correctly, which prevents day and month jumping in the input-amount when e.g. en-GB is used on the html tag and en-US is used to format the date. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 395b887c2..a2e278a68 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @lion/ui +## 0.7.1 + +### Patch Changes + +- 3a1482f7: Fix [ArrowUp]/[ArrowDown] not registering as user interaction when done directly on the select-rich component +- a53ded7e: [localize] make use of formatDate locale option to parse the date correctly, which prevents day and month jumping in the input-amount when e.g. en-GB is used on the html tag and en-US is used to format the date. + ## 0.7.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 8ca9b7bd8..db0a8d9f0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.7.0", + "version": "0.7.1", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",