Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tlouisse committed Feb 10, 2023
1 parent 5eca177 commit 4d9612e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-lobsters-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-parrots-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-timers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-apricots-argue.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4d9612e

Please sign in to comment.