diff --git a/.changeset/odd-feet-teach.md b/.changeset/odd-feet-teach.md deleted file mode 100644 index 3f33295e6..000000000 --- a/.changeset/odd-feet-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -[input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals diff --git a/.changeset/red-monkeys-retire.md b/.changeset/red-monkeys-retire.md deleted file mode 100644 index d6d2fe569..000000000 --- a/.changeset/red-monkeys-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[validate-messages] updated translation of the MinNumber and MaxNumber validation error messages, so that endpoint is included. diff --git a/.changeset/spotty-emus-allow.md b/.changeset/spotty-emus-allow.md deleted file mode 100644 index 27a1bf762..000000000 --- a/.changeset/spotty-emus-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[select-rich] allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index af3dc632d..bcc98fcec 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/ui +## 0.11.0 + +### Minor Changes + +- 29b729e: [input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals + +### Patch Changes + +- b983379: [validate-messages] updated translation of the MinNumber and MaxNumber validation error messages, so that endpoint is included. +- 41fecd3: [select-rich] allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed + ## 0.10.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 5ab3cf6fb..5bb983d42 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.10.1", + "version": "0.11.0", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",