diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 16dd761c6..7ede879ef 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.4.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.1...@lion/ajax@0.4.2) (2020-06-08) + +**Note:** Version bump only for package @lion/ajax + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.0...@lion/ajax@0.4.1) (2020-06-03) diff --git a/packages/ajax/package.json b/packages/ajax/package.json index f2e76f017..240869708 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.4.1", + "version": "0.4.2", "description": "Thin wrapper around axios to allow for custom interceptors", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/axios": "0.18.1", - "@lion/core": "0.7.0", + "@lion/core": "0.7.1", "singleton-manager": "1.0.0" } } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 94e740dce..ce982c3d9 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.7.3](https://github.com/ing-bank/lion/compare/@lion/button@0.7.2...@lion/button@0.7.3) (2020-06-08) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/button@0.7.1...@lion/button@0.7.2) (2020-06-03) diff --git a/packages/button/package.json b/packages/button/package.json index fb9a8908d..3cae628f7 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.7.2", + "version": "0.7.3", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "lion-button.js" ], "dependencies": { - "@lion/core": "0.7.0" + "@lion/core": "0.7.1" }, "devDependencies": { "@polymer/iron-test-helpers": "^3.0.1" diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 86cea2b54..4dd6eea7d 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.9.1...@lion/calendar@0.9.2) (2020-06-08) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.9.0...@lion/calendar@0.9.1) (2020-06-03) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index db767aac9..b9480329c 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.9.1", + "version": "0.9.2", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,7 +38,7 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/localize": "0.11.2" } } diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 61abeaeb0..02d98f8d8 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.10.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.10.1...@lion/checkbox-group@0.10.2) (2020-06-08) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.10.0...@lion/checkbox-group@0.10.1) (2020-06-03) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index f9f29c965..2757f20bf 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.10.1", + "version": "0.10.2", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,9 +38,9 @@ "lion-checkbox-group.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/fieldset": "0.13.1", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1" + "@lion/core": "0.7.1", + "@lion/fieldset": "0.13.2", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dff996de3..336ae53d4 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.7.1](https://github.com/ing-bank/lion/compare/@lion/core@0.7.0...@lion/core@0.7.1) (2020-06-08) + +**Note:** Version bump only for package @lion/core + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/core@0.6.0...@lion/core@0.7.0) (2020-06-03) diff --git a/packages/core/package.json b/packages/core/package.json index 89e6cd2e8..0ccd34184 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.7.0", + "version": "0.7.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 f7558ca8e..fec108ba7 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.7.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.1...@lion/dialog@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/dialog + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.0...@lion/dialog@0.7.1) (2020-06-03) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index d5295bfd3..3ca640a18 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.7.1", + "version": "0.7.2", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/overlays": "0.16.1" + "@lion/core": "0.7.1", + "@lion/overlays": "0.16.2" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 33a28b7c6..ec5c67aa0 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.13.2](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.13.1...@lion/fieldset@0.13.2) (2020-06-08) + +**Note:** Version bump only for package @lion/fieldset + + + + + ## [0.13.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.13.0...@lion/fieldset@0.13.1) (2020-06-03) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 26a345d26..eff36f123 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.13.1", + "version": "0.13.2", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2" } } diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index eda2ee63a..4b81fef82 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-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.1.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.1...@lion/form-core@0.1.2) (2020-06-08) + +**Note:** Version bump only for package @lion/form-core + + + + + ## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.0...@lion/form-core@0.1.1) (2020-06-03) diff --git a/packages/form-core/package.json b/packages/form-core/package.json index d46e3f8fe..4c5a80b21 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.1.1", + "version": "0.1.2", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,7 +39,7 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/localize": "0.11.2" } } diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index e3194f603..eaddb68aa 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/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.1.4](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.3...@lion/form-integrations@0.1.4) (2020-06-08) + +**Note:** Version bump only for package @lion/form-integrations + + + + + ## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.2...@lion/form-integrations@0.1.3) (2020-06-03) **Note:** Version bump only for package @lion/form-integrations diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index d07eaa330..1b1a357d3 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.1.3", + "version": "0.1.4", "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/", @@ -35,23 +35,23 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.7.2", - "@lion/checkbox-group": "0.10.1", - "@lion/core": "0.7.0", - "@lion/fieldset": "0.13.1", - "@lion/form": "0.6.1", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/input-date": "0.7.1", - "@lion/input-datepicker": "0.14.1", - "@lion/input-email": "0.8.1", - "@lion/input-iban": "0.9.1", - "@lion/input-range": "0.4.1", - "@lion/localize": "0.11.1", - "@lion/radio-group": "0.10.1", - "@lion/select": "0.7.1", - "@lion/select-rich": "0.18.2", - "@lion/textarea": "0.7.1", - "@lion/validate-messages": "0.1.1" + "@lion/button": "0.7.3", + "@lion/checkbox-group": "0.10.2", + "@lion/core": "0.7.1", + "@lion/fieldset": "0.13.2", + "@lion/form": "0.6.2", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/input-date": "0.7.2", + "@lion/input-datepicker": "0.14.2", + "@lion/input-email": "0.8.2", + "@lion/input-iban": "0.9.2", + "@lion/input-range": "0.4.2", + "@lion/localize": "0.11.2", + "@lion/radio-group": "0.10.2", + "@lion/select": "0.7.2", + "@lion/select-rich": "0.18.3", + "@lion/textarea": "0.7.2", + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6ea10de59..d8413c1b7 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.6.2](https://github.com/ing-bank/lion/compare/@lion/form@0.6.1...@lion/form@0.6.2) (2020-06-08) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/form@0.6.0...@lion/form@0.6.1) (2020-06-03) diff --git a/packages/form/package.json b/packages/form/package.json index 8c018d283..975e4735b 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.6.1", + "version": "0.6.2", "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/", @@ -36,7 +36,7 @@ "lion-form.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/fieldset": "0.13.1" + "@lion/core": "0.7.1", + "@lion/fieldset": "0.13.2" } } diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 997d30bd3..9255ad5b8 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.5.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.5.0...@lion/helpers@0.5.1) (2020-06-08) + +**Note:** Version bump only for package @lion/helpers + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.4.0...@lion/helpers@0.5.0) (2020-06-03) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index ab3875595..eb600b990 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.0", + "version": "0.5.1", "description": "Helpers that are used throughout lion and can be used outside", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,6 +38,6 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "0.7.0" + "@lion/core": "0.7.1" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 60b87d9b9..29fe93f2c 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.6.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.1...@lion/icon@0.6.2) (2020-06-08) + +**Note:** Version bump only for package @lion/icon + + + + + ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.0...@lion/icon@0.6.1) (2020-06-03) diff --git a/packages/icon/package.json b/packages/icon/package.json index 3aa1a5f33..98f3a718c 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.6.1", + "version": "0.6.2", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "0.7.0", + "@lion/core": "0.7.1", "singleton-manager": "1.0.0" } } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index e22ce2040..8a4f7e76c 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.7.2](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.7.1...@lion/input-amount@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-amount + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.7.0...@lion/input-amount@0.7.1) (2020-06-03) diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index e0cd09fd3..7c45a4f9c 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.7.1", + "version": "0.7.2", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,12 +36,12 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/localize": "0.11.2" }, "devDependencies": { - "@lion/validate-messages": "0.1.1" + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index a11e896da..adbf574a8 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.7.2](https://github.com/ing-bank/lion/compare/@lion/input-date@0.7.1...@lion/input-date@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-date@0.7.0...@lion/input-date@0.7.1) (2020-06-03) diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 5372cca52..1ef775e48 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.7.1", + "version": "0.7.2", "description": "Provide a way for users to fill in a date", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,12 +36,12 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/localize": "0.11.2" }, "devDependencies": { - "@lion/validate-messages": "0.1.1" + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index f4f5f1e0a..189e6d19f 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/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.14.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.1...@lion/input-datepicker@0.14.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.14.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.0...@lion/input-datepicker@0.14.1) (2020-06-03) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 92d7de98d..2af84deae 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.14.1", + "version": "0.14.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/", @@ -40,14 +40,14 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.9.1", - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input-date": "0.7.1", - "@lion/localize": "0.11.1", - "@lion/overlays": "0.16.1" + "@lion/calendar": "0.9.2", + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input-date": "0.7.2", + "@lion/localize": "0.11.2", + "@lion/overlays": "0.16.2" }, "devDependencies": { - "@lion/validate-messages": "0.1.1" + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 714b74b78..b604948bf 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.8.2](https://github.com/ing-bank/lion/compare/@lion/input-email@0.8.1...@lion/input-email@0.8.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/input-email@0.8.0...@lion/input-email@0.8.1) (2020-06-03) diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 19a853e4d..9ae9aa528 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.8.1", + "version": "0.8.2", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,12 +36,12 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/localize": "0.11.2" }, "devDependencies": { - "@lion/validate-messages": "0.1.1" + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 5094ccafd..b8cf222b1 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/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.2](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.9.1...@lion/input-iban@0.9.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-iban + + + + + ## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.9.0...@lion/input-iban@0.9.1) (2020-06-03) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index e2169342b..d2d63ae70 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.9.1", + "version": "0.9.2", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,13 +36,13 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/localize": "0.11.1", + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/localize": "0.11.2", "ibantools": "^2.2.0" }, "devDependencies": { - "@lion/validate-messages": "0.1.1" + "@lion/validate-messages": "0.1.2" } } diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 79f60f2fe..a5ba5bc40 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.4.2](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.1...@lion/input-range@0.4.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input-range + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.0...@lion/input-range@0.4.1) (2020-06-03) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 17ce2694a..3743c3b75 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.4.1", + "version": "0.4.2", "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/", @@ -35,9 +35,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2", + "@lion/localize": "0.11.2" } } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index ef4ec4ffb..9b3320146 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.7.2](https://github.com/ing-bank/lion/compare/@lion/input@0.7.1...@lion/input@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/input + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input@0.7.0...@lion/input@0.7.1) (2020-06-03) diff --git a/packages/input/package.json b/packages/input/package.json index f44fb255e..f98e23592 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.7.1", + "version": "0.7.2", "description": "It enhances the functionality of the native `` element", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "lion-input.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2" } } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index e9e3265e2..1624be589 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.11.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.1...@lion/localize@0.11.2) (2020-06-08) + +**Note:** Version bump only for package @lion/localize + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.0...@lion/localize@0.11.1) (2020-06-03) diff --git a/packages/localize/package.json b/packages/localize/package.json index 125353ca8..270b516bd 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.11.1", + "version": "0.11.2", "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 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.7.0", + "@lion/core": "0.7.1", "singleton-manager": "1.0.0" }, "devDependencies": { diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index c1526203b..84d243021 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/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.16.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.1...@lion/overlays@0.16.2) (2020-06-08) + +**Note:** Version bump only for package @lion/overlays + + + + + ## [0.16.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.0...@lion/overlays@0.16.1) (2020-06-03) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 569ea4f2f..482c06de4 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.16.1", + "version": "0.16.2", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,7 +39,7 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.7.0", + "@lion/core": "0.7.1", "popper.js": "^1.15.0", "singleton-manager": "1.0.0" } diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index f641b5cb7..b19c5bd7d 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.10.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.10.1...@lion/radio-group@0.10.2) (2020-06-08) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.10.0...@lion/radio-group@0.10.1) (2020-06-03) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index caae99ffa..d415d95a4 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.10.1", + "version": "0.10.2", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,9 +37,9 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/fieldset": "0.13.1", - "@lion/form-core": "0.1.1", - "@lion/input": "0.7.1" + "@lion/core": "0.7.1", + "@lion/fieldset": "0.13.2", + "@lion/form-core": "0.1.2", + "@lion/input": "0.7.2" } } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 11ad58841..5276ccaac 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.18.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.2...@lion/select-rich@0.18.3) (2020-06-08) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.18.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.1...@lion/select-rich@0.18.2) (2020-06-03) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 9fce90cfe..5811c7920 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.2", + "version": "0.18.3", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -43,9 +43,9 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.7.2", - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/overlays": "0.16.1" + "@lion/button": "0.7.3", + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/overlays": "0.16.2" } } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 175a1a879..2f53bd590 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.7.2](https://github.com/ing-bank/lion/compare/@lion/select@0.7.1...@lion/select@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/select@0.7.0...@lion/select@0.7.1) (2020-06-03) diff --git a/packages/select/package.json b/packages/select/package.json index f109fdc92..eacbd22a5 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.7.1", + "version": "0.7.2", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2" } } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index b82633f20..294c4bbff 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.5.2](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.1...@lion/steps@0.5.2) (2020-06-08) + +**Note:** Version bump only for package @lion/steps + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.0...@lion/steps@0.5.1) (2020-06-03) diff --git a/packages/steps/package.json b/packages/steps/package.json index a7f4a09bf..5a03671b0 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.5.1", + "version": "0.5.2", "description": "Breaks a single goal down into dependable sub-tasks.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,6 +38,6 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "0.7.0" + "@lion/core": "0.7.1" } } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index feda8f33b..ddf8e0427 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.10.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.2...@lion/switch@0.10.3) (2020-06-08) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.1...@lion/switch@0.10.2) (2020-06-03) diff --git a/packages/switch/package.json b/packages/switch/package.json index cddf41277..4992e2000 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.10.2", + "version": "0.10.3", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,7 +38,7 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2" } } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 882b10b0d..b8c8275b3 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.4.2](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.1...@lion/tabs@0.4.2) (2020-06-08) + +**Note:** Version bump only for package @lion/tabs + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.0...@lion/tabs@0.4.1) (2020-06-03) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 4805d1ce3..6667e2cfd 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.4.1", + "version": "0.4.2", "description": "Allows users to quickly move between a small number of equally important views.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,6 +37,6 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "0.7.0" + "@lion/core": "0.7.1" } } diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 4f76dcf1c..a5d79cb39 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.7.2](https://github.com/ing-bank/lion/compare/@lion/textarea@0.7.1...@lion/textarea@0.7.2) (2020-06-08) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/textarea@0.7.0...@lion/textarea@0.7.1) (2020-06-03) diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 81b66637c..04ec296c7 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.7.1", + "version": "0.7.2", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,8 +36,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", "autosize": "4.0.2" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 888947598..f0b16628b 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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.11.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.1...@lion/tooltip@0.11.2) (2020-06-08) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.0...@lion/tooltip@0.11.1) (2020-06-03) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 0d73fd30a..8e395baae 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.11.1", + "version": "0.11.2", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "lion-tooltip-arrow.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/overlays": "0.16.1" + "@lion/core": "0.7.1", + "@lion/overlays": "0.16.2" } } diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 51a6c9f48..8b060b36c 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/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.1.2](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.1...@lion/validate-messages@0.1.2) (2020-06-08) + +**Note:** Version bump only for package @lion/validate-messages + + + + + ## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.0...@lion/validate-messages@0.1.1) (2020-06-03) diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 2005ab87d..56f20e477 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.1.1", + "version": "0.1.2", "description": "A set of localized messages for default Validators", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,8 +36,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.7.0", - "@lion/form-core": "0.1.1", - "@lion/localize": "0.11.1" + "@lion/core": "0.7.1", + "@lion/form-core": "0.1.2", + "@lion/localize": "0.11.2" } }