From 742e0a3ccc6a73076ba5e61ec720f81bc8b67181 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Jan 2021 13:38:33 +0000 Subject: [PATCH] Version Packages --- .changeset/four-roses-fetch.md | 21 ----------- .changeset/lemon-countries-clap.md | 23 ------------ .changeset/nice-flowers-arrive.md | 5 --- packages/accordion/CHANGELOG.md | 8 ++++ packages/accordion/package.json | 4 +- packages/ajax/CHANGELOG.md | 8 ++++ packages/ajax/package.json | 4 +- packages/button/CHANGELOG.md | 8 ++++ packages/button/package.json | 4 +- packages/calendar/CHANGELOG.md | 11 ++++++ packages/calendar/package.json | 6 +-- packages/checkbox-group/CHANGELOG.md | 12 ++++++ packages/checkbox-group/package.json | 8 ++-- packages/collapsible/CHANGELOG.md | 8 ++++ packages/collapsible/package.json | 4 +- packages/combobox/CHANGELOG.md | 13 +++++++ packages/combobox/package.json | 10 ++--- packages/core/CHANGELOG.md | 7 ++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 10 +++++ packages/dialog/package.json | 6 +-- packages/fieldset/CHANGELOG.md | 11 ++++++ packages/fieldset/package.json | 6 +-- packages/form-core/CHANGELOG.md | 11 ++++++ packages/form-core/package.json | 6 +-- packages/form-integrations/CHANGELOG.md | 31 +++++++++++++++ packages/form-integrations/package.json | 48 ++++++++++++------------ packages/form/CHANGELOG.md | 8 ++++ packages/form/package.json | 4 +- packages/helpers/CHANGELOG.md | 8 ++++ packages/helpers/package.json | 4 +- packages/icon/CHANGELOG.md | 8 ++++ packages/icon/package.json | 4 +- packages/input-amount/CHANGELOG.md | 12 ++++++ packages/input-amount/package.json | 12 +++--- packages/input-date/CHANGELOG.md | 14 +++++++ packages/input-date/package.json | 12 +++--- packages/input-datepicker/CHANGELOG.md | 17 +++++++++ packages/input-datepicker/package.json | 16 ++++---- packages/input-email/CHANGELOG.md | 14 +++++++ packages/input-email/package.json | 12 +++--- packages/input-iban/CHANGELOG.md | 14 +++++++ packages/input-iban/package.json | 12 +++--- packages/input-range/CHANGELOG.md | 10 +++++ packages/input-range/package.json | 8 ++-- packages/input-stepper/CHANGELOG.md | 10 +++++ packages/input-stepper/package.json | 8 ++-- packages/input/CHANGELOG.md | 8 ++++ packages/input/package.json | 4 +- packages/listbox/CHANGELOG.md | 11 ++++++ packages/listbox/package.json | 6 +-- packages/localize/CHANGELOG.md | 10 +++++ packages/localize/package.json | 4 +- packages/overlays/CHANGELOG.md | 11 ++++++ packages/overlays/package.json | 4 +- packages/pagination/CHANGELOG.md | 11 ++++++ packages/pagination/package.json | 6 +-- packages/progress-indicator/CHANGELOG.md | 11 ++++++ packages/progress-indicator/package.json | 6 +-- packages/radio-group/CHANGELOG.md | 12 ++++++ packages/radio-group/package.json | 8 ++-- packages/select-rich/CHANGELOG.md | 15 ++++++++ packages/select-rich/package.json | 12 +++--- packages/select/CHANGELOG.md | 9 +++++ packages/select/package.json | 6 +-- packages/steps/CHANGELOG.md | 8 ++++ packages/steps/package.json | 4 +- packages/switch/CHANGELOG.md | 12 ++++++ packages/switch/package.json | 8 ++-- packages/tabs/CHANGELOG.md | 8 ++++ packages/tabs/package.json | 4 +- packages/textarea/CHANGELOG.md | 9 +++++ packages/textarea/package.json | 6 +-- packages/tooltip/CHANGELOG.md | 10 +++++ packages/tooltip/package.json | 6 +-- packages/validate-messages/CHANGELOG.md | 9 +++++ packages/validate-messages/package.json | 6 +-- 77 files changed, 552 insertions(+), 194 deletions(-) delete mode 100644 .changeset/four-roses-fetch.md delete mode 100644 .changeset/lemon-countries-clap.md delete mode 100644 .changeset/nice-flowers-arrive.md diff --git a/.changeset/four-roses-fetch.md b/.changeset/four-roses-fetch.md deleted file mode 100644 index ce356daf4..000000000 --- a/.changeset/four-roses-fetch.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@lion/calendar': patch -'@lion/checkbox-group': patch -'@lion/core': patch -'@lion/fieldset': patch -'@lion/form-core': patch -'@lion/input-date': patch -'@lion/input-datepicker': patch -'@lion/input-email': patch -'@lion/input-iban': patch -'@lion/listbox': patch -'@lion/localize': patch -'@lion/overlays': patch -'@lion/pagination': patch -'@lion/progress-indicator': patch -'@lion/radio-group': patch -'@lion/select-rich': patch -'@lion/switch': patch ---- - -Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. diff --git a/.changeset/lemon-countries-clap.md b/.changeset/lemon-countries-clap.md deleted file mode 100644 index 66a5dd482..000000000 --- a/.changeset/lemon-countries-clap.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'@lion/calendar': patch -'@lion/checkbox-group': patch -'@lion/combobox': patch -'@lion/core': patch -'@lion/fieldset': patch -'@lion/form-core': patch -'@lion/form-integrations': patch -'@lion/input-date': patch -'@lion/input-datepicker': patch -'@lion/input-email': patch -'@lion/input-iban': patch -'@lion/listbox': patch -'@lion/localize': patch -'@lion/overlays': patch -'@lion/pagination': patch -'@lion/progress-indicator': patch -'@lion/radio-group': patch -'@lion/select-rich': patch -'@lion/switch': patch ---- - -Fix missing types and update to latest scoped elements to fix constructor type. diff --git a/.changeset/nice-flowers-arrive.md b/.changeset/nice-flowers-arrive.md deleted file mode 100644 index 16f5b3924..000000000 --- a/.changeset/nice-flowers-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/overlays': patch ---- - -Guard backdrop node parentNode when removing the backdrop node on teardown. diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index d888ce552..fcca2d9f7 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.2.8 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.2.7 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index feed688b0..2bffc35a2 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.2.7", + "version": "0.2.8", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-accordion.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 0b883ce74..0868464cf 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.5.15 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.5.14 ### Patch Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 00a988c28..49cf527c6 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.5.14", + "version": "0.5.15", "description": "Thin wrapper around axios to allow for custom interceptors", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/axios": "0.18.1", - "@lion/core": "0.13.7", + "@lion/core": "0.13.8", "singleton-manager": "1.2.1" }, "keywords": [ diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 9342eaa45..e8eb256f0 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.8.10 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.8.9 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index cbebcc4dc..422bf13b4 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.8.9", + "version": "0.8.10", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-button.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 4749e843f..a207ced2f 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.12.11 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/localize@0.15.5 + ## 0.12.10 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index c2eaf7ef9..a0f1954fd 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.12.10", + "version": "0.12.11", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/localize": "0.15.4" + "@lion/core": "0.13.8", + "@lion/localize": "0.15.5" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 2385068ee..5c0c12028 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.12.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/input@0.10.14 + ## 0.12.13 ### Patch Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index a85645bfe..044b29017 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.12.13", + "version": "0.12.14", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -34,9 +34,9 @@ "lion-checkbox-group.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14" }, "keywords": [ "checkbox-group", diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index 6863c0541..f71f4e52c 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.2.9 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.2.8 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index ba19bddcd..35cadd5e7 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.2.8", + "version": "0.2.9", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "demo/custom-collapsible.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "collapsible", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index ee5abb24d..318bf4636 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.1.21 + +### Patch Changes + +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] +- Updated dependencies [9352b577] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/listbox@0.4.1 + - @lion/overlays@0.23.3 + ## 0.1.20 ### Patch Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index ca15af20f..4aeca60fc 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.1.20", + "version": "0.1.21", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -42,10 +42,10 @@ "docs/google-combobox/google-combobox.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/listbox": "0.4.0", - "@lion/overlays": "0.23.2" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/listbox": "0.4.1", + "@lion/overlays": "0.23.3" }, "keywords": [ "combobox", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2d87b9f6e..0266c016f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.13.8 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. + ## 0.13.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index cdb6d2769..27049ae5f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.13.7", + "version": "0.13.8", "description": "Core functionality that is shared across all Lion Web Components", "license": "MIT", "author": "ing-bank", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index a62d7fc89..525844ebc 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.9.17 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] +- Updated dependencies [9352b577] + - @lion/core@0.13.8 + - @lion/overlays@0.23.3 + ## 0.9.16 ### Patch Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 132b34c30..aa806d9ef 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.9.16", + "version": "0.9.17", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/overlays": "0.23.2" + "@lion/core": "0.13.8", + "@lion/overlays": "0.23.3" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 3ad594c3f..0257cf545 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.15.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + ## 0.15.13 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 738f43667..b58713bd7 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.15.13", + "version": "0.15.14", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 19f2cd822..c8963923a 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.7.1 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/localize@0.15.5 + ## 0.7.0 ### Minor Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index 004048ebe..3a07f2be0 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.7.0", + "version": "0.7.1", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/localize": "0.15.4" + "@lion/core": "0.13.8", + "@lion/localize": "0.15.5" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 9eaddb0cc..88ae4edc1 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,36 @@ # Change Log +## 0.3.26 + +### Patch Changes + +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/checkbox-group@0.12.14 + - @lion/core@0.13.8 + - @lion/fieldset@0.15.14 + - @lion/form-core@0.7.1 + - @lion/input-date@0.8.14 + - @lion/input-datepicker@0.18.15 + - @lion/input-email@0.9.14 + - @lion/input-iban@0.11.4 + - @lion/listbox@0.4.1 + - @lion/localize@0.15.5 + - @lion/radio-group@0.12.14 + - @lion/select-rich@0.21.25 + - @lion/switch@0.12.14 + - @lion/combobox@0.1.21 + - @lion/button@0.8.10 + - @lion/input-amount@0.8.14 + - @lion/input-range@0.5.14 + - @lion/input-stepper@0.1.15 + - @lion/select@0.8.14 + - @lion/textarea@0.8.14 + - @lion/form@0.7.15 + - @lion/input@0.10.14 + - @lion/validate-messages@0.3.14 + ## 0.3.25 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 658563389..a51794d46 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.25", + "version": "0.3.26", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -33,29 +33,29 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.8.9", - "@lion/checkbox-group": "0.12.13", - "@lion/combobox": "0.1.20", - "@lion/core": "0.13.7", - "@lion/fieldset": "0.15.13", - "@lion/form": "0.7.14", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13", - "@lion/input-amount": "0.8.13", - "@lion/input-date": "0.8.13", - "@lion/input-datepicker": "0.18.14", - "@lion/input-email": "0.9.13", - "@lion/input-iban": "0.11.3", - "@lion/input-range": "0.5.13", - "@lion/input-stepper": "0.1.14", - "@lion/listbox": "0.4.0", - "@lion/localize": "0.15.4", - "@lion/radio-group": "0.12.13", - "@lion/select": "0.8.13", - "@lion/select-rich": "0.21.24", - "@lion/switch": "0.12.13", - "@lion/textarea": "0.8.13", - "@lion/validate-messages": "0.3.13" + "@lion/button": "0.8.10", + "@lion/checkbox-group": "0.12.14", + "@lion/combobox": "0.1.21", + "@lion/core": "0.13.8", + "@lion/fieldset": "0.15.14", + "@lion/form": "0.7.15", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14", + "@lion/input-amount": "0.8.14", + "@lion/input-date": "0.8.14", + "@lion/input-datepicker": "0.18.15", + "@lion/input-email": "0.9.14", + "@lion/input-iban": "0.11.4", + "@lion/input-range": "0.5.14", + "@lion/input-stepper": "0.1.15", + "@lion/listbox": "0.4.1", + "@lion/localize": "0.15.5", + "@lion/radio-group": "0.12.14", + "@lion/select": "0.8.14", + "@lion/select-rich": "0.21.25", + "@lion/switch": "0.12.14", + "@lion/textarea": "0.8.14", + "@lion/validate-messages": "0.3.14" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 747f731c7..7d3fc91b7 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.7.15 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/fieldset@0.15.14 + ## 0.7.14 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 44de80b96..8490bd21c 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.7.14", + "version": "0.7.15", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-form.js" ], "dependencies": { - "@lion/fieldset": "0.15.13" + "@lion/fieldset": "0.15.14" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 1fd10591a..44d57414f 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.5.19 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.5.18 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index e4184b0ec..5538c3fb0 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.18", + "version": "0.5.19", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", @@ -31,7 +31,7 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 7c4788957..1ae8a70c3 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.4 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.9.3 ### Patch Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index e82f966ee..0d1d03f90 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.9.3", + "version": "0.9.4", "description": "A web component easily displaying svg icons", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "0.13.7", + "@lion/core": "0.13.8", "singleton-manager": "1.2.1" }, "keywords": [ diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 6c7dca16b..2452ec746 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.8.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/localize@0.15.5 + - @lion/input@0.10.14 + - @lion/validate-messages@0.3.14 + ## 0.8.13 ### Patch Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index a24f58e3e..d808ca9b6 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.8.13", + "version": "0.8.14", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -33,11 +33,11 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13", - "@lion/localize": "0.15.4", - "@lion/validate-messages": "0.3.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14", + "@lion/localize": "0.15.5", + "@lion/validate-messages": "0.3.14" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index b5cf20180..8ffa62ceb 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.8.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/localize@0.15.5 + - @lion/input@0.10.14 + - @lion/validate-messages@0.3.14 + ## 0.8.13 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 3ea7a8cff..4b016dc5b 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.8.13", + "version": "0.8.14", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -33,11 +33,11 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13", - "@lion/localize": "0.15.4", - "@lion/validate-messages": "0.3.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14", + "@lion/localize": "0.15.5", + "@lion/validate-messages": "0.3.14" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 625816b13..731bf8cde 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.18.15 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] +- Updated dependencies [9352b577] + - @lion/calendar@0.12.11 + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/input-date@0.8.14 + - @lion/localize@0.15.5 + - @lion/overlays@0.23.3 + - @lion/validate-messages@0.3.14 + ## 0.18.14 ### Patch Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 74cf6b48c..c3c6b91eb 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.18.14", + "version": "0.18.15", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -33,13 +33,13 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.12.10", - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input-date": "0.8.13", - "@lion/localize": "0.15.4", - "@lion/overlays": "0.23.2", - "@lion/validate-messages": "0.3.13" + "@lion/calendar": "0.12.11", + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input-date": "0.8.14", + "@lion/localize": "0.15.5", + "@lion/overlays": "0.23.3", + "@lion/validate-messages": "0.3.14" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 04da3567a..f929c96cc 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.9.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/localize@0.15.5 + - @lion/input@0.10.14 + - @lion/validate-messages@0.3.14 + ## 0.9.13 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 780a8e096..da9190291 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.9.13", + "version": "0.9.14", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -33,11 +33,11 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13", - "@lion/localize": "0.15.4", - "@lion/validate-messages": "0.3.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14", + "@lion/localize": "0.15.5", + "@lion/validate-messages": "0.3.14" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index b0f5f0548..01cff3c29 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.11.4 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/localize@0.15.5 + - @lion/input@0.10.14 + - @lion/validate-messages@0.3.14 + ## 0.11.3 ### Patch Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index fc662a7cc..78c0ea95c 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.11.3", + "version": "0.11.4", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -33,11 +33,11 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13", - "@lion/localize": "0.15.4", - "@lion/validate-messages": "0.3.13", + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14", + "@lion/localize": "0.15.5", + "@lion/validate-messages": "0.3.14", "ibantools": "^2.2.0" }, "keywords": [ diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 151fcb8e6..423670b34 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.5.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/localize@0.15.5 + - @lion/input@0.10.14 + ## 0.5.13 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 273ba7d64..754bce02e 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.5.13", + "version": "0.5.14", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -33,9 +33,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/input": "0.10.13", - "@lion/localize": "0.15.4" + "@lion/core": "0.13.8", + "@lion/input": "0.10.14", + "@lion/localize": "0.15.5" }, "keywords": [ "input-range", diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index 0d2031fd4..96bb90883 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.1.15 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/input@0.10.14 + ## 0.1.14 ### Patch Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index 8f395a17f..69498a8a6 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.1.14", + "version": "0.1.15", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "license": "MIT", "author": "ing-bank", @@ -33,9 +33,9 @@ "lion-input-stepper.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14" }, "keywords": [ "input", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 048d54362..2f6aa1b2a 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.10.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/form-core@0.7.1 + ## 0.10.13 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index d25162a4e..5ad99fcb8 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.10.13", + "version": "0.10.14", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-input.js" ], "dependencies": { - "@lion/form-core": "0.7.0" + "@lion/form-core": "0.7.1" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index 5f0909651..edf0239c9 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/listbox +## 0.4.1 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + ## 0.4.0 ### Minor Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 1be0c29d5..f7a1b7811 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.4.0", + "version": "0.4.1", "description": "A listbox widget presents a list of options and allows a user to select one or more of them", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-options.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index fa7c4b8a0..5bc191620 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.15.5 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.15.4 ### Patch Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index 83580e845..4a25fde77 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.15.4", + "version": "0.15.5", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.13.7", + "@lion/core": "0.13.8", "singleton-manager": "1.2.1" }, "keywords": [ diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 52ece791a..5b41ce4f0 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.23.3 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- 9352b577: Guard backdrop node parentNode when removing the backdrop node on teardown. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.23.2 ### Patch Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 56c4716ea..18a9c9880 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.23.2", + "version": "0.23.3", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.13.7", + "@lion/core": "0.13.8", "@popperjs/core": "^2.5.4", "singleton-manager": "1.2.1" }, diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 61542cc7a..3a499adc6 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.2.11 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/localize@0.15.5 + ## 0.2.10 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 0c5923248..8f035a598 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.2.10", + "version": "0.2.11", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/localize": "0.15.4" + "@lion/core": "0.13.8", + "@lion/localize": "0.15.5" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index c7494af65..d5e26ded2 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/progress-indicator +## 0.2.10 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/localize@0.15.5 + ## 0.2.9 ### Patch Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index 90f6c74ab..263656f30 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.2.9", + "version": "0.2.10", "description": "A progress indicator that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -31,8 +31,8 @@ "lion-progress-indicator.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/localize": "0.15.4" + "@lion/core": "0.13.8", + "@lion/localize": "0.15.5" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 7b9f0cf08..0328e55d2 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.12.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/input@0.10.14 + ## 0.12.13 ### Patch Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 41d697745..b1d8c410a 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.12.13", + "version": "0.12.14", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -34,9 +34,9 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/input": "0.10.13" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/input": "0.10.14" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 54e7345f2..4dd3c5cf0 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.21.25 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] +- Updated dependencies [9352b577] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/listbox@0.4.1 + - @lion/overlays@0.23.3 + - @lion/button@0.8.10 + ## 0.21.24 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 9c15ef672..275bb13ef 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.24", + "version": "0.21.25", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -34,11 +34,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.8.9", - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/listbox": "0.4.0", - "@lion/overlays": "0.23.2" + "@lion/button": "0.8.10", + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/listbox": "0.4.1", + "@lion/overlays": "0.23.3" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 973decf5b..2ef489113 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + ## 0.8.13 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 0ef29d6ee..fce52b38a 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.8.13", + "version": "0.8.14", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1" }, "keywords": [ "lion", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 484e0ba0f..bab4b9998 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.6.8 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.6.7 ### Patch Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index c38eb24e6..24d20611e 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.6.7", + "version": "0.6.8", "description": "Breaks a single goal down into dependable sub-tasks.", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 410f9223e..77c7df0c8 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.12.14 + +### Patch Changes + +- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion. +- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type. +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + - @lion/helpers@0.5.19 + ## 0.12.13 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index d2afdc480..0c22c34b7 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.12.13", + "version": "0.12.14", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -34,9 +34,9 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", - "@lion/helpers": "0.5.18" + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", + "@lion/helpers": "0.5.19" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 82f4eb8af..f08ebd3dd 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.5.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + ## 0.5.13 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index b0bb9f84e..fd35a298e 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.5.13", + "version": "0.5.14", "description": "Allows users to quickly move between a small number of equally important views.", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "0.13.7" + "@lion/core": "0.13.8" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index cf79c689d..a5d1a0b8b 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/core@0.13.8 + - @lion/form-core@0.7.1 + ## 0.8.13 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 5ba97056c..97e71b1b9 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.8.13", + "version": "0.8.14", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/form-core": "0.7.0", + "@lion/core": "0.13.8", + "@lion/form-core": "0.7.1", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index fafc4cb33..bb64dd44b 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.16.4 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] +- Updated dependencies [9352b577] + - @lion/core@0.13.8 + - @lion/overlays@0.23.3 + ## 0.16.3 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 2f9779f2a..0bfa27ef5 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.16.3", + "version": "0.16.4", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "lion-tooltip-arrow.js" ], "dependencies": { - "@lion/core": "0.13.7", - "@lion/overlays": "0.23.2" + "@lion/core": "0.13.8", + "@lion/overlays": "0.23.3" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 30bbd0cfe..9ff1ee295 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.14 + +### Patch Changes + +- Updated dependencies [8fb7e7a1] +- Updated dependencies [9112d243] + - @lion/form-core@0.7.1 + - @lion/localize@0.15.5 + ## 0.3.13 ### Patch Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 82c1bddc2..8cf39c899 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.3.13", + "version": "0.3.14", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -30,8 +30,8 @@ "test": "cd ../../ && npm run test:browser -- --group validate-messages" }, "dependencies": { - "@lion/form-core": "0.7.0", - "@lion/localize": "0.15.4" + "@lion/form-core": "0.7.1", + "@lion/localize": "0.15.5" }, "keywords": [ "feedback",