Version Packages (#2272)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-23 14:54:55 +02:00 committed by GitHub
parent a53ded7ef8
commit 2b6884581a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
Fix [ArrowUp]/[ArrowDown] not registering as user interaction when done directly on the select-rich component

View file

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

View file

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

View file

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