diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index b92c89835..3f2aeb7f3 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.9.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.9.0...@lion/checkbox-group@0.9.1) (2020-05-25) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.8...@lion/checkbox-group@0.9.0) (2020-05-18) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 288e5ac88..0f76e51df 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.9.0", + "version": "0.9.1", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -40,7 +40,7 @@ "dependencies": { "@lion/choice-input": "0.9.0", "@lion/core": "0.6.0", - "@lion/fieldset": "0.11.0", + "@lion/fieldset": "0.11.1", "@lion/input": "0.6.0" } } diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 5e7ec1692..b39d104ff 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/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.6.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.2...@lion/dialog@0.6.3) (2020-05-25) + + +### Bug Fixes + +* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3)) + + + + + ## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.1...@lion/dialog@0.6.2) (2020-05-20) **Note:** Version bump only for package @lion/dialog diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 314f7d4c1..f4684a189 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.6.2", + "version": "0.6.3", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,6 +37,6 @@ ], "dependencies": { "@lion/core": "0.6.0", - "@lion/overlays": "0.15.2" + "@lion/overlays": "0.15.3" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 64996cacd..5bba156a4 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.11.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.11.0...@lion/fieldset@0.11.1) (2020-05-25) + + +### Bug Fixes + +* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3)) + + + + + # [0.11.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.2...@lion/fieldset@0.11.0) (2020-05-18) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 5daf6d132..f2b3542da 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.11.0", + "version": "0.11.1", "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 b6723d8dd..ff32a65a0 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.8.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.2...@lion/form-system@0.8.3) (2020-05-25) + + +### Bug Fixes + +* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3)) + + + + + ## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.1...@lion/form-system@0.8.2) (2020-05-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 211dfc3b6..d6f5a0078 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.8.2", + "version": "0.8.3", "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/", @@ -37,22 +37,22 @@ ], "dependencies": { "@lion/button": "0.6.0", - "@lion/checkbox-group": "0.9.0", + "@lion/checkbox-group": "0.9.1", "@lion/core": "0.6.0", "@lion/field": "0.13.0", - "@lion/fieldset": "0.11.0", - "@lion/form": "0.5.0", + "@lion/fieldset": "0.11.1", + "@lion/form": "0.5.1", "@lion/input": "0.6.0", "@lion/input-amount": "0.6.0", "@lion/input-date": "0.6.0", - "@lion/input-datepicker": "0.13.2", + "@lion/input-datepicker": "0.13.3", "@lion/input-email": "0.7.0", "@lion/input-iban": "0.8.0", "@lion/input-range": "0.3.0", "@lion/localize": "0.10.0", - "@lion/radio-group": "0.9.0", + "@lion/radio-group": "0.9.1", "@lion/select": "0.6.0", - "@lion/select-rich": "0.17.2", + "@lion/select-rich": "0.17.3", "@lion/textarea": "0.6.0", "@lion/validate": "0.10.0" } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 94a5c6c1a..83622cd97 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.5.1](https://github.com/ing-bank/lion/compare/@lion/form@0.5.0...@lion/form@0.5.1) (2020-05-25) + +**Note:** Version bump only for package @lion/form + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/form@0.4.23...@lion/form@0.5.0) (2020-05-18) diff --git a/packages/form/package.json b/packages/form/package.json index 89888bf48..86892860b 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.5.0", + "version": "0.5.1", "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/", @@ -38,6 +38,6 @@ ], "dependencies": { "@lion/core": "0.6.0", - "@lion/fieldset": "0.11.0" + "@lion/fieldset": "0.11.1" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 3e5c8be07..67c949bb4 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.5.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.1...@lion/icon@0.5.2) (2020-05-25) + + +### Bug Fixes + +* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3)) + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.0...@lion/icon@0.5.1) (2020-05-19) diff --git a/packages/icon/package.json b/packages/icon/package.json index 33e90f6e0..7d0d6d3fb 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.5.1", + "version": "0.5.2", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index b34dc305b..5e55cdb92 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.13.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.2...@lion/input-datepicker@0.13.3) (2020-05-25) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.13.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.1...@lion/input-datepicker@0.13.2) (2020-05-20) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 919391e34..09259412b 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.13.2", + "version": "0.13.3", "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/", @@ -46,7 +46,7 @@ "@lion/field": "0.13.0", "@lion/input-date": "0.6.0", "@lion/localize": "0.10.0", - "@lion/overlays": "0.15.2", + "@lion/overlays": "0.15.3", "@lion/validate": "0.10.0" } } diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 066e26059..19ff56afd 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/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/overlays@0.15.2...@lion/overlays@0.15.3) (2020-05-25) + + +### Bug Fixes + +* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3)) + + + + + ## [0.15.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.1...@lion/overlays@0.15.2) (2020-05-20) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index ba5d3c1f9..bd1222298 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.15.2", + "version": "0.15.3", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 18444b6a7..38d292470 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.9.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.9.0...@lion/radio-group@0.9.1) (2020-05-25) + +**Note:** Version bump only for package @lion/radio-group + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.8...@lion/radio-group@0.9.0) (2020-05-18) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index af15ffcf1..98601c2e8 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.9.0", + "version": "0.9.1", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -40,7 +40,7 @@ "dependencies": { "@lion/choice-input": "0.9.0", "@lion/core": "0.6.0", - "@lion/fieldset": "0.11.0", + "@lion/fieldset": "0.11.1", "@lion/input": "0.6.0" } } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 0b068ddcd..91e100ca5 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.17.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.2...@lion/select-rich@0.17.3) (2020-05-25) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.17.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.1...@lion/select-rich@0.17.2) (2020-05-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 24446f5b7..27c77f04f 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.17.2", + "version": "0.17.3", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -48,7 +48,7 @@ "@lion/choice-input": "0.9.0", "@lion/core": "0.6.0", "@lion/field": "0.13.0", - "@lion/overlays": "0.15.2", + "@lion/overlays": "0.15.3", "@lion/validate": "0.10.0" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 94d9e8abb..77b49d240 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.10.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.3...@lion/tooltip@0.10.4) (2020-05-25) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.10.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.2...@lion/tooltip@0.10.3) (2020-05-20) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index d1ac0902f..9215d90d6 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.10.3", + "version": "0.10.4", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -39,6 +39,6 @@ ], "dependencies": { "@lion/core": "0.6.0", - "@lion/overlays": "0.15.2" + "@lion/overlays": "0.15.3" } }