From 04adca4cb6e6e38465e968a3a1f20f92d11df205 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 15 May 2019 14:12:18 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.1.9 - @lion/calendar@0.1.2 - @lion/checkbox-group@0.1.9 - @lion/form-system@0.0.10 - @lion/form@0.1.9 - @lion/popup@0.1.9 - @lion/radio-group@0.1.9 - @lion/tooltip@0.1.9 --- packages/button/CHANGELOG.md | 8 ++++++++ packages/button/package.json | 4 ++-- packages/calendar/CHANGELOG.md | 8 ++++++++ packages/calendar/package.json | 4 ++-- packages/checkbox-group/CHANGELOG.md | 8 ++++++++ packages/checkbox-group/package.json | 4 ++-- packages/form-system/CHANGELOG.md | 8 ++++++++ packages/form-system/package.json | 8 ++++---- packages/form/CHANGELOG.md | 11 +++++++++++ packages/form/package.json | 2 +- packages/popup/CHANGELOG.md | 8 ++++++++ packages/popup/package.json | 4 ++-- packages/radio-group/CHANGELOG.md | 8 ++++++++ packages/radio-group/package.json | 4 ++-- packages/tooltip/CHANGELOG.md | 8 ++++++++ packages/tooltip/package.json | 4 ++-- 16 files changed, 84 insertions(+), 17 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 6f1bc2a07..7f0070196 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.9](https://github.com/ing-bank/lion/compare/@lion/button@0.1.8...@lion/button@0.1.9) (2019-05-15) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/button@0.1.7...@lion/button@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 6f1339dc0..bf7b4baa2 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.8", + "version": "0.1.9", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ "@lion/core": "^0.1.4" }, "devDependencies": { - "@lion/form": "^0.1.8", + "@lion/form": "^0.1.9", "@lion/icon": "^0.1.4", "@lion/input": "^0.1.8", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 481980327..fc0ddd93f 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.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.1...@lion/calendar@0.1.2) (2019-05-15) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.0...@lion/calendar@0.1.1) (2019-05-14) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index eec88fe22..30d08cf39 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.1", + "version": "0.1.2", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "@lion/localize": "^0.2.0" }, "devDependencies": { - "@lion/button": "^0.1.8", + "@lion/button": "^0.1.9", "@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 108eaaf5b..83609619a 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.9](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.8...@lion/checkbox-group@0.1.9) (2019-05-15) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.7...@lion/checkbox-group@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index cd7fc37df..5f88fdeb6 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.8", + "version": "0.1.9", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ }, "devDependencies": { "@lion/checkbox": "^0.1.8", - "@lion/form": "^0.1.8", + "@lion/form": "^0.1.9", "@lion/localize": "^0.2.0", "@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 7f0bba2e0..73276a536 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.10](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.9...@lion/form-system@0.0.10) (2019-05-15) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.8...@lion/form-system@0.0.9) (2019-05-13) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 19bbe3e54..f4959f378 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.9", + "version": "0.0.10", "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/", @@ -31,17 +31,17 @@ ], "devDependencies": { "@lion/checkbox": "^0.1.8", - "@lion/checkbox-group": "^0.1.8", + "@lion/checkbox-group": "^0.1.9", "@lion/core": "^0.1.4", "@lion/fieldset": "^0.1.8", - "@lion/form": "^0.1.8", + "@lion/form": "^0.1.9", "@lion/input": "^0.1.8", "@lion/input-amount": "^0.1.8", "@lion/input-date": "^0.1.8", "@lion/input-email": "^0.1.8", "@lion/input-iban": "^0.1.8", "@lion/radio": "^0.1.8", - "@lion/radio-group": "^0.1.8", + "@lion/radio-group": "^0.1.9", "@lion/textarea": "^0.1.8", "@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 cbd71b822..d39ec1195 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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.9](https://github.com/ing-bank/lion/compare/@lion/form@0.1.8...@lion/form@0.1.9) (2019-05-15) + + +### Bug Fixes + +* **form:** native submit event should not trigger an error ([f2c4433](https://github.com/ing-bank/lion/commit/f2c4433)) + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/form@0.1.7...@lion/form@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 69cd3f447..83e2e7577 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.8", + "version": "0.1.9", "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/", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 74ee78a76..ed777790a 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.9](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.8...@lion/popup@0.1.9) (2019-05-15) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.7...@lion/popup@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 612b6cf33..df79bc460 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.1.8", + "version": "0.1.9", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "@lion/overlays": "^0.1.5" }, "devDependencies": { - "@lion/button": "^0.1.8", + "@lion/button": "^0.1.9", "@lion/icon": "^0.1.4", "@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 11172df80..d913ff267 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.9](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.8...@lion/radio-group@0.1.9) (2019-05-15) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.7...@lion/radio-group@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index cb6eb3085..df3b0d3aa 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.8", + "version": "0.1.9", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "@lion/fieldset": "^0.1.8" }, "devDependencies": { - "@lion/form": "^0.1.8", + "@lion/form": "^0.1.9", "@lion/radio": "^0.1.8", "@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 e014a5ed0..7f0b3c32c 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.9](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.8...@lion/tooltip@0.1.9) (2019-05-15) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.7...@lion/tooltip@0.1.8) (2019-05-13) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 135e2e4cb..9869f3f19 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.1.8", + "version": "0.1.9", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "@lion/overlays": "^0.1.5" }, "devDependencies": { - "@lion/button": "^0.1.8", + "@lion/button": "^0.1.9", "@lion/icon": "^0.1.4", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1"