From 2b6884581ac36b85c50d1e376606293661482f72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:54:55 +0200 Subject: [PATCH] Version Packages (#2272) Co-authored-by: github-actions[bot] --- .changeset/kind-clouds-kiss.md | 5 ----- .changeset/neat-spiders-impress.md | 5 ----- packages/ui/CHANGELOG.md | 7 +++++++ packages/ui/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/kind-clouds-kiss.md delete mode 100644 .changeset/neat-spiders-impress.md diff --git a/.changeset/kind-clouds-kiss.md b/.changeset/kind-clouds-kiss.md deleted file mode 100644 index f536078da4..0000000000 --- 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 461e621f30..0000000000 --- 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 395b887c21..a2e278a687 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 8ca9b7bd8d..db0a8d9f05 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",