diff --git a/.changeset/rotten-foxes-tan.md b/.changeset/rotten-foxes-tan.md deleted file mode 100644 index 0706c93ff..000000000 --- a/.changeset/rotten-foxes-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lion/core": patch ---- - -Export reparentNodes and removeNodes diff --git a/.changeset/swift-windows-train.md b/.changeset/swift-windows-train.md deleted file mode 100644 index c0b1cec7f..000000000 --- a/.changeset/swift-windows-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/localize': patch ---- - -`parseDate('31.02.2020')` returned `'Mon Mar 02 2020 00:00:00 GMT+0100....'`. But not anymore, now it returns `undefined`. diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index f030cad76..1846901d9 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index e9bb0a4cf..16b92e019 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.2.2", + "version": "0.2.3", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 95db3c065..2fcce56f5 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.8 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.5.7 ### Patch Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 21abd4f94..91217ffc7 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.5.7", + "version": "0.5.8", "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.2", + "@lion/core": "0.13.3", "singleton-manager": "1.1.2" }, "keywords": [ diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 04161befc..d5a58e659 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.8.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 3eeb61bf0..ced6c609d 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.8.2", + "version": "0.8.3", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index a22bdd144..cb52b0c44 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.12.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + ## 0.12.2 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 46eb65873..1978a9253 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.12.2", + "version": "0.12.3", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/localize": "0.14.8" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index cefbddbe4..66af828c6 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.12.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/fieldset@0.15.4 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.12.3 ### Patch Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 839978682..25eb08cf0 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.12.3", + "version": "0.12.4", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -34,10 +34,10 @@ "lion-checkbox-group.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/fieldset": "0.15.3", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3" + "@lion/core": "0.13.3", + "@lion/fieldset": "0.15.4", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4" }, "keywords": [ "checkbox-group", diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index fea9e98b6..8ac30ebaf 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index 734b8e711..3daf731fb 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.2.2", + "version": "0.2.3", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "collapsible", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index bb4c725cf..75fa54a6e 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,15 @@ ## 0.1.0 +## 0.1.5 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + - @lion/listbox@0.3.2 + - @lion/overlays@0.21.3 + ## 0.1.4 ### Patch Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 8c0a37058..46654a499 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.1.4", + "version": "0.1.5", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -41,13 +41,13 @@ "docs/md-combobox/style/load-roboto.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/listbox": "0.3.1", - "@lion/overlays": "0.21.2" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/listbox": "0.3.2", + "@lion/overlays": "0.21.3" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "combobox", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a570e3156..298552a64 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.13.3 + +### Patch Changes + +- e2e4deec: Export reparentNodes and removeNodes + ## 0.13.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2156f72e9..c4ba8dcde 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.13.2", + "version": "0.13.3", "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 eec2eedda..e406206af 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/overlays@0.21.3 + ## 0.9.3 ### Patch Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index cb4a243b8..3bc94e002 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.9.3", + "version": "0.9.4", "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.2", - "@lion/overlays": "0.21.2" + "@lion/core": "0.13.3", + "@lion/overlays": "0.21.3" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index f934368e0..c7a5033a1 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.15.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.15.3 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 7438365a8..150031cba 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.15.3", + "version": "0.15.4", "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.2", - "@lion/form-core": "0.6.5" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 8b18e490e..e51dab63f 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.6.6 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + ## 0.6.5 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index f3a32fa76..2c589b871 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.6.5", + "version": "0.6.6", "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.2", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/localize": "0.14.8" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index c48fbc42e..753cbe9d6 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 0.3.9 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/button@0.8.3 + - @lion/checkbox-group@0.12.4 + - @lion/fieldset@0.15.4 + - @lion/form@0.7.4 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + - @lion/input-date@0.8.4 + - @lion/input-datepicker@0.17.3 + - @lion/input-email@0.9.4 + - @lion/input-iban@0.10.4 + - @lion/input-range@0.5.4 + - @lion/radio-group@0.12.4 + - @lion/select@0.8.4 + - @lion/select-rich@0.21.9 + - @lion/textarea@0.8.4 + - @lion/validate-messages@0.3.4 + ## 0.3.8 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 0f7222f70..35f538200 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.8", + "version": "0.3.9", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -33,24 +33,24 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.8.2", - "@lion/checkbox-group": "0.12.3", - "@lion/core": "0.13.2", - "@lion/fieldset": "0.15.3", - "@lion/form": "0.7.3", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/input-date": "0.8.3", - "@lion/input-datepicker": "0.17.2", - "@lion/input-email": "0.9.3", - "@lion/input-iban": "0.10.3", - "@lion/input-range": "0.5.3", - "@lion/localize": "0.14.7", - "@lion/radio-group": "0.12.3", - "@lion/select": "0.8.3", - "@lion/select-rich": "0.21.8", - "@lion/textarea": "0.8.3", - "@lion/validate-messages": "0.3.3" + "@lion/button": "0.8.3", + "@lion/checkbox-group": "0.12.4", + "@lion/core": "0.13.3", + "@lion/fieldset": "0.15.4", + "@lion/form": "0.7.4", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/input-date": "0.8.4", + "@lion/input-datepicker": "0.17.3", + "@lion/input-email": "0.9.4", + "@lion/input-iban": "0.10.4", + "@lion/input-range": "0.5.4", + "@lion/localize": "0.14.8", + "@lion/radio-group": "0.12.4", + "@lion/select": "0.8.4", + "@lion/select-rich": "0.21.9", + "@lion/textarea": "0.8.4", + "@lion/validate-messages": "0.3.4" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 9dc628b26..698d90174 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.7.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/fieldset@0.15.4 + ## 0.7.3 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 2e8def18e..6c77d9c72 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.7.3", + "version": "0.7.4", "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,8 +33,8 @@ "lion-form.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/fieldset": "0.15.3" + "@lion/core": "0.13.3", + "@lion/fieldset": "0.15.4" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index d0455e9b3..4b990ab00 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.12 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.5.11 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 6b1d6d89a..8165b7b5b 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.11", + "version": "0.5.12", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 100c0add3..9eb31a8db 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.8.0 ### Minor Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index 22cc17b02..1fd4609e8 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.8.0", + "version": "0.8.1", "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.2", + "@lion/core": "0.13.3", "singleton-manager": "1.1.2" }, "keywords": [ diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 20183c639..8bb7cf759 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.8.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index b2a441c74..ad2f5f9d8 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.8.3", + "version": "0.8.4", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -33,13 +33,13 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/localize": "0.14.8" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index fcf826037..d439e8e93 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.8.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index de2653320..c2eb4149f 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.8.3", + "version": "0.8.4", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -33,13 +33,13 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/localize": "0.14.8" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 516f33fe0..dfa4d45bd 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.17.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/calendar@0.12.3 + - @lion/form-core@0.6.6 + - @lion/input-date@0.8.4 + - @lion/overlays@0.21.3 + ## 0.17.2 ### Patch Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 28ac3e11c..b29c2d4a5 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.17.2", + "version": "0.17.3", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -33,15 +33,15 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.12.2", - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input-date": "0.8.3", - "@lion/localize": "0.14.7", - "@lion/overlays": "0.21.2" + "@lion/calendar": "0.12.3", + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input-date": "0.8.4", + "@lion/localize": "0.14.8", + "@lion/overlays": "0.21.3" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 4483a1cab..5e230c40a 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.9.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.9.3 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 0e864bd69..dde7e0286 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.9.3", + "version": "0.9.4", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -33,13 +33,13 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/localize": "0.14.8" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 47938e117..14a547c8d 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.10.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.10.3 ### Patch Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 89a3c049a..ee92498f1 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.10.3", + "version": "0.10.4", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -33,14 +33,14 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/localize": "0.14.7", + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/localize": "0.14.8", "ibantools": "^2.2.0" }, "devDependencies": { - "@lion/validate-messages": "0.3.3" + "@lion/validate-messages": "0.3.4" }, "keywords": [ "input-iban", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index ee6a4faf9..3d3368931 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.5.3 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index cde1a1c80..add479d05 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.5.3", + "version": "0.5.4", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -33,10 +33,10 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4", + "@lion/localize": "0.14.8" }, "keywords": [ "input-range", diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index 2fb5582a9..09b859f4a 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.1.5 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.1.4 ### Patch Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index 3cf49d6c5..021b4a822 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.1.4", + "version": "0.1.5", "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.2", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4" }, "keywords": [ "input", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 2693eff47..a6f809677 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.10.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.10.3 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index 9aac15922..4e59e48e6 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.10.3", + "version": "0.10.4", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-input.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index f91063b7c..3396cffc3 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @lion/listbox +## 0.3.2 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.3.1 ### Patch Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index f6929c8ed..32b5af589 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.3.1", + "version": "0.3.2", "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.2", - "@lion/form-core": "0.6.5" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index ab709b7f6..cedd90fba 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.14.8 + +### Patch Changes + +- 8ca71b8f: `parseDate('31.02.2020')` returned `'Mon Mar 02 2020 00:00:00 GMT+0100....'`. But not anymore, now it returns `undefined`. +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.14.7 ### Patch Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index a6375cc53..571632626 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.14.7", + "version": "0.14.8", "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.2", + "@lion/core": "0.13.3", "singleton-manager": "1.1.2" }, "devDependencies": { diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 552c8d6d6..e6535ef42 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.21.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.21.2 ### Patch Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index e0a0e98e7..3571926dd 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.21.2", + "version": "0.21.3", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.13.2", + "@lion/core": "0.13.3", "popper.js": "^1.15.0", "singleton-manager": "1.1.2" }, diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 2279cb258..b55312105 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + ## 0.2.2 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index adccca09e..4d42f5c4c 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.2.2", + "version": "0.2.3", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/localize": "0.14.8" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index ec8719897..e2a8167e7 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,14 @@ # @lion/progress-indicator +## 0.2.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + ## 0.2.2 ### Patch Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index ec6c6d55b..bda70f7ac 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.2.2", + "version": "0.2.3", "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.2", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/localize": "0.14.8" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index bed7c107a..1e55d4df3 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.12.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/fieldset@0.15.4 + - @lion/form-core@0.6.6 + - @lion/input@0.10.4 + ## 0.12.3 ### Patch Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 0170ceb40..08d747abc 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.12.3", + "version": "0.12.4", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -34,10 +34,10 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/fieldset": "0.15.3", - "@lion/form-core": "0.6.5", - "@lion/input": "0.10.3" + "@lion/core": "0.13.3", + "@lion/fieldset": "0.15.4", + "@lion/form-core": "0.6.6", + "@lion/input": "0.10.4" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 01f2a717e..bd6bb6dbe 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.21.9 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/button@0.8.3 + - @lion/form-core@0.6.6 + - @lion/listbox@0.3.2 + - @lion/overlays@0.21.3 + ## 0.21.8 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 3bbece5dd..19c78535e 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.8", + "version": "0.21.9", "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.2", - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/listbox": "0.3.1", - "@lion/overlays": "0.21.2" + "@lion/button": "0.8.3", + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/listbox": "0.3.2", + "@lion/overlays": "0.21.3" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 09b6ea10f..df38811a8 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.8.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.8.3 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 7758cff37..32c39478d 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.8.3", + "version": "0.8.4", "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.2", - "@lion/form-core": "0.6.5" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6" }, "keywords": [ "lion", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 73f69681d..b0122e5e4 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.6.3 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.6.2 ### Patch Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index 5c02bfa62..c419a74e5 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.6.2", + "version": "0.6.3", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index e703fe737..85452a7ee 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.12.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.12.3 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 5c9c6f54a..53ffec64b 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.12.3", + "version": "0.12.4", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 0a79f150a..48240c54c 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.5.9 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + ## 0.5.8 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 36327c979..3c7cd9d7e 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.5.8", + "version": "0.5.9", "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.2" + "@lion/core": "0.13.3" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 1e343e49f..b2f43942f 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.8.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/form-core@0.6.6 + ## 0.8.3 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index ffc0fd242..e43c528bd 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.8.3", + "version": "0.8.4", "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.2", - "@lion/form-core": "0.6.5", + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index d0b12fdc6..58c8159e2 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.15.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] + - @lion/core@0.13.3 + - @lion/overlays@0.21.3 + ## 0.15.3 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index b68878e33..d600377b6 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.15.3", + "version": "0.15.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.2", - "@lion/overlays": "0.21.2" + "@lion/core": "0.13.3", + "@lion/overlays": "0.21.3" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index b1e6dfded..2766574af 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.3.4 + +### Patch Changes + +- Updated dependencies [e2e4deec] +- Updated dependencies [8ca71b8f] + - @lion/core@0.13.3 + - @lion/localize@0.14.8 + - @lion/form-core@0.6.6 + ## 0.3.3 ### Patch Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 7168bf8a6..1d8375e34 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.3.3", + "version": "0.3.4", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -30,9 +30,9 @@ "test": "cd ../../ && npm run test:browser -- --group validate-messages" }, "dependencies": { - "@lion/core": "0.13.2", - "@lion/form-core": "0.6.5", - "@lion/localize": "0.14.7" + "@lion/core": "0.13.3", + "@lion/form-core": "0.6.6", + "@lion/localize": "0.14.8" }, "keywords": [ "feedback",