diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 3897bcce5..cfc446813 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.4](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.3...@lion/checkbox-group@0.8.4) (2020-03-12) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.2...@lion/checkbox-group@0.8.3) (2020-03-05) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 81db307df..f49b644ce 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.8.3", + "version": "0.8.4", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.7.5", + "@lion/choice-input": "0.7.6", "@lion/core": "0.4.5", "@lion/fieldset": "0.9.3", "@lion/input": "0.5.18" diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 16fc2a938..c1f13bcf4 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.7.6](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.5...@lion/choice-input@0.7.6) (2020-03-12) + + +### Bug Fixes + +* **choice-input:** fix serializedValue setter check ([0445b86](https://github.com/ing-bank/lion/commit/0445b86350f65649c03ed84bfaf9652838c43e55)) + + + + + ## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.4...@lion/choice-input@0.7.5) (2020-03-05) **Note:** Version bump only for package @lion/choice-input diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 74a27ef93..38be155fd 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.7.5", + "version": "0.7.6", "description": "Base for all choise inputs like checkbox/radio", "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 f3fd513f9..c4435889b 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.6.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.4...@lion/form-system@0.6.5) (2020-03-12) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.3...@lion/form-system@0.6.4) (2020-03-09) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 889a6233d..2e66134f9 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.6.4", + "version": "0.6.5", "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,7 +33,7 @@ "*.js" ], "devDependencies": { - "@lion/checkbox-group": "0.8.3", + "@lion/checkbox-group": "0.8.4", "@lion/core": "0.4.5", "@lion/field": "0.11.3", "@lion/fieldset": "0.9.3", @@ -45,9 +45,9 @@ "@lion/input-iban": "0.6.3", "@lion/input-range": "0.2.18", "@lion/localize": "0.8.10", - "@lion/radio-group": "0.8.3", + "@lion/radio-group": "0.8.4", "@lion/select": "0.5.18", - "@lion/select-rich": "0.12.0", + "@lion/select-rich": "0.12.1", "@lion/textarea": "0.5.19", "@lion/validate": "0.8.0", "@open-wc/demoing-storybook": "^1.10.4", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index b682b8174..9e8ae98ad 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.4](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.3...@lion/radio-group@0.8.4) (2020-03-12) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.2...@lion/radio-group@0.8.3) (2020-03-05) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 66b71e369..6cb90394d 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.8.3", + "version": "0.8.4", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.7.5", + "@lion/choice-input": "0.7.6", "@lion/core": "0.4.5", "@lion/fieldset": "0.9.3", "@lion/input": "0.5.18" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index a4fd42edf..0ee1e57da 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.12.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.0...@lion/select-rich@0.12.1) (2020-03-12) + +**Note:** Version bump only for package @lion/select-rich + + + + + # [0.12.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.11.4...@lion/select-rich@0.12.0) (2020-03-05) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index d35b6e75a..fabe806f2 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.12.0", + "version": "0.12.1", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,7 +39,7 @@ ], "dependencies": { "@lion/button": "0.5.9", - "@lion/choice-input": "0.7.5", + "@lion/choice-input": "0.7.6", "@lion/core": "0.4.5", "@lion/field": "0.11.3", "@lion/overlays": "0.12.4", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 9a9214a59..224f510d5 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.7.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.0...@lion/switch@0.7.1) (2020-03-12) + +**Note:** Version bump only for package @lion/switch + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.3...@lion/switch@0.7.0) (2020-03-05) diff --git a/packages/switch/package.json b/packages/switch/package.json index b660fd50b..cdfc2967c 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.7.0", + "version": "0.7.1", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.7.5", + "@lion/choice-input": "0.7.6", "@lion/core": "0.4.5", "@lion/field": "0.11.3" },