diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 45b7653eb..4502b14b9 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.8...@lion/ajax@0.2.9) (2020-04-02) + +**Note:** Version bump only for package @lion/ajax + + + + + ## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.7...@lion/ajax@0.2.8) (2020-03-25) **Note:** Version bump only for package @lion/ajax diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 22758f1c6..5bf0e69f1 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.2.8", + "version": "0.2.9", "description": "Thin wrapper around axios to allow for custom interceptors", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,6 +35,6 @@ ], "dependencies": { "@bundled-es-modules/axios": "0.18.1", - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" } } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 5e2c544d7..5ea48e92a 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.11](https://github.com/ing-bank/lion/compare/@lion/button@0.5.10...@lion/button@0.5.11) (2020-04-02) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.5.10](https://github.com/ing-bank/lion/compare/@lion/button@0.5.9...@lion/button@0.5.10) (2020-03-25) diff --git a/packages/button/package.json b/packages/button/package.json index e6fc19026..c88232a0a 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.10", + "version": "0.5.11", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" }, "devDependencies": { "@polymer/iron-test-helpers": "^3.0.1" diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 9823db036..f91d7ef1d 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.7.0...@lion/calendar@0.7.1) (2020-04-02) + + +### Bug Fixes + +* convert unnecessary backticks to single quotes for unpkg ([5103289](https://github.com/ing-bank/lion/commit/5103289f994c26f63e805be56515f150628acd91)) + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.13...@lion/calendar@0.7.0) (2020-03-25) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 21bde35d5..f5c14234e 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.7.0", + "version": "0.7.1", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/localize": "0.9.0" + "@lion/core": "0.5.1", + "@lion/localize": "0.9.1" } } diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 4242411f3..e2e12347c 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.7](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.6...@lion/checkbox-group@0.8.7) (2020-04-02) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.5...@lion/checkbox-group@0.8.6) (2020-03-25) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index bd5b7e71f..a6b220886 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.8.6", + "version": "0.8.7", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,9 +34,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.8.0", - "@lion/core": "0.5.0", - "@lion/fieldset": "0.10.0", - "@lion/input": "0.5.20" + "@lion/choice-input": "0.8.1", + "@lion/core": "0.5.1", + "@lion/fieldset": "0.10.1", + "@lion/input": "0.5.21" } } diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 023a6e476..4f4d585cb 100644 --- a/packages/choice-input/CHANGELOG.md +++ b/packages/choice-input/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.8.0...@lion/choice-input@0.8.1) (2020-04-02) + +**Note:** Version bump only for package @lion/choice-input + + + + + # [0.8.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.7...@lion/choice-input@0.8.0) (2020-03-25) diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 15138008f..d3afdcca8 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.8.0", + "version": "0.8.1", "description": "Base for all choise inputs like checkbox/radio", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 94ffbfd38..7e71361b8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/core@0.5.0...@lion/core@0.5.1) (2020-04-02) + +**Note:** Version bump only for package @lion/core + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/core@0.4.5...@lion/core@0.5.0) (2020-03-25) diff --git a/packages/core/package.json b/packages/core/package.json index f2d3d2afc..bfa3589b0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.5.0", + "version": "0.5.1", "description": "Core functionality that is shared across all Lion Web Components", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 2c9ef6a82..a6072f24d 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.14](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.13...@lion/dialog@0.4.14) (2020-04-02) + +**Note:** Version bump only for package @lion/dialog + + + + + ## [0.4.13](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.12...@lion/dialog@0.4.13) (2020-03-26) **Note:** Version bump only for package @lion/dialog diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 175f8c223..1812eb7e0 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.4.13", + "version": "0.4.14", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/overlays": "0.12.8" + "@lion/core": "0.5.1", + "@lion/overlays": "0.12.9" } } diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 1a7d6f5e9..23f23a5ce 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.1](https://github.com/ing-bank/lion/compare/@lion/field@0.12.0...@lion/field@0.12.1) (2020-04-02) + + +### Bug Fixes + +* **field:** clear method reset modelValue ([cf13410](https://github.com/ing-bank/lion/commit/cf134100262a2a7f77a0ec58b3e685de8e14795d)) + + + + + # [0.12.0](https://github.com/ing-bank/lion/compare/@lion/field@0.11.4...@lion/field@0.12.0) (2020-03-25) diff --git a/packages/field/package.json b/packages/field/package.json index e527e6863..4999838af 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.12.0", + "version": "0.12.1", "description": "Fields are the most fundamental building block of the Form System", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/validate": "0.9.0" + "@lion/core": "0.5.1", + "@lion/validate": "0.9.1" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index fb26b02c5..7fc1081fe 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.0...@lion/fieldset@0.10.1) (2020-04-02) + +**Note:** Version bump only for package @lion/fieldset + + + + + # [0.10.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.9.4...@lion/fieldset@0.10.0) (2020-03-25) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index a7a313d25..0ed9110e1 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.10.0", + "version": "0.10.1", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,8 +34,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/validate": "0.9.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/validate": "0.9.1" } } diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 6a3489fa3..673329bd6 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.1...@lion/form-system@0.7.2) (2020-04-02) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.0...@lion/form-system@0.7.1) (2020-03-26) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 438de1c12..e6df52435 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.7.1", + "version": "0.7.2", "description": "The Form System allows you to create complex forms with various validation in an easy way", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,23 +33,23 @@ "*.js" ], "dependencies": { - "@lion/checkbox-group": "0.8.6", - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/fieldset": "0.10.0", - "@lion/form": "0.4.21", - "@lion/input": "0.5.20", - "@lion/input-amount": "0.5.20", - "@lion/input-date": "0.5.21", - "@lion/input-datepicker": "0.11.1", - "@lion/input-email": "0.6.5", - "@lion/input-iban": "0.7.0", - "@lion/input-range": "0.2.20", - "@lion/localize": "0.9.0", - "@lion/radio-group": "0.8.6", - "@lion/select": "0.5.20", - "@lion/select-rich": "0.14.0", - "@lion/textarea": "0.5.21", - "@lion/validate": "0.9.0" + "@lion/checkbox-group": "0.8.7", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/fieldset": "0.10.1", + "@lion/form": "0.4.22", + "@lion/input": "0.5.21", + "@lion/input-amount": "0.5.21", + "@lion/input-date": "0.5.22", + "@lion/input-datepicker": "0.11.2", + "@lion/input-email": "0.6.6", + "@lion/input-iban": "0.7.1", + "@lion/input-range": "0.2.21", + "@lion/localize": "0.9.1", + "@lion/radio-group": "0.8.7", + "@lion/select": "0.5.21", + "@lion/select-rich": "0.14.1", + "@lion/textarea": "0.5.22", + "@lion/validate": "0.9.1" } } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index d3c18bfa5..6cb4ad021 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.22](https://github.com/ing-bank/lion/compare/@lion/form@0.4.21...@lion/form@0.4.22) (2020-04-02) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.4.21](https://github.com/ing-bank/lion/compare/@lion/form@0.4.20...@lion/form@0.4.21) (2020-03-25) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index fde18a9ac..e0b8e828e 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.4.21", + "version": "0.4.22", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/fieldset": "0.10.0" + "@lion/core": "0.5.1", + "@lion/fieldset": "0.10.1" } } diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 660cd6df8..395110103 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.4...@lion/helpers@0.3.5) (2020-04-02) + +**Note:** Version bump only for package @lion/helpers + + + + + ## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.3...@lion/helpers@0.3.4) (2020-03-25) **Note:** Version bump only for package @lion/helpers diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 19278112e..5a6505d0b 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.3.4", + "version": "0.3.5", "description": "Helpers that are used throughout lion and can be used outside", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,6 +34,6 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 15b154020..1c01a45c2 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.2...@lion/icon@0.4.3) (2020-04-02) + +**Note:** Version bump only for package @lion/icon + + + + + ## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.1...@lion/icon@0.4.2) (2020-03-25) **Note:** Version bump only for package @lion/icon diff --git a/packages/icon/package.json b/packages/icon/package.json index 37b4bbd47..791b7adc0 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.4.2", + "version": "0.4.3", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,6 +34,6 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" } } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 3e08357df..df3d73970 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.20...@lion/input-amount@0.5.21) (2020-04-02) + +**Note:** Version bump only for package @lion/input-amount + + + + + ## [0.5.20](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.19...@lion/input-amount@0.5.20) (2020-03-25) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index af03eb997..90b1aac11 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.5.20", + "version": "0.5.21", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input": "0.5.20", - "@lion/localize": "0.9.0", - "@lion/validate": "0.9.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input": "0.5.21", + "@lion/localize": "0.9.1", + "@lion/validate": "0.9.1" } } diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 224ec8d0e..ec1edd928 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.21...@lion/input-date@0.5.22) (2020-04-02) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.20...@lion/input-date@0.5.21) (2020-03-25) **Note:** Version bump only for package @lion/input-date diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 76abdd694..9acc9fb34 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.5.21", + "version": "0.5.22", "description": "Provide a way for users to fill in a date", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input": "0.5.20", - "@lion/localize": "0.9.0", - "@lion/validate": "0.9.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input": "0.5.21", + "@lion/localize": "0.9.1", + "@lion/validate": "0.9.1" } } diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 7de7e097a..8724dad42 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.1...@lion/input-datepicker@0.11.2) (2020-04-02) + + +### Bug Fixes + +* convert unnecessary backticks to single quotes for unpkg ([5103289](https://github.com/ing-bank/lion/commit/5103289f994c26f63e805be56515f150628acd91)) + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.0...@lion/input-datepicker@0.11.1) (2020-03-26) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 17a95e40f..cc7911427 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.11.1", + "version": "0.11.2", "description": "Provide a way for users to fill in a date via a calendar overlay", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,12 +38,12 @@ "*.js" ], "dependencies": { - "@lion/calendar": "0.7.0", - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input-date": "0.5.21", - "@lion/localize": "0.9.0", - "@lion/overlays": "0.12.8", - "@lion/validate": "0.9.0" + "@lion/calendar": "0.7.1", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input-date": "0.5.22", + "@lion/localize": "0.9.1", + "@lion/overlays": "0.12.9", + "@lion/validate": "0.9.1" } } diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index f434f6e99..3d6933009 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/ing-bank/lion/compare/@lion/input-email@0.6.5...@lion/input-email@0.6.6) (2020-04-02) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.6.5](https://github.com/ing-bank/lion/compare/@lion/input-email@0.6.4...@lion/input-email@0.6.5) (2020-03-25) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index b06cbe6a4..8123eb1a4 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.6.5", + "version": "0.6.6", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input": "0.5.20", - "@lion/localize": "0.9.0", - "@lion/validate": "0.9.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input": "0.5.21", + "@lion/localize": "0.9.1", + "@lion/validate": "0.9.1" } } diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index a3ab0eb8e..fae94ea2d 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.7.0...@lion/input-iban@0.7.1) (2020-04-02) + + +### Bug Fixes + +* convert unnecessary backticks to single quotes for unpkg ([5103289](https://github.com/ing-bank/lion/commit/5103289f994c26f63e805be56515f150628acd91)) + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.6.4...@lion/input-iban@0.7.0) (2020-03-25) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 51c0312ba..c243b8cec 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.7.0", + "version": "0.7.1", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,11 +34,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input": "0.5.20", - "@lion/localize": "0.9.0", - "@lion/validate": "0.9.0", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input": "0.5.21", + "@lion/localize": "0.9.1", + "@lion/validate": "0.9.1", "ibantools": "^2.2.0" } } diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 6c53f3848..1d6019e46 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.21](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.20...@lion/input-range@0.2.21) (2020-04-02) + +**Note:** Version bump only for package @lion/input-range + + + + + ## [0.2.20](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.19...@lion/input-range@0.2.20) (2020-03-25) **Note:** Version bump only for package @lion/input-range diff --git a/packages/input-range/package.json b/packages/input-range/package.json index f8d02e349..2f9c97958 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.2.20", + "version": "0.2.21", "description": "Provide a way for users to select one value from a range of values", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,9 +33,9 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/input": "0.5.20", - "@lion/localize": "0.9.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/input": "0.5.21", + "@lion/localize": "0.9.1" } } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index c8fbee63e..be89f70c7 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/input@0.5.20...@lion/input@0.5.21) (2020-04-02) + +**Note:** Version bump only for package @lion/input + + + + + ## [0.5.20](https://github.com/ing-bank/lion/compare/@lion/input@0.5.19...@lion/input@0.5.20) (2020-03-25) **Note:** Version bump only for package @lion/input diff --git a/packages/input/package.json b/packages/input/package.json index d78207f4c..6be9f60a7 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.5.20", + "version": "0.5.21", "description": "It enhances the functionality of the native `` element", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1" } } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index d59ed0713..033615b85 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.0...@lion/localize@0.9.1) (2020-04-02) + +**Note:** Version bump only for package @lion/localize + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.10...@lion/localize@0.9.0) (2020-03-25) diff --git a/packages/localize/package.json b/packages/localize/package.json index afb47b751..ea43b7e66 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.9.0", + "version": "0.9.1", "description": "The localization system helps to manage localization data split into locales and automate its loading", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ ], "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2" diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 0171c0880..40412238f 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.8...@lion/overlays@0.12.9) (2020-04-02) + + +### Bug Fixes + +* **overlays:** support reconnecting overlay nodes inside other overlays ([afd5ac9](https://github.com/ing-bank/lion/commit/afd5ac96cc100d86acd88c4b225039dc47fe8773)) + + + + + ## [0.12.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.7...@lion/overlays@0.12.8) (2020-03-26) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index f65942446..98cf7e926 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.12.8", + "version": "0.12.9", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", + "@lion/core": "0.5.1", "popper.js": "^1.15.0" } } diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index ba9914abe..f1f6ae035 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.7](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.6...@lion/radio-group@0.8.7) (2020-04-02) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.5...@lion/radio-group@0.8.6) (2020-03-25) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 539f53eb0..af2fcfecf 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.8.6", + "version": "0.8.7", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,9 +34,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.8.0", - "@lion/core": "0.5.0", - "@lion/fieldset": "0.10.0", - "@lion/input": "0.5.20" + "@lion/choice-input": "0.8.1", + "@lion/core": "0.5.1", + "@lion/fieldset": "0.10.1", + "@lion/input": "0.5.21" } } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index be70451d5..cd9e21278 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.0...@lion/select-rich@0.14.1) (2020-04-02) + + +### Bug Fixes + +* **select-rich:** wait until mixin overlay is ready before doing setup ([53a21f2](https://github.com/ing-bank/lion/commit/53a21f2baaf048d2138ace5efcb586d0e6d49c31)) + + + + + # [0.14.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.13.0...@lion/select-rich@0.14.0) (2020-03-26) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 1e4e125a2..cabf96a15 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.14.0", + "version": "0.14.1", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,11 +38,11 @@ "*.js" ], "dependencies": { - "@lion/button": "0.5.10", - "@lion/choice-input": "0.8.0", - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", - "@lion/overlays": "0.12.8", - "@lion/validate": "0.9.0" + "@lion/button": "0.5.11", + "@lion/choice-input": "0.8.1", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", + "@lion/overlays": "0.12.9", + "@lion/validate": "0.9.1" } } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index d8d5500ad..78f79c412 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/select@0.5.20...@lion/select@0.5.21) (2020-04-02) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.5.20](https://github.com/ing-bank/lion/compare/@lion/select@0.5.19...@lion/select@0.5.20) (2020-03-25) **Note:** Version bump only for package @lion/select diff --git a/packages/select/package.json b/packages/select/package.json index 258fff937..cc5800d21 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.5.20", + "version": "0.5.21", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0" + "@lion/core": "0.5.1", + "@lion/field": "0.12.1" } } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index b6c0837d8..f3280877f 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.7...@lion/steps@0.3.8) (2020-04-02) + +**Note:** Version bump only for package @lion/steps + + + + + ## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.6...@lion/steps@0.3.7) (2020-03-25) **Note:** Version bump only for package @lion/steps diff --git a/packages/steps/package.json b/packages/steps/package.json index 4a644641d..39d0a391b 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.3.7", + "version": "0.3.8", "description": "Breaks a single goal down into dependable sub-tasks.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,6 +34,6 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" } } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index f6e7e6191..bb12f4291 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.0...@lion/switch@0.8.1) (2020-04-02) + +**Note:** Version bump only for package @lion/switch + + + + + # [0.8.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.2...@lion/switch@0.8.0) (2020-03-25) diff --git a/packages/switch/package.json b/packages/switch/package.json index 9129f4a32..4b612e7da 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.8.0", + "version": "0.8.1", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,8 +34,8 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.8.0", - "@lion/core": "0.5.0", - "@lion/field": "0.12.0" + "@lion/choice-input": "0.8.1", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1" } } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 31ab2a7e8..3149e6448 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.7...@lion/tabs@0.2.8) (2020-04-02) + +**Note:** Version bump only for package @lion/tabs + + + + + ## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.6...@lion/tabs@0.2.7) (2020-03-25) **Note:** Version bump only for package @lion/tabs diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 9b8b494cb..c024d091b 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.2.7", + "version": "0.2.8", "description": "Allows users to quickly move between a small number of equally important views.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,6 +34,6 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0" + "@lion/core": "0.5.1" } } diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index b29a4e4c1..c8083c1d2 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.21...@lion/textarea@0.5.22) (2020-04-02) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.20...@lion/textarea@0.5.21) (2020-03-25) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 8ac719bd2..6fcd378f5 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.21", + "version": "0.5.22", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,8 +34,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/field": "0.12.0", + "@lion/core": "0.5.1", + "@lion/field": "0.12.1", "autosize": "4.0.2" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index f54229c39..4d04ce143 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.9](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.8...@lion/tooltip@0.8.9) (2020-04-02) + + +### Bug Fixes + +* **tooltip:** support reconnecting tooltip arrow inside other overlays ([78a8554](https://github.com/ing-bank/lion/commit/78a8554019de6c91cae7c0d8e3fd2caa3c2209d1)) + + + + + ## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.7...@lion/tooltip@0.8.8) (2020-03-26) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 293a161cd..ca05f07b6 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.8.8", + "version": "0.8.9", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/overlays": "0.12.8" + "@lion/core": "0.5.1", + "@lion/overlays": "0.12.9" } } diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 69d3c9f0b..aa0a90e29 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/validate@0.9.0...@lion/validate@0.9.1) (2020-04-02) + + +### Bug Fixes + +* convert unnecessary backticks to single quotes for unpkg ([5103289](https://github.com/ing-bank/lion/commit/5103289f994c26f63e805be56515f150628acd91)) + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/validate@0.8.0...@lion/validate@0.9.0) (2020-03-25) diff --git a/packages/validate/package.json b/packages/validate/package.json index eabaf0755..95899ac0c 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.9.0", + "version": "0.9.1", "description": "Validate your form elements", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.0", - "@lion/localize": "0.9.0" + "@lion/core": "0.5.1", + "@lion/localize": "0.9.1" } }