From f9ce60c08cf0c608f5f3a9ef9937c536f7782c11 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 18 May 2020 13:28:30 +0000 Subject: [PATCH] chore: release new versions - @lion/ajax@0.3.0 - @lion/button@0.6.0 - @lion/calendar@0.8.0 - @lion/checkbox-group@0.9.0 - @lion/choice-input@0.9.0 - @lion/core@0.6.0 - @lion/dialog@0.6.0 - @lion/field@0.13.0 - @lion/fieldset@0.11.0 - @lion/form-system@0.8.0 - @lion/form@0.5.0 - @lion/helpers@0.4.0 - @lion/icon@0.5.0 - @lion/input-amount@0.6.0 - @lion/input-date@0.6.0 - @lion/input-datepicker@0.13.0 - @lion/input-email@0.7.0 - @lion/input-iban@0.8.0 - @lion/input-range@0.3.0 - @lion/input@0.6.0 - @lion/localize@0.10.0 - @lion/overlays@0.15.0 - @lion/radio-group@0.9.0 - @lion/select-rich@0.17.0 - @lion/select@0.6.0 - singleton-manager@1.0.0 - @lion/steps@0.4.0 - @lion/switch@0.9.0 - @lion/tabs@0.3.0 - @lion/textarea@0.6.0 - @lion/tooltip@0.10.0 - @lion/validate@0.10.0 --- packages/ajax/CHANGELOG.md | 11 +++++++ packages/ajax/package.json | 6 ++-- packages/button/CHANGELOG.md | 11 +++++++ packages/button/package.json | 4 +-- packages/calendar/CHANGELOG.md | 11 +++++++ packages/calendar/package.json | 6 ++-- packages/checkbox-group/CHANGELOG.md | 11 +++++++ packages/checkbox-group/package.json | 10 +++---- packages/choice-input/CHANGELOG.md | 11 +++++++ packages/choice-input/package.json | 6 ++-- packages/core/CHANGELOG.md | 11 +++++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 11 +++++++ packages/dialog/package.json | 6 ++-- packages/field/CHANGELOG.md | 11 +++++++ packages/field/package.json | 6 ++-- packages/fieldset/CHANGELOG.md | 11 +++++++ packages/fieldset/package.json | 8 ++--- packages/form-system/CHANGELOG.md | 11 +++++++ packages/form-system/package.json | 40 ++++++++++++------------- packages/form/CHANGELOG.md | 11 +++++++ packages/form/package.json | 6 ++-- packages/helpers/CHANGELOG.md | 11 +++++++ packages/helpers/package.json | 4 +-- packages/icon/CHANGELOG.md | 11 +++++++ packages/icon/package.json | 6 ++-- packages/input-amount/CHANGELOG.md | 11 +++++++ packages/input-amount/package.json | 12 ++++---- packages/input-date/CHANGELOG.md | 11 +++++++ packages/input-date/package.json | 12 ++++---- packages/input-datepicker/CHANGELOG.md | 11 +++++++ packages/input-datepicker/package.json | 16 +++++----- packages/input-email/CHANGELOG.md | 11 +++++++ packages/input-email/package.json | 12 ++++---- packages/input-iban/CHANGELOG.md | 11 +++++++ packages/input-iban/package.json | 12 ++++---- packages/input-range/CHANGELOG.md | 11 +++++++ packages/input-range/package.json | 10 +++---- packages/input/CHANGELOG.md | 11 +++++++ packages/input/package.json | 6 ++-- packages/localize/CHANGELOG.md | 11 +++++++ packages/localize/package.json | 6 ++-- packages/overlays/CHANGELOG.md | 11 +++++++ packages/overlays/package.json | 8 ++--- packages/radio-group/CHANGELOG.md | 11 +++++++ packages/radio-group/package.json | 10 +++---- packages/select-rich/CHANGELOG.md | 11 +++++++ packages/select-rich/package.json | 14 ++++----- packages/select/CHANGELOG.md | 11 +++++++ packages/select/package.json | 6 ++-- packages/singleton-manager/CHANGELOG.md | 16 ++++++++++ packages/singleton-manager/package.json | 2 +- packages/steps/CHANGELOG.md | 11 +++++++ packages/steps/package.json | 4 +-- packages/switch/CHANGELOG.md | 11 +++++++ packages/switch/package.json | 8 ++--- packages/tabs/CHANGELOG.md | 11 +++++++ packages/tabs/package.json | 4 +-- packages/textarea/CHANGELOG.md | 11 +++++++ packages/textarea/package.json | 6 ++-- packages/tooltip/CHANGELOG.md | 11 +++++++ packages/tooltip/package.json | 6 ++-- packages/validate/CHANGELOG.md | 11 +++++++ packages/validate/package.json | 6 ++-- 64 files changed, 492 insertions(+), 135 deletions(-) create mode 100644 packages/singleton-manager/CHANGELOG.md diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 9607f07e1..babad7233 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/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.3.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.10...@lion/ajax@0.3.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.9...@lion/ajax@0.2.10) (2020-04-29) **Note:** Version bump only for package @lion/ajax diff --git a/packages/ajax/package.json b/packages/ajax/package.json index de8d6510d..efd600042 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.2.10", + "version": "0.3.0", "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.5.2", - "singleton-manager": "^0.0.0" + "@lion/core": "0.6.0", + "singleton-manager": "1.0.0" } } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 739469d6b..36ff0fae2 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/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.6.0](https://github.com/ing-bank/lion/compare/@lion/button@0.5.12...@lion/button@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.12](https://github.com/ing-bank/lion/compare/@lion/button@0.5.11...@lion/button@0.5.12) (2020-04-29) diff --git a/packages/button/package.json b/packages/button/package.json index ac960ed67..5400659fa 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.12", + "version": "0.6.0", "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.5.2" + "@lion/core": "0.6.0" }, "devDependencies": { "@polymer/iron-test-helpers": "^3.0.1" diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 34e3f421d..c1d3fd6c3 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.8.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.7.2...@lion/calendar@0.8.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.7.1...@lion/calendar@0.7.2) (2020-04-29) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 1b7bfde2a..0d3191e04 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.7.2", + "version": "0.8.0", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,7 +38,7 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/localize": "0.9.2" + "@lion/core": "0.6.0", + "@lion/localize": "0.10.0" } } diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 2a4c6d35e..b92c89835 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/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.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.8...@lion/checkbox-group@0.9.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.7...@lion/checkbox-group@0.8.8) (2020-04-29) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 725e03eeb..288e5ac88 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.8.8", + "version": "0.9.0", "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/choice-input": "0.8.2", - "@lion/core": "0.5.2", - "@lion/fieldset": "0.10.2", - "@lion/input": "0.5.22" + "@lion/choice-input": "0.9.0", + "@lion/core": "0.6.0", + "@lion/fieldset": "0.11.0", + "@lion/input": "0.6.0" } } diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 5a54da174..257b33bd4 100644 --- a/packages/choice-input/CHANGELOG.md +++ b/packages/choice-input/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.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.8.2...@lion/choice-input@0.9.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.8.1...@lion/choice-input@0.8.2) (2020-04-29) diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 43a8a37f8..fb6b44b95 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.8.2", + "version": "0.9.0", "description": "Base for all choise inputs like checkbox/radio", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ ], "sideEffects": false, "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c2438a37b..7bf84cc31 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.6.0](https://github.com/ing-bank/lion/compare/@lion/core@0.5.2...@lion/core@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/core@0.5.1...@lion/core@0.5.2) (2020-04-29) **Note:** Version bump only for package @lion/core diff --git a/packages/core/package.json b/packages/core/package.json index 5fbe3437a..27081ee12 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.5.2", + "version": "0.6.0", "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 db1c24ff5..f59725e3c 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/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.6.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.5.0...@lion/dialog@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.18...@lion/dialog@0.5.0) (2020-05-18) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 20c1dc88c..59106ddf5 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.5.0", + "version": "0.6.0", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "lion-dialog.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/overlays": "0.14.0" + "@lion/core": "0.6.0", + "@lion/overlays": "0.15.0" } } diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index b463b38dc..6ee7bb175 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.13.0](https://github.com/ing-bank/lion/compare/@lion/field@0.12.2...@lion/field@0.13.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.12.2](https://github.com/ing-bank/lion/compare/@lion/field@0.12.1...@lion/field@0.12.2) (2020-04-29) diff --git a/packages/field/package.json b/packages/field/package.json index b1a0cfd60..d19d0e1c7 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.12.2", + "version": "0.13.0", "description": "Fields are the most fundamental building block of the Form System", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,7 +39,7 @@ "lion-field.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/validate": "0.9.2" + "@lion/core": "0.6.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 9a2a6ce18..64996cacd 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/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.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.2...@lion/fieldset@0.11.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.1...@lion/fieldset@0.10.2) (2020-04-29) **Note:** Version bump only for package @lion/fieldset diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 890326de8..e9767dea4 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.10.2", + "version": "0.11.0", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,8 +37,8 @@ "lion-fieldset.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/validate": "0.9.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index b915ea11b..a60db19a2 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/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.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.13...@lion/form-system@0.8.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.7.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.12...@lion/form-system@0.7.13) (2020-05-18) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index f84840a80..6b2eb11eb 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.7.13", + "version": "0.8.0", "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/", @@ -34,24 +34,24 @@ ], "sideEffects": false, "dependencies": { - "@lion/button": "0.5.12", - "@lion/checkbox-group": "0.8.8", - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/fieldset": "0.10.2", - "@lion/form": "0.4.23", - "@lion/input": "0.5.22", - "@lion/input-amount": "0.5.23", - "@lion/input-date": "0.5.23", - "@lion/input-datepicker": "0.12.0", - "@lion/input-email": "0.6.7", - "@lion/input-iban": "0.7.2", - "@lion/input-range": "0.2.23", - "@lion/localize": "0.9.2", - "@lion/radio-group": "0.8.8", - "@lion/select": "0.5.22", - "@lion/select-rich": "0.16.0", - "@lion/textarea": "0.5.23", - "@lion/validate": "0.9.2" + "@lion/button": "0.6.0", + "@lion/checkbox-group": "0.9.0", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/fieldset": "0.11.0", + "@lion/form": "0.5.0", + "@lion/input": "0.6.0", + "@lion/input-amount": "0.6.0", + "@lion/input-date": "0.6.0", + "@lion/input-datepicker": "0.13.0", + "@lion/input-email": "0.7.0", + "@lion/input-iban": "0.8.0", + "@lion/input-range": "0.3.0", + "@lion/localize": "0.10.0", + "@lion/radio-group": "0.9.0", + "@lion/select": "0.6.0", + "@lion/select-rich": "0.17.0", + "@lion/textarea": "0.6.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 1194bd606..94a5c6c1a 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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.5.0](https://github.com/ing-bank/lion/compare/@lion/form@0.4.23...@lion/form@0.5.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.4.23](https://github.com/ing-bank/lion/compare/@lion/form@0.4.22...@lion/form@0.4.23) (2020-04-29) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 59477ba25..89888bf48 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.4.23", + "version": "0.5.0", "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/", @@ -37,7 +37,7 @@ "lion-form.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/fieldset": "0.10.2" + "@lion/core": "0.6.0", + "@lion/fieldset": "0.11.0" } } diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index fec57db96..8f761c057 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/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.4.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.6...@lion/helpers@0.4.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.5...@lion/helpers@0.3.6) (2020-04-29) **Note:** Version bump only for package @lion/helpers diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 953f50c36..9178379e1 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.3.6", + "version": "0.4.0", "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.5.2" + "@lion/core": "0.6.0" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index e9d314612..59f8a9b2d 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/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.5.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.4...@lion/icon@0.5.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.3...@lion/icon@0.4.4) (2020-04-29) diff --git a/packages/icon/package.json b/packages/icon/package.json index 615f3edf4..67b22281c 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.4.4", + "version": "0.5.0", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "lion-icon.js" ], "dependencies": { - "@lion/core": "0.5.2", - "singleton-manager": "^0.0.0" + "@lion/core": "0.6.0", + "singleton-manager": "1.0.0" } } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index b488230d7..e2dbc4982 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/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.6.0](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.23...@lion/input-amount@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.23](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.22...@lion/input-amount@0.5.23) (2020-04-29) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 358d37874..76d0eeecd 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.5.23", + "version": "0.6.0", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,10 +37,10 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input": "0.5.22", - "@lion/localize": "0.9.2", - "@lion/validate": "0.9.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input": "0.6.0", + "@lion/localize": "0.10.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 369aa7c5f..858421bd0 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/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.6.0](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.23...@lion/input-date@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.23](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.22...@lion/input-date@0.5.23) (2020-04-29) **Note:** Version bump only for package @lion/input-date diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 7a1a35f3c..975eeac9f 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.5.23", + "version": "0.6.0", "description": "Provide a way for users to fill in a date", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,10 +37,10 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input": "0.5.22", - "@lion/localize": "0.9.2", - "@lion/validate": "0.9.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input": "0.6.0", + "@lion/localize": "0.10.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 1fb6e4302..6afe9f120 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.13.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.12.0...@lion/input-datepicker@0.13.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + # [0.12.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.7...@lion/input-datepicker@0.12.0) (2020-05-18) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 8ff05550f..d70866bb5 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.12.0", + "version": "0.13.0", "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/", @@ -41,12 +41,12 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.7.2", - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input-date": "0.5.23", - "@lion/localize": "0.9.2", - "@lion/overlays": "0.14.0", - "@lion/validate": "0.9.2" + "@lion/calendar": "0.8.0", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input-date": "0.6.0", + "@lion/localize": "0.10.0", + "@lion/overlays": "0.15.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 61553dda2..2cb178010 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/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.0](https://github.com/ing-bank/lion/compare/@lion/input-email@0.6.7...@lion/input-email@0.7.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.6.7](https://github.com/ing-bank/lion/compare/@lion/input-email@0.6.6...@lion/input-email@0.6.7) (2020-04-29) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 6c8166e64..aa5c62c98 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.6.7", + "version": "0.7.0", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,10 +37,10 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input": "0.5.22", - "@lion/localize": "0.9.2", - "@lion/validate": "0.9.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input": "0.6.0", + "@lion/localize": "0.10.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 0a1461bc0..f2031c013 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.8.0](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.7.2...@lion/input-iban@0.8.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.7.1...@lion/input-iban@0.7.2) (2020-04-29) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index ae3700f34..1b872f44f 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.7.2", + "version": "0.8.0", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,11 +37,11 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input": "0.5.22", - "@lion/localize": "0.9.2", - "@lion/validate": "0.9.2", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input": "0.6.0", + "@lion/localize": "0.10.0", + "@lion/validate": "0.10.0", "ibantools": "^2.2.0" } } diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 8bc0f8055..3a0e02294 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/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.3.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.23...@lion/input-range@0.3.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.2.23](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.22...@lion/input-range@0.2.23) (2020-04-29) **Note:** Version bump only for package @lion/input-range diff --git a/packages/input-range/package.json b/packages/input-range/package.json index ce3d730ce..545dedb77 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.2.23", + "version": "0.3.0", "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/", @@ -36,9 +36,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/input": "0.5.22", - "@lion/localize": "0.9.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/input": "0.6.0", + "@lion/localize": "0.10.0" } } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 42ea748f0..e0165ba71 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/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.6.0](https://github.com/ing-bank/lion/compare/@lion/input@0.5.22...@lion/input@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/input@0.5.21...@lion/input@0.5.22) (2020-04-29) **Note:** Version bump only for package @lion/input diff --git a/packages/input/package.json b/packages/input/package.json index 5e3421cb1..af7b3694b 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.5.22", + "version": "0.6.0", "description": "It enhances the functionality of the native `` element", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "lion-input.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0" } } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index db3aa38f9..8b39a6c06 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/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.10.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.2...@lion/localize@0.10.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.9.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.1...@lion/localize@0.9.2) (2020-04-29) diff --git a/packages/localize/package.json b/packages/localize/package.json index 80dca6b85..61ee358e0 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.9.2", + "version": "0.10.0", "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/", @@ -37,8 +37,8 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.5.2", - "singleton-manager": "^0.0.0" + "@lion/core": "0.6.0", + "singleton-manager": "1.0.0" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2" diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 94e4bb9fd..d1ef5ecda 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.15.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.14.0...@lion/overlays@0.15.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + # [0.14.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.3...@lion/overlays@0.14.0) (2020-05-18) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index e24f36b5d..38ca66a29 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.14.0", + "version": "0.15.0", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,8 +37,8 @@ ], "sideEffects": false, "dependencies": { - "@lion/core": "0.5.2", - "singleton-manager": "^0.0.0", - "popper.js": "^1.15.0" + "@lion/core": "0.6.0", + "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 ab1b2fd64..18444b6a7 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/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.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.8...@lion/radio-group@0.9.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.7...@lion/radio-group@0.8.8) (2020-04-29) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 24f02f430..af15ffcf1 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.8.8", + "version": "0.9.0", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,9 +38,9 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/choice-input": "0.8.2", - "@lion/core": "0.5.2", - "@lion/fieldset": "0.10.2", - "@lion/input": "0.5.22" + "@lion/choice-input": "0.9.0", + "@lion/core": "0.6.0", + "@lion/fieldset": "0.11.0", + "@lion/input": "0.6.0" } } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 795a9e3d5..5091acb01 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.17.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.16.0...@lion/select-rich@0.17.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + # [0.16.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.4...@lion/select-rich@0.16.0) (2020-05-18) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 073585cb9..6cd968a3b 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.16.0", + "version": "0.17.0", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -44,11 +44,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.5.12", - "@lion/choice-input": "0.8.2", - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", - "@lion/overlays": "0.14.0", - "@lion/validate": "0.9.2" + "@lion/button": "0.6.0", + "@lion/choice-input": "0.9.0", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", + "@lion/overlays": "0.15.0", + "@lion/validate": "0.10.0" } } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 5fad4a5f3..d68093e93 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/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.6.0](https://github.com/ing-bank/lion/compare/@lion/select@0.5.22...@lion/select@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/select@0.5.21...@lion/select@0.5.22) (2020-04-29) **Note:** Version bump only for package @lion/select diff --git a/packages/select/package.json b/packages/select/package.json index f2be54dfc..7f82798fa 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.5.22", + "version": "0.6.0", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2" + "@lion/core": "0.6.0", + "@lion/field": "0.13.0" } } diff --git a/packages/singleton-manager/CHANGELOG.md b/packages/singleton-manager/CHANGELOG.md new file mode 100644 index 000000000..64466598e --- /dev/null +++ b/packages/singleton-manager/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2020-05-18) + + +### Features + +* manager to support single instances with nested npm installations ([7f49f2c](https://github.com/ing-bank/lion/commit/7f49f2c6a60a68d609243f77c5c01ba1047deef2)) + + +### BREAKING CHANGES + +* add singleton-manager diff --git a/packages/singleton-manager/package.json b/packages/singleton-manager/package.json index 2b6d4f922..a9742e10a 100644 --- a/packages/singleton-manager/package.json +++ b/packages/singleton-manager/package.json @@ -1,6 +1,6 @@ { "name": "singleton-manager", - "version": "0.0.0", + "version": "1.0.0", "description": "Manage singletons across multiple major versions so they converge to a single instance", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index b8eae85a5..c9c9237c7 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/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.4.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.9...@lion/steps@0.4.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.8...@lion/steps@0.3.9) (2020-04-29) diff --git a/packages/steps/package.json b/packages/steps/package.json index dddc4450b..5ce2a83b1 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.3.9", + "version": "0.4.0", "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.5.2" + "@lion/core": "0.6.0" } } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 80d0b010c..5b585097c 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.2...@lion/switch@0.9.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.1...@lion/switch@0.8.2) (2020-04-29) diff --git a/packages/switch/package.json b/packages/switch/package.json index 3e304631f..7e3e4fffe 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.8.2", + "version": "0.9.0", "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,8 +38,8 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/choice-input": "0.8.2", - "@lion/core": "0.5.2", - "@lion/field": "0.12.2" + "@lion/choice-input": "0.9.0", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0" } } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 3c746d568..889caff61 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/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.3.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.10...@lion/tabs@0.3.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.9...@lion/tabs@0.2.10) (2020-05-18) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index be562754f..9010d1ff6 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.2.10", + "version": "0.3.0", "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.5.2" + "@lion/core": "0.6.0" } } diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 1e39f7361..01a7b7ca0 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/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.6.0](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.23...@lion/textarea@0.6.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.5.23](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.22...@lion/textarea@0.5.23) (2020-04-29) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index d488b13ea..1f84661f7 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.23", + "version": "0.6.0", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,8 +37,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/field": "0.12.2", + "@lion/core": "0.6.0", + "@lion/field": "0.13.0", "autosize": "4.0.2" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 706b657a9..4ceba4ee4 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.10.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.9.0...@lion/tooltip@0.10.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.13...@lion/tooltip@0.9.0) (2020-05-18) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 11c23eac2..8487b8d84 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.9.0", + "version": "0.10.0", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -38,7 +38,7 @@ "lion-tooltip-arrow.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/overlays": "0.14.0" + "@lion/core": "0.6.0", + "@lion/overlays": "0.15.0" } } diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 8b103a6cd..fde5e2fd3 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.10.0](https://github.com/ing-bank/lion/compare/@lion/validate@0.9.2...@lion/validate@0.10.0) (2020-05-18) + + +### Features + +* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) + + + + + ## [0.9.2](https://github.com/ing-bank/lion/compare/@lion/validate@0.9.1...@lion/validate@0.9.2) (2020-04-29) **Note:** Version bump only for package @lion/validate diff --git a/packages/validate/package.json b/packages/validate/package.json index 152f2c9b0..651b12ba1 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.9.2", + "version": "0.10.0", "description": "Validate your form elements", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,7 +39,7 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.5.2", - "@lion/localize": "0.9.2" + "@lion/core": "0.6.0", + "@lion/localize": "0.10.0" } }