diff --git a/.changeset/nasty-rules-explain.md b/.changeset/nasty-rules-explain.md deleted file mode 100644 index 87679222d..000000000 --- a/.changeset/nasty-rules-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/listbox': minor -'@lion/select-rich': patch ---- - -Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them. diff --git a/.changeset/nervous-timers-attend.md b/.changeset/nervous-timers-attend.md deleted file mode 100644 index 94dc97b58..000000000 --- a/.changeset/nervous-timers-attend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lion/button': patch -'@lion/overlays': minor -'@lion/tooltip': minor ---- - -Types for overlays, tooltip and button diff --git a/.changeset/silly-mayflies-talk.md b/.changeset/silly-mayflies-talk.md deleted file mode 100644 index 6b10aaf96..000000000 --- a/.changeset/silly-mayflies-talk.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@lion/core': minor ---- - -EventTargetShim - -#### Features - -EventTargetShim is a base class that shims EventTarget for full browser support. diff --git a/.changeset/smooth-apricots-laugh.md b/.changeset/smooth-apricots-laugh.md deleted file mode 100644 index 579c137ff..000000000 --- a/.changeset/smooth-apricots-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/form-core': patch ---- - -Remove usage of Public Class Fields to not break builds diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index 09cb5ef23..fde61f667 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.1.8 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.1.7 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 049793238..59498bf37 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.1.7", + "version": "0.1.8", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "lion-accordion.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index eaf4ba4b1..ead6a9be7 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.4 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.5.3 ### Patch Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 7d859d161..1bf078026 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.5.3", + "version": "0.5.4", "description": "Thin wrapper around axios to allow for custom interceptors", "license": "MIT", "author": "ing-bank", @@ -31,7 +31,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/axios": "0.18.1", - "@lion/core": "0.11.0", + "@lion/core": "0.12.0", "singleton-manager": "1.1.2" }, "keywords": [ diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 8e5b59f45..41bf022c5 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.7.13 + +### Patch Changes + +- e42071d8: Types for overlays, tooltip and button +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.7.12 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 393673a3c..ff7f4dd12 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.7.12", + "version": "0.7.13", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "lion-button.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 291c212bc..8d3fe7329 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.11.2 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + - @lion/localize@0.14.4 + ## 0.11.1 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index b89db2dbf..a03d685bc 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.11.1", + "version": "0.11.2", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/localize": "0.14.4" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index bdc8eaf56..70acc8621 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.11.16 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/fieldset@0.14.9 + - @lion/input@0.9.2 + ## 0.11.15 ### Patch Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 43161aa9b..136b04dbf 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.11.15", + "version": "0.11.16", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -33,10 +33,10 @@ "lion-checkbox-group.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/fieldset": "0.14.8", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1" + "@lion/core": "0.12.0", + "@lion/fieldset": "0.14.9", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2" }, "keywords": [ "checkbox-group", diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index 9bef91f13..bfa7ea1cf 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.1.6 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.1.5 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index 6bd39d28a..e337211f9 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.1.5", + "version": "0.1.6", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ "demo/custom-collapsible.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "collapsible", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0e14e7e19..6c7b61512 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- 75107a4b: EventTargetShim + + #### Features + + EventTargetShim is a base class that shims EventTarget for full browser support. + ## 0.11.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 946b92381..b3d8bfee7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.11.0", + "version": "0.12.0", "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 24eb6326b..edd3812c4 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- Updated dependencies [e42071d8] +- Updated dependencies [75107a4b] + - @lion/overlays@0.19.0 + - @lion/core@0.12.0 + ## 0.8.0 ### Minor Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index efaa8f8b9..169723c04 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.8.0", + "version": "0.8.1", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/overlays": "0.18.0" + "@lion/core": "0.12.0", + "@lion/overlays": "0.19.0" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 20e884bf7..59fdb9268 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.14.9 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.14.8 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index f725178e4..db35458f2 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.14.8", + "version": "0.14.9", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index c00056414..707fa5574 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.6.1 + +### Patch Changes + +- 60d5d1d3: Remove usage of Public Class Fields to not break builds +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + - @lion/localize@0.14.4 + ## 0.6.0 ### Minor Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index ae2cac193..aa0528108 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.6.0", + "version": "0.6.1", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/localize": "0.14.4" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 00a0f3bd3..affb3b903 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## 0.3.1 + +### Patch Changes + +- Updated dependencies [0ec72ac3] +- Updated dependencies [e42071d8] +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/select-rich@0.21.1 + - @lion/button@0.7.13 + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input-datepicker@0.16.1 + - @lion/checkbox-group@0.11.16 + - @lion/fieldset@0.14.9 + - @lion/form@0.6.23 + - @lion/input@0.9.2 + - @lion/input-date@0.7.23 + - @lion/input-email@0.8.23 + - @lion/input-iban@0.9.23 + - @lion/input-range@0.4.23 + - @lion/localize@0.14.4 + - @lion/radio-group@0.11.16 + - @lion/select@0.7.23 + - @lion/textarea@0.7.23 + - @lion/validate-messages@0.2.15 + ## 0.3.0 ### Minor Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index ad4dfd8eb..c7dfd42f7 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.0", + "version": "0.3.1", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -29,24 +29,24 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.7.12", - "@lion/checkbox-group": "0.11.15", - "@lion/core": "0.11.0", - "@lion/fieldset": "0.14.8", - "@lion/form": "0.6.22", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/input-date": "0.7.22", - "@lion/input-datepicker": "0.16.0", - "@lion/input-email": "0.8.22", - "@lion/input-iban": "0.9.22", - "@lion/input-range": "0.4.22", - "@lion/localize": "0.14.3", - "@lion/radio-group": "0.11.15", - "@lion/select": "0.7.22", - "@lion/select-rich": "0.21.0", - "@lion/textarea": "0.7.22", - "@lion/validate-messages": "0.2.14" + "@lion/button": "0.7.13", + "@lion/checkbox-group": "0.11.16", + "@lion/core": "0.12.0", + "@lion/fieldset": "0.14.9", + "@lion/form": "0.6.23", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/input-date": "0.7.23", + "@lion/input-datepicker": "0.16.1", + "@lion/input-email": "0.8.23", + "@lion/input-iban": "0.9.23", + "@lion/input-range": "0.4.23", + "@lion/localize": "0.14.4", + "@lion/radio-group": "0.11.16", + "@lion/select": "0.7.23", + "@lion/select-rich": "0.21.1", + "@lion/textarea": "0.7.23", + "@lion/validate-messages": "0.2.15" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 1eefebd33..0ceb86fab 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.6.23 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + - @lion/fieldset@0.14.9 + ## 0.6.22 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index ed87137c2..76f09e4d9 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.6.22", + "version": "0.6.23", "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", @@ -31,8 +31,8 @@ "lion-form.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/fieldset": "0.14.8" + "@lion/core": "0.12.0", + "@lion/fieldset": "0.14.9" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index a42b914cf..7ecf002d7 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.8 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.5.7 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index cfe1e84a2..24fcd025f 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.7", + "version": "0.5.8", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 7ed1a0b29..ae85602c0 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.7.4 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.7.3 ### Patch Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index ac2487e86..b3f33538a 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.7.3", + "version": "0.7.4", "description": "A web component easily displaying svg icons", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "0.11.0", + "@lion/core": "0.12.0", "singleton-manager": "1.1.2" }, "keywords": [ diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index fb03419c8..1d8983f48 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.7.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input@0.9.2 + - @lion/localize@0.14.4 + ## 0.7.22 ### Patch Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 393ace96b..cbcabb704 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.7.22", + "version": "0.7.23", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -31,13 +31,13 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/localize": "0.14.4" }, "devDependencies": { - "@lion/validate-messages": "0.2.14" + "@lion/validate-messages": "0.2.15" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 82accfb61..df7a99ff8 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.7.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input@0.9.2 + - @lion/localize@0.14.4 + ## 0.7.22 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 36e375a83..ccf835e25 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.7.22", + "version": "0.7.23", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -31,13 +31,13 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/localize": "0.14.4" }, "devDependencies": { - "@lion/validate-messages": "0.2.14" + "@lion/validate-messages": "0.2.15" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index aa57034ea..975ac504f 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.16.1 + +### Patch Changes + +- Updated dependencies [e42071d8] +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/overlays@0.19.0 + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/calendar@0.11.2 + - @lion/input-date@0.7.23 + - @lion/localize@0.14.4 + ## 0.16.0 ### Minor Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index f2bee3e9f..a23eb7c3d 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.16.0", + "version": "0.16.1", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -31,15 +31,15 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.11.1", - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input-date": "0.7.22", - "@lion/localize": "0.14.3", - "@lion/overlays": "0.18.0" + "@lion/calendar": "0.11.2", + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input-date": "0.7.23", + "@lion/localize": "0.14.4", + "@lion/overlays": "0.19.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.14" + "@lion/validate-messages": "0.2.15" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index ed164443e..c4898473a 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.8.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input@0.9.2 + - @lion/localize@0.14.4 + ## 0.8.22 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index c47e26adf..63bba08a2 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.8.22", + "version": "0.8.23", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -31,13 +31,13 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/localize": "0.14.4" }, "devDependencies": { - "@lion/validate-messages": "0.2.14" + "@lion/validate-messages": "0.2.15" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index a8d7b2d40..cac560075 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.9.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input@0.9.2 + - @lion/localize@0.14.4 + ## 0.9.22 ### Patch Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index e3cc78493..b460a5e3b 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.9.22", + "version": "0.9.23", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -31,14 +31,14 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/localize": "0.14.3", + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/localize": "0.14.4", "ibantools": "^2.2.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.14" + "@lion/validate-messages": "0.2.15" }, "keywords": [ "input-iban", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index db0e59796..33ee7ee64 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.4.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/input@0.9.2 + - @lion/localize@0.14.4 + ## 0.4.22 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 0b47be8d9..1c9d83727 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.4.22", + "version": "0.4.23", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -31,10 +31,10 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2", + "@lion/localize": "0.14.4" }, "keywords": [ "input-range", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 77a0dc1e5..7059e1b8c 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.9.2 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.9.1 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index 271730499..116321a3d 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.9.1", + "version": "0.9.2", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -31,8 +31,8 @@ "lion-input.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md new file mode 100644 index 000000000..e36fdc5a6 --- /dev/null +++ b/packages/listbox/CHANGELOG.md @@ -0,0 +1,13 @@ +# @lion/listbox + +## 0.1.0 +### Minor Changes + +- 0ec72ac3: Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them. + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 diff --git a/packages/listbox/package.json b/packages/listbox/package.json index d06067a1b..6074c267e 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.0.0", + "version": "0.1.0", "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", @@ -33,8 +33,8 @@ "lion-options.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index a99200994..5b6dd6229 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.14.4 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.14.3 ### Patch Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index 55b4d2bfb..727e3f57b 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.14.3", + "version": "0.14.4", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", @@ -30,7 +30,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.11.0", + "@lion/core": "0.12.0", "singleton-manager": "1.1.2" }, "devDependencies": { diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 043d86753..9c98bc277 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.19.0 + +### Minor Changes + +- e42071d8: Types for overlays, tooltip and button + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.18.0 ### Minor Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index a574b1ec5..d2688ee49 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.18.0", + "version": "0.19.0", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.11.0", + "@lion/core": "0.12.0", "popper.js": "^1.15.0", "singleton-manager": "1.1.2" }, diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 40818158a..fb22a6697 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.1.2 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + - @lion/localize@0.14.4 + ## 0.1.1 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 0a28d72e8..890d6ecb4 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.1.1", + "version": "0.1.2", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/localize": "0.14.4" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index b88057248..055f540cb 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,13 @@ # @lion/progress-indicator +## 0.1.4 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + - @lion/localize@0.14.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index 0e1b2ea26..524a3b585 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.1.3", + "version": "0.1.4", "description": "A progress indicator that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -30,8 +30,8 @@ "lion-progress-indicator.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/localize": "0.14.4" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 680bffa32..93d585183 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.11.16 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/fieldset@0.14.9 + - @lion/input@0.9.2 + ## 0.11.15 ### Patch Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index b3b85f2c8..26f3da78d 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.11.15", + "version": "0.11.16", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -32,10 +32,10 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/fieldset": "0.14.8", - "@lion/form-core": "0.6.0", - "@lion/input": "0.9.1" + "@lion/core": "0.12.0", + "@lion/fieldset": "0.14.9", + "@lion/form-core": "0.6.1", + "@lion/input": "0.9.2" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 91ae4f5ec..6003e9d4b 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.21.1 + +### Patch Changes + +- 0ec72ac3: Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them. +- Updated dependencies [0ec72ac3] +- Updated dependencies [e42071d8] +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/listbox@0.1.0 + - @lion/button@0.7.13 + - @lion/overlays@0.19.0 + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.21.0 ### Minor Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index cc049b019..b89257e52 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.0", + "version": "0.21.1", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -32,11 +32,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.7.12", - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/listbox": "0.0.0", - "@lion/overlays": "0.18.0" + "@lion/button": "0.7.13", + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/listbox": "0.1.0", + "@lion/overlays": "0.19.0" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 216eb03e6..e1411f942 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.7.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.7.22 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 47a743313..9cf0c8b24 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.7.22", + "version": "0.7.23", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -31,8 +31,8 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1" }, "keywords": [ "lion", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 301f6ca2b..682a063a0 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.9 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.5.8 ### Patch Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index 7698ed7e0..4b0d65577 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.5.8", + "version": "0.5.9", "description": "Breaks a single goal down into dependable sub-tasks.", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 8254713ab..ed780d44b 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.11.2 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.11.1 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index f2fb08556..a21268b46 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.11.1", + "version": "0.11.2", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 69706cadb..a9dfd753f 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.5 + +### Patch Changes + +- Updated dependencies [75107a4b] + - @lion/core@0.12.0 + ## 0.5.4 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index b73482d1f..b01bb56bb 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.5.4", + "version": "0.5.5", "description": "Allows users to quickly move between a small number of equally important views.", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "0.11.0" + "@lion/core": "0.12.0" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 2b4aba695..207575d2f 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.7.23 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + ## 0.7.22 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 221ad7c3e..eecc42378 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.7.22", + "version": "0.7.23", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -31,8 +31,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", "autosize": "4.0.2" }, "keywords": [ diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index a221d0f57..ec9b22df4 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- e42071d8: Types for overlays, tooltip and button + +### Patch Changes + +- Updated dependencies [e42071d8] +- Updated dependencies [75107a4b] + - @lion/overlays@0.19.0 + - @lion/core@0.12.0 + ## 0.13.0 ### Minor Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index d35af238b..e757e2a69 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.13.0", + "version": "0.14.0", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "lion-tooltip-arrow.js" ], "dependencies": { - "@lion/core": "0.11.0", - "@lion/overlays": "0.18.0" + "@lion/core": "0.12.0", + "@lion/overlays": "0.19.0" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index fdf366c0c..564f23571 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.2.15 + +### Patch Changes + +- Updated dependencies [75107a4b] +- Updated dependencies [60d5d1d3] + - @lion/core@0.12.0 + - @lion/form-core@0.6.1 + - @lion/localize@0.14.4 + ## 0.2.14 ### Patch Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 012bb80e5..389e1c77a 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.2.14", + "version": "0.2.15", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -28,9 +28,9 @@ "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/validate-messages/test/**/*.test.js\"" }, "dependencies": { - "@lion/core": "0.11.0", - "@lion/form-core": "0.6.0", - "@lion/localize": "0.14.3" + "@lion/core": "0.12.0", + "@lion/form-core": "0.6.1", + "@lion/localize": "0.14.4" }, "keywords": [ "feedback",