From c3037da5a610ce61a6d2fdea42bdfbc254a03c4d Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 24 Jul 2019 09:25:06 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.1.47 - @lion/calendar@0.1.43 - @lion/checkbox-group@0.1.43 - @lion/form-system@0.0.45 - @lion/form@0.1.42 - @lion/input-datepicker@0.1.46 - @lion/popup@0.2.23 - @lion/radio-group@0.1.43 - @lion/textarea@0.1.40 - @lion/tooltip@0.2.23 --- 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 | 10 +++++----- packages/form/CHANGELOG.md | 8 ++++++++ packages/form/package.json | 4 ++-- packages/input-datepicker/CHANGELOG.md | 8 ++++++++ packages/input-datepicker/package.json | 6 +++--- packages/popup/CHANGELOG.md | 8 ++++++++ packages/popup/package.json | 4 ++-- packages/radio-group/CHANGELOG.md | 8 ++++++++ packages/radio-group/package.json | 4 ++-- packages/textarea/CHANGELOG.md | 11 +++++++++++ packages/textarea/package.json | 2 +- packages/tooltip/CHANGELOG.md | 8 ++++++++ packages/tooltip/package.json | 6 +++--- 20 files changed, 107 insertions(+), 24 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 31055fb24..d19d5ed53 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.47](https://github.com/ing-bank/lion/compare/@lion/button@0.1.46...@lion/button@0.1.47) (2019-07-24) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.46](https://github.com/ing-bank/lion/compare/@lion/button@0.1.45...@lion/button@0.1.46) (2019-07-23) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 5b6b6edd6..b3b42f1b9 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.46", + "version": "0.1.47", "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.11" }, "devDependencies": { - "@lion/form": "^0.1.41", + "@lion/form": "^0.1.42", "@lion/icon": "^0.2.3", "@lion/input": "^0.1.38", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index a65fbead9..6d908e3a7 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.43](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.42...@lion/calendar@0.1.43) (2019-07-24) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.42](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.41...@lion/calendar@0.1.42) (2019-07-23) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 127da51af..ba07ae020 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.42", + "version": "0.1.43", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.7" }, "devDependencies": { - "@lion/button": "^0.1.46", + "@lion/button": "^0.1.47", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index c74737c17..998cc81a1 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.43](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.42...@lion/checkbox-group@0.1.43) (2019-07-24) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.42](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.41...@lion/checkbox-group@0.1.42) (2019-07-23) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index b859461a9..85b9eed47 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.42", + "version": "0.1.43", "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.39", - "@lion/form": "^0.1.41", + "@lion/form": "^0.1.42", "@lion/localize": "^0.4.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index bbce57a41..43222e270 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.45](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.44...@lion/form-system@0.0.45) (2019-07-24) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.44](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.43...@lion/form-system@0.0.44) (2019-07-23) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 3179879fa..5d6a37c6c 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.44", + "version": "0.0.45", "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,18 +33,18 @@ ], "devDependencies": { "@lion/checkbox": "^0.1.39", - "@lion/checkbox-group": "^0.1.42", + "@lion/checkbox-group": "^0.1.43", "@lion/core": "^0.1.11", "@lion/fieldset": "^0.1.38", - "@lion/form": "^0.1.41", + "@lion/form": "^0.1.42", "@lion/input": "^0.1.38", "@lion/input-amount": "^0.1.39", "@lion/input-date": "^0.1.38", "@lion/input-email": "^0.1.38", "@lion/input-iban": "^0.1.39", "@lion/radio": "^0.1.39", - "@lion/radio-group": "^0.1.42", - "@lion/textarea": "^0.1.39", + "@lion/radio-group": "^0.1.43", + "@lion/textarea": "^0.1.40", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 36547092b..45a638104 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.42](https://github.com/ing-bank/lion/compare/@lion/form@0.1.41...@lion/form@0.1.42) (2019-07-24) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.41](https://github.com/ing-bank/lion/compare/@lion/form@0.1.40...@lion/form@0.1.41) (2019-07-23) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 450c5d525..0f4ff90a7 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.41", + "version": "0.1.42", "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,7 +38,7 @@ "devDependencies": { "@lion/input": "^0.1.38", "@lion/input-iban": "^0.1.39", - "@lion/textarea": "^0.1.39", + "@lion/textarea": "^0.1.40", "@lion/validate": "^0.2.20", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 4a8f14b72..ce2d1ec5f 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.46](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.45...@lion/input-datepicker@0.1.46) (2019-07-24) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.44...@lion/input-datepicker@0.1.45) (2019-07-23) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index ae5b6cc8f..5f7bb6c9a 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.45", + "version": "0.1.46", "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.42", + "@lion/calendar": "^0.1.43", "@lion/core": "^0.1.11", "@lion/input-date": "^0.1.38", "@lion/localize": "^0.4.7", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.20" }, "devDependencies": { - "@lion/button": "^0.1.46", + "@lion/button": "^0.1.47", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index f8de4d14e..23b4559ce 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.2.23](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.22...@lion/popup@0.2.23) (2019-07-24) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.22](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.21...@lion/popup@0.2.22) (2019-07-23) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index c65617c84..c8cff594f 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.22", + "version": "0.2.23", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.3.9" }, "devDependencies": { - "@lion/button": "^0.1.46", + "@lion/button": "^0.1.47", "@lion/icon": "^0.2.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index edef8f363..9d081b4c6 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.43](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.42...@lion/radio-group@0.1.43) (2019-07-24) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.42](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.41...@lion/radio-group@0.1.42) (2019-07-23) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 4ac83a5c4..35bd502a3 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.42", + "version": "0.1.43", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/fieldset": "^0.1.38" }, "devDependencies": { - "@lion/form": "^0.1.41", + "@lion/form": "^0.1.42", "@lion/radio": "^0.1.39", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index c8f7f42d9..80d8fe324 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/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.40](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.39...@lion/textarea@0.1.40) (2019-07-24) + + +### Bug Fixes + +* **textarea:** disable user resize behavior (fix [#165](https://github.com/ing-bank/lion/issues/165)) ([9988e07](https://github.com/ing-bank/lion/commit/9988e07)) + + + + + ## [0.1.39](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.38...@lion/textarea@0.1.39) (2019-07-23) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 0077704f2..f6c7961a6 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.1.39", + "version": "0.1.40", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 482cd4e84..631739f3f 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.2.23](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.22...@lion/tooltip@0.2.23) (2019-07-24) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.22](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.21...@lion/tooltip@0.2.22) (2019-07-23) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 6f529a739..77b0eace5 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.22", + "version": "0.2.23", "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.1.11", "@lion/overlays": "^0.3.9", - "@lion/popup": "^0.2.22" + "@lion/popup": "^0.2.23" }, "devDependencies": { - "@lion/button": "^0.1.46", + "@lion/button": "^0.1.47", "@lion/icon": "^0.2.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6"