diff --git a/.changeset/dirty-scissors-invent.md b/.changeset/dirty-scissors-invent.md deleted file mode 100644 index a3bfc86950..0000000000 --- a/.changeset/dirty-scissors-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-stepper] move role="spinbutton" and relevant aria attributes to the inputNode diff --git a/.changeset/perfect-pans-cover.md b/.changeset/perfect-pans-cover.md deleted file mode 100644 index c6e5763f2d..0000000000 --- a/.changeset/perfect-pans-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-datepicker] replace spanish literal for openDatepickerLabel diff --git a/.changeset/plenty-poets-drop.md b/.changeset/plenty-poets-drop.md deleted file mode 100644 index b5f86cd598..0000000000 --- a/.changeset/plenty-poets-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-tel-dropdown] remove the country telephone code from the modelValue on init, only have it as viewValue diff --git a/.changeset/weak-hairs-jump.md b/.changeset/weak-hairs-jump.md deleted file mode 100644 index 63ad1e9f5d..0000000000 --- a/.changeset/weak-hairs-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -show overlay based on overridden "\_showOverlayCondition" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e4071c668f..3fa42137b7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @lion/ui +## 0.9.1 + +### Patch Changes + +- 67f5735: [input-stepper] move role="spinbutton" and relevant aria attributes to the inputNode +- 0652492: [input-datepicker] replace spanish literal for openDatepickerLabel +- a256f73: [input-tel-dropdown] remove the country telephone code from the modelValue on init, only have it as viewValue +- e117884: show overlay based on overridden "\_showOverlayCondition" + ## 0.9.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 7b83e46139..8e2dbd4382 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.9.0", + "version": "0.9.1", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",