diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 6fe86110a..36a0e86e9 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.3.25](https://github.com/ing-bank/lion/compare/@lion/button@0.3.24...@lion/button@0.3.25) (2019-10-11) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.3.24](https://github.com/ing-bank/lion/compare/@lion/button@0.3.23...@lion/button@0.3.24) (2019-10-11) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 48aa2f33c..3e8158a1a 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.24", + "version": "0.3.25", "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.2.0" }, "devDependencies": { - "@lion/form": "^0.1.64", + "@lion/form": "^0.1.65", "@lion/icon": "^0.2.7", "@lion/input": "^0.1.58", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index ec717eeae..32ba0a1bd 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.2.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.1...@lion/calendar@0.2.2) (2019-10-11) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.0...@lion/calendar@0.2.1) (2019-10-11) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 5df94a99e..3e2c6e224 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.2.1", + "version": "0.2.2", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "^0.4.19" }, "devDependencies": { - "@lion/button": "^0.3.24", + "@lion/button": "^0.3.25", "@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 e71a1628d..ff68992c6 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.66](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.65...@lion/checkbox-group@0.1.66) (2019-10-11) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.64...@lion/checkbox-group@0.1.65) (2019-10-11) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 6b3170b26..7dc99a48a 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.65", + "version": "0.1.66", "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.59", - "@lion/form": "^0.1.64", + "@lion/form": "^0.1.65", "@lion/localize": "^0.4.19", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index c0e431f25..bd99ebbe8 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.72](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.71...@lion/form-system@0.0.72) (2019-10-11) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.71](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.70...@lion/form-system@0.0.71) (2019-10-11) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 83ed7b6fe..9a00dac8a 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.71", + "version": "0.0.72", "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,19 +33,19 @@ ], "devDependencies": { "@lion/checkbox": "^0.1.59", - "@lion/checkbox-group": "^0.1.65", + "@lion/checkbox-group": "^0.1.66", "@lion/core": "^0.2.0", "@lion/field": "^0.3.0", "@lion/fieldset": "^0.1.58", - "@lion/form": "^0.1.64", + "@lion/form": "^0.1.65", "@lion/input": "^0.1.58", "@lion/input-amount": "^0.1.61", "@lion/input-date": "^0.1.59", - "@lion/input-email": "^0.1.58", - "@lion/input-iban": "^0.1.60", + "@lion/input-email": "^0.1.59", + "@lion/input-iban": "^0.1.61", "@lion/localize": "^0.4.19", "@lion/radio": "^0.1.59", - "@lion/radio-group": "^0.1.66", + "@lion/radio-group": "^0.1.67", "@lion/textarea": "^0.1.61", "@lion/validate": "^0.2.35", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6d15e66bb..fd3bd6355 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.65](https://github.com/ing-bank/lion/compare/@lion/form@0.1.64...@lion/form@0.1.65) (2019-10-11) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.64](https://github.com/ing-bank/lion/compare/@lion/form@0.1.63...@lion/form@0.1.64) (2019-10-11) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index d29d681bc..e068e3d37 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.64", + "version": "0.1.65", "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.58", - "@lion/input-iban": "^0.1.60", + "@lion/input-iban": "^0.1.61", "@lion/textarea": "^0.1.61", "@lion/validate": "^0.2.35", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index b98562479..8908f5d4e 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.2.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.1...@lion/input-datepicker@0.2.2) (2019-10-11) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.0...@lion/input-datepicker@0.2.1) (2019-10-11) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index f5e3e3632..d50d473b8 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.2.1", + "version": "0.2.2", "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.2.1", + "@lion/calendar": "^0.2.2", "@lion/core": "^0.2.0", "@lion/field": "^0.3.0", "@lion/input-date": "^0.1.59", @@ -45,7 +45,7 @@ "@lion/validate": "^0.2.35" }, "devDependencies": { - "@lion/button": "^0.3.24", + "@lion/button": "^0.3.25", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 89611c624..b596fd917 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.1.59](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.58...@lion/input-email@0.1.59) (2019-10-11) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.1.58](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.57...@lion/input-email@0.1.58) (2019-10-11) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 4a9746978..bf1f2097b 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.1.58", + "version": "0.1.59", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 7b478dc97..7c4b4b6d8 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.1.61](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.60...@lion/input-iban@0.1.61) (2019-10-11) + +**Note:** Version bump only for package @lion/input-iban + + + + + ## [0.1.60](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.59...@lion/input-iban@0.1.60) (2019-10-11) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index d9827bb5b..634ccf161 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.1.60", + "version": "0.1.61", "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 42ada1eb4..23199ae53 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.3.2](https://github.com/ing-bank/lion/compare/@lion/popup@0.3.1...@lion/popup@0.3.2) (2019-10-11) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/popup@0.3.0...@lion/popup@0.3.1) (2019-10-11) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index c723c7def..27e726b33 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.3.1", + "version": "0.3.2", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.6.0" }, "devDependencies": { - "@lion/button": "^0.3.24", + "@lion/button": "^0.3.25", "@lion/icon": "^0.2.7", "@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 9c2b94545..bbb9b055f 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.67](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.66...@lion/radio-group@0.1.67) (2019-10-11) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.66](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.65...@lion/radio-group@0.1.66) (2019-10-11) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 979bd166b..1f36ef97a 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.66", + "version": "0.1.67", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/fieldset": "^0.1.58" }, "devDependencies": { - "@lion/form": "^0.1.64", + "@lion/form": "^0.1.65", "@lion/radio": "^0.1.59", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 505d583f7..1a8276afd 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.3.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.3.1...@lion/select-rich@0.3.2) (2019-10-11) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.3.0...@lion/select-rich@0.3.1) (2019-10-11) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index a19a80d7f..5da0ef0a4 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.3.1", + "version": "0.3.2", "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.3.24", + "@lion/button": "^0.3.25", "@lion/core": "^0.2.0", "@lion/field": "^0.3.0", "@lion/option": "^0.2.1", @@ -44,7 +44,7 @@ "@lion/validate": "^0.2.35" }, "devDependencies": { - "@lion/form": "^0.1.64", + "@lion/form": "^0.1.65", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 36152991e..87b897358 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.3.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.3.1...@lion/tooltip@0.3.2) (2019-10-11) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.3.0...@lion/tooltip@0.3.1) (2019-10-11) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index b9df95c86..023596d39 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.3.1", + "version": "0.3.2", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "dependencies": { "@lion/core": "^0.2.0", "@lion/overlays": "^0.6.0", - "@lion/popup": "^0.3.1" + "@lion/popup": "^0.3.2" }, "devDependencies": { - "@lion/button": "^0.3.24", + "@lion/button": "^0.3.25", "@lion/icon": "^0.2.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4"