From 4d9612e93ddaed1f0322f3c662712267f6c6ac6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Feb 2023 00:05:04 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-lobsters-wait.md | 5 ----- .changeset/clever-parrots-sniff.md | 5 ----- .changeset/cuddly-timers-sin.md | 5 ----- .changeset/rich-apricots-argue.md | 5 ----- packages/ui/CHANGELOG.md | 9 +++++++++ packages/ui/package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/chatty-lobsters-wait.md delete mode 100644 .changeset/clever-parrots-sniff.md delete mode 100644 .changeset/cuddly-timers-sin.md delete mode 100644 .changeset/rich-apricots-argue.md diff --git a/.changeset/chatty-lobsters-wait.md b/.changeset/chatty-lobsters-wait.md deleted file mode 100644 index a180b879c..000000000 --- a/.changeset/chatty-lobsters-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lion/ui": patch ---- - -fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903) diff --git a/.changeset/clever-parrots-sniff.md b/.changeset/clever-parrots-sniff.md deleted file mode 100644 index 802a9597e..000000000 --- a/.changeset/clever-parrots-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -don't set unparseable for negative timezones diff --git a/.changeset/cuddly-timers-sin.md b/.changeset/cuddly-timers-sin.md deleted file mode 100644 index 1cb781b8d..000000000 --- a/.changeset/cuddly-timers-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -LocalizeManager: added `allowOverridesForExistingNamespaces` option to `constructor` argument to allow for changing data in a namespace for a given locale diff --git a/.changeset/rich-apricots-argue.md b/.changeset/rich-apricots-argue.md deleted file mode 100644 index 0b2622783..000000000 --- a/.changeset/rich-apricots-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -lion-select-rich: when the overlay is shown, the "autofocus" attribute is added to \_listboxNode (\_inputNode) to make sure that keyboard navigation continues to work when the element is inside a an element with `trapsKeyboardFocus:true`, like the bottomsheet created via `withBottomSheetConfig()`. When the overlay is closed the attribute is removed. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 28fe89b84..72250595d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @lion/ui +## 0.1.2 + +### Patch Changes + +- 9ff7cd77: fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903) +- 74b4b686: don't set unparseable for negative timezones +- eff3259e: LocalizeManager: added `allowOverridesForExistingNamespaces` option to `constructor` argument to allow for changing data in a namespace for a given locale +- 84173cdb: lion-select-rich: when the overlay is shown, the "autofocus" attribute is added to \_listboxNode (\_inputNode) to make sure that keyboard navigation continues to work when the element is inside a an element with `trapsKeyboardFocus:true`, like the bottomsheet created via `withBottomSheetConfig()`. When the overlay is closed the attribute is removed. + ## 0.1.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6b59c5774..187bc9989 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.1.1", + "version": "0.1.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",