diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 9a5b3b5cc..d255188f4 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/button@0.4.2...@lion/button@0.4.3) (2019-12-11) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/button@0.4.1...@lion/button@0.4.2) (2019-12-06) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index dcb611f02..811fa9d5c 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.4.2", + "version": "0.4.3", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "@lion/core": "0.3.0" }, "devDependencies": { - "@lion/form": "0.3.10", + "@lion/form": "0.3.11", "@lion/icon": "0.2.10", "@lion/input": "0.4.0", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index e18b7ddc8..f5c81d20b 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.3...@lion/calendar@0.5.4) (2019-12-11) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.5.3](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.2...@lion/calendar@0.5.3) (2019-12-06) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index b74241672..6eb93173d 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.5.3", + "version": "0.5.4", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "0.7.1" }, "devDependencies": { - "@lion/button": "0.4.2", + "@lion/button": "0.4.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index d230a61e2..46533d6d1 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.4.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.4.0...@lion/checkbox-group@0.4.1) (2019-12-11) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.3.8...@lion/checkbox-group@0.4.0) (2019-12-04) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index cf4a7e6be..202ec4b88 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.4.0", + "version": "0.4.1", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/fieldset": "0.5.3" + "@lion/fieldset": "0.5.4" }, "devDependencies": { "@lion/checkbox": "0.2.11", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index f0bc87e4d..86c200481 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.5.4](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.3...@lion/fieldset@0.5.4) (2019-12-11) + + +### Bug Fixes + +* **fieldset:** wait for registration before setting values ([c378b18](https://github.com/ing-bank/lion/commit/c378b1885f5eb5f3f0f19f260511ae10ae18b866)) + + + + + ## [0.5.3](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.2...@lion/fieldset@0.5.3) (2019-12-04) **Note:** Version bump only for package @lion/fieldset diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index e188fa983..10c960661 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.5.3", + "version": "0.5.4", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index c2f5d9aee..301b721a2 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.11](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.10...@lion/form-system@0.2.11) (2019-12-11) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.9...@lion/form-system@0.2.10) (2019-12-06) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 6d35d9fee..b1f97a668 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.2.10", + "version": "0.2.11", "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,11 +33,11 @@ ], "devDependencies": { "@lion/checkbox": "0.2.11", - "@lion/checkbox-group": "0.4.0", + "@lion/checkbox-group": "0.4.1", "@lion/core": "0.3.0", "@lion/field": "0.6.8", - "@lion/fieldset": "0.5.3", - "@lion/form": "0.3.10", + "@lion/fieldset": "0.5.4", + "@lion/form": "0.3.11", "@lion/input": "0.4.0", "@lion/input-amount": "0.4.0", "@lion/input-date": "0.4.0", @@ -45,7 +45,7 @@ "@lion/input-iban": "0.4.0", "@lion/localize": "0.7.1", "@lion/radio": "0.2.11", - "@lion/radio-group": "0.4.0", + "@lion/radio-group": "0.4.1", "@lion/textarea": "0.4.0", "@lion/validate": "0.5.2", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 48d076309..2b85e01a4 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.3.11](https://github.com/ing-bank/lion/compare/@lion/form@0.3.10...@lion/form@0.3.11) (2019-12-11) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.3.10](https://github.com/ing-bank/lion/compare/@lion/form@0.3.9...@lion/form@0.3.10) (2019-12-06) diff --git a/packages/form/package.json b/packages/form/package.json index ac8b55af6..447e3be3b 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.3.10", + "version": "0.3.11", "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/", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/fieldset": "0.5.3" + "@lion/fieldset": "0.5.4" }, "devDependencies": { "@lion/input": "0.4.0", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 204b440bc..5d37069bd 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.3...@lion/input-datepicker@0.6.4) (2019-12-11) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.2...@lion/input-datepicker@0.6.3) (2019-12-06) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index fcd79b3d4..9fd5c24d2 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.6.3", + "version": "0.6.4", "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/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "0.5.3", + "@lion/calendar": "0.5.4", "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/input-date": "0.4.0", @@ -45,7 +45,7 @@ "@lion/validate": "0.5.2" }, "devDependencies": { - "@lion/button": "0.4.2", + "@lion/button": "0.4.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index be1fc5038..f33e2796d 100644 --- a/packages/popup/CHANGELOG.md +++ b/packages/popup/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.6](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.5...@lion/popup@0.4.6) (2019-12-11) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.4.5](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.4...@lion/popup@0.4.5) (2019-12-06) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 71c262662..0c974377f 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.4.5", + "version": "0.4.6", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "0.8.0" }, "devDependencies": { - "@lion/button": "0.4.2", + "@lion/button": "0.4.3", "@lion/icon": "0.2.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 87d4630c5..3a8c53be2 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.4.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.0...@lion/radio-group@0.4.1) (2019-12-11) + +**Note:** Version bump only for package @lion/radio-group + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.3.8...@lion/radio-group@0.4.0) (2019-12-04) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 2bba30e10..5f9aa3c7c 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.4.0", + "version": "0.4.1", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/fieldset": "0.5.3" + "@lion/fieldset": "0.5.4" }, "devDependencies": { "@lion/radio": "0.2.11", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index eb03a0b29..ad25c349b 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.2...@lion/select-rich@0.8.3) (2019-12-11) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.1...@lion/select-rich@0.8.2) (2019-12-06) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index ea9536450..c30c45454 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.8.2", + "version": "0.8.3", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/button": "0.4.2", + "@lion/button": "0.4.3", "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/option": "0.3.9", @@ -44,7 +44,7 @@ "@lion/validate": "0.5.2" }, "devDependencies": { - "@lion/form": "0.3.10", + "@lion/form": "0.3.11", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index b3ffe2c40..6ed53e4f5 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.13](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.12...@lion/switch@0.3.13) (2019-12-11) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.3.12](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.11...@lion/switch@0.3.12) (2019-12-06) **Note:** Version bump only for package @lion/switch diff --git a/packages/switch/package.json b/packages/switch/package.json index 4a02cffbe..adf374fb0 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.3.12", + "version": "0.3.13", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/button": "0.4.2", + "@lion/button": "0.4.3", "@lion/choice-input": "0.4.9", "@lion/core": "0.3.0", "@lion/field": "0.6.8"