From 2476211c21e3f785a909c71e8f94ff307fc6a4fc Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 29 Apr 2020 08:07:58 +0000 Subject: [PATCH] chore: release new versions - @lion/ajax@0.2.10 - babel-plugin-extend-docs@0.1.0 - @lion/button@0.5.12 - @lion/calendar@0.7.2 - @lion/checkbox-group@0.8.8 - @lion/choice-input@0.8.2 - @lion/core@0.5.2 - @lion/dialog@0.4.17 - @lion/field@0.12.2 - @lion/fieldset@0.10.2 - @lion/form-system@0.7.10 - @lion/form@0.4.23 - @lion/helpers@0.3.6 - @lion/icon@0.4.4 - @lion/input-amount@0.5.23 - @lion/input-date@0.5.23 - @lion/input-datepicker@0.11.6 - @lion/input-email@0.6.7 - @lion/input-iban@0.7.2 - @lion/input-range@0.2.23 - @lion/input@0.5.22 - @lion/localize@0.9.2 - @lion/overlays@0.13.2 - @lion/radio-group@0.8.8 - remark-extend@0.1.2 - @lion/select-rich@0.15.3 - @lion/select@0.5.22 - @lion/steps@0.3.9 - @lion/switch@0.8.2 - @lion/tabs@0.2.9 - @lion/textarea@0.5.23 - @lion/tooltip@0.8.12 - @lion/validate@0.9.2 --- packages/ajax/CHANGELOG.md | 8 ++++ packages/ajax/package.json | 4 +- .../babel-plugin-extend-docs/CHANGELOG.md | 11 +++++ .../babel-plugin-extend-docs/package.json | 2 +- packages/button/CHANGELOG.md | 12 ++++++ packages/button/package.json | 4 +- packages/calendar/CHANGELOG.md | 11 +++++ packages/calendar/package.json | 6 +-- packages/checkbox-group/CHANGELOG.md | 8 ++++ packages/checkbox-group/package.json | 10 ++--- packages/choice-input/CHANGELOG.md | 11 +++++ packages/choice-input/package.json | 6 +-- packages/core/CHANGELOG.md | 8 ++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 8 ++++ packages/dialog/package.json | 6 +-- packages/field/CHANGELOG.md | 11 +++++ packages/field/package.json | 6 +-- packages/fieldset/CHANGELOG.md | 8 ++++ packages/fieldset/package.json | 8 ++-- packages/form-system/CHANGELOG.md | 11 +++++ packages/form-system/package.json | 40 +++++++++---------- packages/form/CHANGELOG.md | 8 ++++ packages/form/package.json | 6 +-- packages/helpers/CHANGELOG.md | 8 ++++ packages/helpers/package.json | 4 +- packages/icon/CHANGELOG.md | 11 +++++ packages/icon/package.json | 4 +- packages/input-amount/CHANGELOG.md | 8 ++++ packages/input-amount/package.json | 12 +++--- packages/input-date/CHANGELOG.md | 8 ++++ packages/input-date/package.json | 12 +++--- packages/input-datepicker/CHANGELOG.md | 12 ++++++ packages/input-datepicker/package.json | 16 ++++---- packages/input-email/CHANGELOG.md | 8 ++++ packages/input-email/package.json | 12 +++--- packages/input-iban/CHANGELOG.md | 8 ++++ packages/input-iban/package.json | 12 +++--- packages/input-range/CHANGELOG.md | 8 ++++ packages/input-range/package.json | 10 ++--- packages/input/CHANGELOG.md | 8 ++++ packages/input/package.json | 6 +-- packages/localize/CHANGELOG.md | 11 +++++ packages/localize/package.json | 4 +- packages/overlays/CHANGELOG.md | 8 ++++ packages/overlays/package.json | 4 +- packages/radio-group/CHANGELOG.md | 8 ++++ packages/radio-group/package.json | 10 ++--- packages/remark-extend/CHANGELOG.md | 8 ++++ packages/remark-extend/package.json | 2 +- packages/select-rich/CHANGELOG.md | 11 +++++ packages/select-rich/package.json | 14 +++---- packages/select/CHANGELOG.md | 8 ++++ packages/select/package.json | 6 +-- packages/steps/CHANGELOG.md | 11 +++++ packages/steps/package.json | 4 +- packages/switch/CHANGELOG.md | 11 +++++ packages/switch/package.json | 8 ++-- packages/tabs/CHANGELOG.md | 8 ++++ packages/tabs/package.json | 4 +- packages/textarea/CHANGELOG.md | 8 ++++ packages/textarea/package.json | 6 +-- packages/tooltip/CHANGELOG.md | 11 +++++ packages/tooltip/package.json | 6 +-- packages/validate/CHANGELOG.md | 8 ++++ packages/validate/package.json | 6 +-- 66 files changed, 436 insertions(+), 131 deletions(-) create mode 100644 packages/babel-plugin-extend-docs/CHANGELOG.md diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 4502b14b9..9607f07e1 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.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 + + + + + ## [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 diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 5bf0e69f1..d2afe3e57 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.2.9", + "version": "0.2.10", "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.1" + "@lion/core": "0.5.2" } } diff --git a/packages/babel-plugin-extend-docs/CHANGELOG.md b/packages/babel-plugin-extend-docs/CHANGELOG.md new file mode 100644 index 000000000..ad6256a19 --- /dev/null +++ b/packages/babel-plugin-extend-docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-04-29) + + +### Features + +* **babel-plugin-extends-docs:** extend docs by rewriting imports/code ([2cdb7ca](https://github.com/ing-bank/lion/commit/2cdb7cac50c21bf2af5314797375c68c60523252)) diff --git a/packages/babel-plugin-extend-docs/package.json b/packages/babel-plugin-extend-docs/package.json index acd9315e7..5f6245c6b 100644 --- a/packages/babel-plugin-extend-docs/package.json +++ b/packages/babel-plugin-extend-docs/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-extend-docs", - "version": "0.0.0", + "version": "0.1.0", "description": "Babel plugin which rewrites imports and templates according to a configuration", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 5ea48e92a..739469d6b 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.12](https://github.com/ing-bank/lion/compare/@lion/button@0.5.11...@lion/button@0.5.12) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) +* **button:** adjust button to more sensible default styling ([#674](https://github.com/ing-bank/lion/issues/674)) ([78cd503](https://github.com/ing-bank/lion/commit/78cd503b5ef4c54cce5bae5008397e1ce1242133)) + + + + + ## [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 diff --git a/packages/button/package.json b/packages/button/package.json index c88232a0a..c4ed504c5 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.11", + "version": "0.5.12", "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.1" + "@lion/core": "0.5.2" }, "devDependencies": { "@polymer/iron-test-helpers": "^3.0.1" diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index f91d7ef1d..34e3f421d 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.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.7.1...@lion/calendar@0.7.2) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.7.0...@lion/calendar@0.7.1) (2020-04-02) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index f5c14234e..3539a798d 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.7.1", + "version": "0.7.2", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.5.1", - "@lion/localize": "0.9.1" + "@lion/core": "0.5.2", + "@lion/localize": "0.9.2" } } diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index e2e12347c..2a4c6d35e 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.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 + + + + + ## [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 diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index a6b220886..10d7ec0c4 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.8.7", + "version": "0.8.8", "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.1", - "@lion/core": "0.5.1", - "@lion/fieldset": "0.10.1", - "@lion/input": "0.5.21" + "@lion/choice-input": "0.8.2", + "@lion/core": "0.5.2", + "@lion/fieldset": "0.10.2", + "@lion/input": "0.5.22" } } diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 4f4d585cb..5a54da174 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.8.2](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.8.1...@lion/choice-input@0.8.2) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [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 diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index d3afdcca8..8e6e87760 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.8.1", + "version": "0.8.2", "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.1", - "@lion/field": "0.12.1" + "@lion/core": "0.5.2", + "@lion/field": "0.12.2" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7e71361b8..c2438a37b 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.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 + + + + + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index bfa3589b0..a26eac339 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.5.1", + "version": "0.5.2", "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 b5dfdc7ed..4839828b8 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.17](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.16...@lion/dialog@0.4.17) (2020-04-29) + +**Note:** Version bump only for package @lion/dialog + + + + + ## [0.4.16](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.15...@lion/dialog@0.4.16) (2020-04-15) **Note:** Version bump only for package @lion/dialog diff --git a/packages/dialog/package.json b/packages/dialog/package.json index cdef78e87..5c9487a8e 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.4.16", + "version": "0.4.17", "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.1", - "@lion/overlays": "0.13.1" + "@lion/core": "0.5.2", + "@lion/overlays": "0.13.2" } } diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 23f23a5ce..b463b38dc 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.2](https://github.com/ing-bank/lion/compare/@lion/field@0.12.1...@lion/field@0.12.2) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [0.12.1](https://github.com/ing-bank/lion/compare/@lion/field@0.12.0...@lion/field@0.12.1) (2020-04-02) diff --git a/packages/field/package.json b/packages/field/package.json index 4999838af..cd1a691f7 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.12.1", + "version": "0.12.2", "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.1", - "@lion/validate": "0.9.1" + "@lion/core": "0.5.2", + "@lion/validate": "0.9.2" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 7fc1081fe..9a2a6ce18 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.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 + + + + + ## [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 diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 0ed9110e1..206975bec 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.10.1", + "version": "0.10.2", "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.1", - "@lion/field": "0.12.1", - "@lion/validate": "0.9.1" + "@lion/core": "0.5.2", + "@lion/field": "0.12.2", + "@lion/validate": "0.9.2" } } diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index aa390d525..1562c313e 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.7.10](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.9...@lion/form-system@0.7.10) (2020-04-29) + + +### Bug Fixes + +* **button:** adjust button to more sensible default styling ([#674](https://github.com/ing-bank/lion/issues/674)) ([78cd503](https://github.com/ing-bank/lion/commit/78cd503b5ef4c54cce5bae5008397e1ce1242133)) + + + + + ## [0.7.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.8...@lion/form-system@0.7.9) (2020-04-20) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 8c76487de..596d033c7 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.7.9", + "version": "0.7.10", "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,24 +33,24 @@ "*.js" ], "dependencies": { - "@lion/button": "0.5.11", - "@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.22", - "@lion/input-date": "0.5.22", - "@lion/input-datepicker": "0.11.5", - "@lion/input-email": "0.6.6", - "@lion/input-iban": "0.7.1", - "@lion/input-range": "0.2.22", - "@lion/localize": "0.9.1", - "@lion/radio-group": "0.8.7", - "@lion/select": "0.5.21", - "@lion/select-rich": "0.15.2", - "@lion/textarea": "0.5.22", - "@lion/validate": "0.9.1" + "@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.11.6", + "@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.15.3", + "@lion/textarea": "0.5.23", + "@lion/validate": "0.9.2" } } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6cb4ad021..1194bd606 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.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 + + + + + ## [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 diff --git a/packages/form/package.json b/packages/form/package.json index e0b8e828e..70293ddbf 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.4.22", + "version": "0.4.23", "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.1", - "@lion/fieldset": "0.10.1" + "@lion/core": "0.5.2", + "@lion/fieldset": "0.10.2" } } diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 395110103..fec57db96 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.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 + + + + + ## [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 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 5a6505d0b..cd7f378e7 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.3.5", + "version": "0.3.6", "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.1" + "@lion/core": "0.5.2" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 1c01a45c2..e9d314612 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.4.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.3...@lion/icon@0.4.4) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [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 diff --git a/packages/icon/package.json b/packages/icon/package.json index 791b7adc0..4c3556da6 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.4.3", + "version": "0.4.4", "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.1" + "@lion/core": "0.5.2" } } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index ce4f5abb0..b488230d7 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.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 + + + + + ## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.21...@lion/input-amount@0.5.22) (2020-04-17) diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 249cedce2..88430bcfe 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.5.22", + "version": "0.5.23", "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.1", - "@lion/field": "0.12.1", - "@lion/input": "0.5.21", - "@lion/localize": "0.9.1", - "@lion/validate": "0.9.1" + "@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" } } diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index ec1edd928..369aa7c5f 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.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 + + + + + ## [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 diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 9acc9fb34..26f629345 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.5.22", + "version": "0.5.23", "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.1", - "@lion/field": "0.12.1", - "@lion/input": "0.5.21", - "@lion/localize": "0.9.1", - "@lion/validate": "0.9.1" + "@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" } } diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index d31086397..a2c61e857 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.6](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.5...@lion/input-datepicker@0.11.6) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) +* **input-datepicker:** align template to FormControlMixin ([a02f9e8](https://github.com/ing-bank/lion/commit/a02f9e8b3e734162fe2c43d293a1324515cbfdaf)) + + + + + ## [0.11.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.4...@lion/input-datepicker@0.11.5) (2020-04-16) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 231ea4a63..851a346ea 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.11.5", + "version": "0.11.6", "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.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.13.1", - "@lion/validate": "0.9.1" + "@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.13.2", + "@lion/validate": "0.9.2" } } diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 3d6933009..61553dda2 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.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 + + + + + ## [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 diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 8123eb1a4..840844535 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.6.6", + "version": "0.6.7", "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.1", - "@lion/field": "0.12.1", - "@lion/input": "0.5.21", - "@lion/localize": "0.9.1", - "@lion/validate": "0.9.1" + "@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" } } diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index fae94ea2d..0a1461bc0 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.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 + + + + + ## [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) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index c243b8cec..18ee2caa1 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.7.1", + "version": "0.7.2", "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.1", - "@lion/field": "0.12.1", - "@lion/input": "0.5.21", - "@lion/localize": "0.9.1", - "@lion/validate": "0.9.1", + "@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", "ibantools": "^2.2.0" } } diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index ce77cadb9..8bc0f8055 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.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 + + + + + ## [0.2.22](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.21...@lion/input-range@0.2.22) (2020-04-16) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 11d87a198..2abad8fb7 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.2.22", + "version": "0.2.23", "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.1", - "@lion/field": "0.12.1", - "@lion/input": "0.5.21", - "@lion/localize": "0.9.1" + "@lion/core": "0.5.2", + "@lion/field": "0.12.2", + "@lion/input": "0.5.22", + "@lion/localize": "0.9.2" } } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index be89f70c7..42ea748f0 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.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 + + + + + ## [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 diff --git a/packages/input/package.json b/packages/input/package.json index 6be9f60a7..03297c35b 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.5.21", + "version": "0.5.22", "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.1", - "@lion/field": "0.12.1" + "@lion/core": "0.5.2", + "@lion/field": "0.12.2" } } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 033615b85..db3aa38f9 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.9.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.1...@lion/localize@0.9.2) (2020-04-29) + + +### Bug Fixes + +* **localization:** force TR currency code at the end ([#641](https://github.com/ing-bank/lion/issues/641)) ([89a84a8](https://github.com/ing-bank/lion/commit/89a84a8b29969a018d28af4dadc509709caaa7c3)) + + + + + ## [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 diff --git a/packages/localize/package.json b/packages/localize/package.json index ea43b7e66..555401394 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.9.1", + "version": "0.9.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 @@ ], "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.5.1" + "@lion/core": "0.5.2" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2" diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index d161e514f..f8171356c 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.13.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.1...@lion/overlays@0.13.2) (2020-04-29) + +**Note:** Version bump only for package @lion/overlays + + + + + ## [0.13.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.0...@lion/overlays@0.13.1) (2020-04-15) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 275624ca1..de3745b2d 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.13.1", + "version": "0.13.2", "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.1", + "@lion/core": "0.5.2", "popper.js": "^1.15.0" } } diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index f1f6ae035..ab1b2fd64 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.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 + + + + + ## [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 diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index af2fcfecf..e5cd60a61 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.8.7", + "version": "0.8.8", "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.1", - "@lion/core": "0.5.1", - "@lion/fieldset": "0.10.1", - "@lion/input": "0.5.21" + "@lion/choice-input": "0.8.2", + "@lion/core": "0.5.2", + "@lion/fieldset": "0.10.2", + "@lion/input": "0.5.22" } } diff --git a/packages/remark-extend/CHANGELOG.md b/packages/remark-extend/CHANGELOG.md index f56d85e4d..328fff0aa 100644 --- a/packages/remark-extend/CHANGELOG.md +++ b/packages/remark-extend/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/remark-extend@0.1.1...remark-extend@0.1.2) (2020-04-29) + +**Note:** Version bump only for package remark-extend + + + + + ## [0.1.1](https://github.com/ing-bank/lion/compare/remark-extend@0.1.0...remark-extend@0.1.1) (2020-04-20) diff --git a/packages/remark-extend/package.json b/packages/remark-extend/package.json index 5d3e84966..bf9408ac3 100644 --- a/packages/remark-extend/package.json +++ b/packages/remark-extend/package.json @@ -1,6 +1,6 @@ { "name": "remark-extend", - "version": "0.1.1", + "version": "0.1.2", "description": "A plugin for remark that allows to extend a md file with another md file", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index e9d88ab2a..44f58559d 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.15.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.2...@lion/select-rich@0.15.3) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [0.15.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.1...@lion/select-rich@0.15.2) (2020-04-20) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 4fff1fd5c..d475500a6 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.15.2", + "version": "0.15.3", "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.11", - "@lion/choice-input": "0.8.1", - "@lion/core": "0.5.1", - "@lion/field": "0.12.1", - "@lion/overlays": "0.13.1", - "@lion/validate": "0.9.1" + "@lion/button": "0.5.12", + "@lion/choice-input": "0.8.2", + "@lion/core": "0.5.2", + "@lion/field": "0.12.2", + "@lion/overlays": "0.13.2", + "@lion/validate": "0.9.2" } } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 78f79c412..5fad4a5f3 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.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 + + + + + ## [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 diff --git a/packages/select/package.json b/packages/select/package.json index cc5800d21..9815a064f 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.5.21", + "version": "0.5.22", "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.1", - "@lion/field": "0.12.1" + "@lion/core": "0.5.2", + "@lion/field": "0.12.2" } } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index f3280877f..b8eae85a5 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.3.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.8...@lion/steps@0.3.9) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [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 diff --git a/packages/steps/package.json b/packages/steps/package.json index 39d0a391b..3a533919d 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.3.8", + "version": "0.3.9", "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.1" + "@lion/core": "0.5.2" } } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index bb12f4291..80d0b010c 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.8.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.1...@lion/switch@0.8.2) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [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 diff --git a/packages/switch/package.json b/packages/switch/package.json index 4b612e7da..e741e4965 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.8.1", + "version": "0.8.2", "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.1", - "@lion/core": "0.5.1", - "@lion/field": "0.12.1" + "@lion/choice-input": "0.8.2", + "@lion/core": "0.5.2", + "@lion/field": "0.12.2" } } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 3149e6448..e767aa9f0 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.9](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.8...@lion/tabs@0.2.9) (2020-04-29) + +**Note:** Version bump only for package @lion/tabs + + + + + ## [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 diff --git a/packages/tabs/package.json b/packages/tabs/package.json index c024d091b..5c7dcf228 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.2.8", + "version": "0.2.9", "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.1" + "@lion/core": "0.5.2" } } diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index c8083c1d2..1e39f7361 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.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 + + + + + ## [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 diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 6fcd378f5..d696f9219 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.22", + "version": "0.5.23", "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.1", - "@lion/field": "0.12.1", + "@lion/core": "0.5.2", + "@lion/field": "0.12.2", "autosize": "4.0.2" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 93b2c5071..d4fb9a566 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.12](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.11...@lion/tooltip@0.8.12) (2020-04-29) + + +### Bug Fixes + +* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7)) + + + + + ## [0.8.11](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.10...@lion/tooltip@0.8.11) (2020-04-15) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 52bed183e..b04c3b06d 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.8.11", + "version": "0.8.12", "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.1", - "@lion/overlays": "0.13.1" + "@lion/core": "0.5.2", + "@lion/overlays": "0.13.2" } } diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index aa0a90e29..8b103a6cd 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/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/validate@0.9.1...@lion/validate@0.9.2) (2020-04-29) + +**Note:** Version bump only for package @lion/validate + + + + + ## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/validate@0.9.0...@lion/validate@0.9.1) (2020-04-02) diff --git a/packages/validate/package.json b/packages/validate/package.json index 95899ac0c..d68686de3 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.9.1", + "version": "0.9.2", "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.1", - "@lion/localize": "0.9.1" + "@lion/core": "0.5.2", + "@lion/localize": "0.9.2" } }