diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index f21e3555b..a958df33b 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.1.14](https://github.com/ing-bank/lion/compare/@lion/button@0.1.13...@lion/button@0.1.14) (2019-05-21) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/button@0.1.12...@lion/button@0.1.13) (2019-05-17) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index f1c04bd47..558283e62 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.13", + "version": "0.1.14", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "@lion/core": "^0.1.6" }, "devDependencies": { - "@lion/form": "^0.1.12", + "@lion/form": "^0.1.13", "@lion/icon": "^0.1.6", "@lion/input": "^0.1.11", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 2627d5f7e..200234bc8 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.1.8](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.7...@lion/calendar@0.1.8) (2019-05-21) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.6...@lion/calendar@0.1.7) (2019-05-21) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index ff999d7e4..f4575dcd6 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.7", + "version": "0.1.8", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.3.2" }, "devDependencies": { - "@lion/button": "^0.1.13", + "@lion/button": "^0.1.14", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index abd0b88db..2faadc2fd 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.1.13](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.12...@lion/checkbox-group@0.1.13) (2019-05-21) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.11...@lion/checkbox-group@0.1.12) (2019-05-17) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 115efc87e..a56be7890 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.12", + "version": "0.1.13", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ }, "devDependencies": { "@lion/checkbox": "^0.1.11", - "@lion/form": "^0.1.12", + "@lion/form": "^0.1.13", "@lion/localize": "^0.3.2", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 350de84e8..bab2cf656 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.0.14](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.13...@lion/form-system@0.0.14) (2019-05-21) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.12...@lion/form-system@0.0.13) (2019-05-17) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 74452cd71..9d078d3c5 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.13", + "version": "0.0.14", "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,17 +33,17 @@ ], "devDependencies": { "@lion/checkbox": "^0.1.11", - "@lion/checkbox-group": "^0.1.12", + "@lion/checkbox-group": "^0.1.13", "@lion/core": "^0.1.6", "@lion/fieldset": "^0.1.11", - "@lion/form": "^0.1.12", + "@lion/form": "^0.1.13", "@lion/input": "^0.1.11", "@lion/input-amount": "^0.1.11", "@lion/input-date": "^0.1.11", "@lion/input-email": "^0.1.11", - "@lion/input-iban": "^0.1.11", + "@lion/input-iban": "^0.1.12", "@lion/radio": "^0.1.11", - "@lion/radio-group": "^0.1.12", + "@lion/radio-group": "^0.1.13", "@lion/textarea": "^0.1.11", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index d75b1ed7d..8d677bcd8 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.1.13](https://github.com/ing-bank/lion/compare/@lion/form@0.1.12...@lion/form@0.1.13) (2019-05-21) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/form@0.1.11...@lion/form@0.1.12) (2019-05-17) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index f713baec0..cdbe44a13 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.12", + "version": "0.1.13", "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 @@ }, "devDependencies": { "@lion/input": "^0.1.11", - "@lion/input-iban": "^0.1.11", + "@lion/input-iban": "^0.1.12", "@lion/textarea": "^0.1.11", "@lion/validate": "^0.2.2", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 3ba85262a..d610ef059 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.1.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.4...@lion/input-datepicker@0.1.5) (2019-05-21) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.3...@lion/input-datepicker@0.1.4) (2019-05-21) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index f11a0ff3e..f34f80e72 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.4", + "version": "0.1.5", "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/", @@ -35,7 +35,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.7", + "@lion/calendar": "^0.1.8", "@lion/core": "^0.1.6", "@lion/input-date": "^0.1.11", "@lion/localize": "^0.1.6", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.2" }, "devDependencies": { - "@lion/button": "^0.1.13", + "@lion/button": "^0.1.14", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "@polymer/iron-test-helpers": "^3.0.1" diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 5e889b9fa..56c748a50 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.1.12](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.11...@lion/input-iban@0.1.12) (2019-05-21) + + +### Bug Fixes + +* **input-iban:** allow formatting empty IBAN model values ([dcd7719](https://github.com/ing-bank/lion/commit/dcd7719)) + + + + + ## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.10...@lion/input-iban@0.1.11) (2019-05-17) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index dd1983413..bc7b9b48a 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.1.11", + "version": "0.1.12", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 57f1087f1..fc65b2d1f 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.1.14](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.13...@lion/popup@0.1.14) (2019-05-21) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.12...@lion/popup@0.1.13) (2019-05-17) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 07185a5e6..2247b9eef 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.1.13", + "version": "0.1.14", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.2.2" }, "devDependencies": { - "@lion/button": "^0.1.13", + "@lion/button": "^0.1.14", "@lion/icon": "^0.1.6", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 99cad8186..120d3b8a6 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.1.13](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.12...@lion/radio-group@0.1.13) (2019-05-21) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.11...@lion/radio-group@0.1.12) (2019-05-17) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 77461fd04..cb16dc445 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.12", + "version": "0.1.13", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/fieldset": "^0.1.11" }, "devDependencies": { - "@lion/form": "^0.1.12", + "@lion/form": "^0.1.13", "@lion/radio": "^0.1.11", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 0e6fcb27d..67fdd58cc 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.13...@lion/tooltip@0.1.14) (2019-05-21) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.12...@lion/tooltip@0.1.13) (2019-05-17) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index c92ac3f3f..c6459990d 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.1.13", + "version": "0.1.14", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.2.2" }, "devDependencies": { - "@lion/button": "^0.1.13", + "@lion/button": "^0.1.14", "@lion/icon": "^0.1.6", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1"