From f28c66ef936338ddd956c8ec141cca044c9070fe Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 22 Jul 2019 16:24:49 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.1.43 - @lion/calendar@0.1.39 - @lion/checkbox-group@0.1.39 - @lion/form-system@0.0.41 - @lion/form@0.1.38 - @lion/input-datepicker@0.1.41 - @lion/popup@0.2.18 - @lion/radio-group@0.1.39 - @lion/textarea@0.1.36 - @lion/tooltip@0.2.18 --- 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 f12e7fd90..dfb2502b2 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.43](https://github.com/ing-bank/lion/compare/@lion/button@0.1.42...@lion/button@0.1.43) (2019-07-22) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.42](https://github.com/ing-bank/lion/compare/@lion/button@0.1.41...@lion/button@0.1.42) (2019-07-19) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 870fa36de..9d1092aad 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.42", + "version": "0.1.43", "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.9" }, "devDependencies": { - "@lion/form": "^0.1.37", + "@lion/form": "^0.1.38", "@lion/icon": "^0.2.1", "@lion/input": "^0.1.35", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 5ffd2d343..4a2332d47 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.39](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.38...@lion/calendar@0.1.39) (2019-07-22) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.37...@lion/calendar@0.1.38) (2019-07-19) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 4a6a73706..d9579bfda 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.38", + "version": "0.1.39", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.4" }, "devDependencies": { - "@lion/button": "^0.1.42", + "@lion/button": "^0.1.43", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index df1a2423f..10eac7238 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.39](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.38...@lion/checkbox-group@0.1.39) (2019-07-22) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.37...@lion/checkbox-group@0.1.38) (2019-07-19) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 2520f94e5..ac55064ea 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.38", + "version": "0.1.39", "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.36", - "@lion/form": "^0.1.37", + "@lion/form": "^0.1.38", "@lion/localize": "^0.4.4", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 44c35d64f..2c02444c3 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.41](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.40...@lion/form-system@0.0.41) (2019-07-22) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.40](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.39...@lion/form-system@0.0.40) (2019-07-19) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 84ba232ca..54e62de7f 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.40", + "version": "0.0.41", "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.36", - "@lion/checkbox-group": "^0.1.38", + "@lion/checkbox-group": "^0.1.39", "@lion/core": "^0.1.9", "@lion/fieldset": "^0.1.35", - "@lion/form": "^0.1.37", + "@lion/form": "^0.1.38", "@lion/input": "^0.1.35", "@lion/input-amount": "^0.1.36", "@lion/input-date": "^0.1.35", "@lion/input-email": "^0.1.35", "@lion/input-iban": "^0.1.36", "@lion/radio": "^0.1.36", - "@lion/radio-group": "^0.1.38", - "@lion/textarea": "^0.1.35", + "@lion/radio-group": "^0.1.39", + "@lion/textarea": "^0.1.36", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 64adf5722..135bd9353 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.38](https://github.com/ing-bank/lion/compare/@lion/form@0.1.37...@lion/form@0.1.38) (2019-07-22) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.37](https://github.com/ing-bank/lion/compare/@lion/form@0.1.36...@lion/form@0.1.37) (2019-07-19) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index b6ae499fb..cf413d1d9 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.37", + "version": "0.1.38", "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.35", "@lion/input-iban": "^0.1.36", - "@lion/textarea": "^0.1.35", + "@lion/textarea": "^0.1.36", "@lion/validate": "^0.2.17", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 85dc3738d..93aad5e7b 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.41](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.40...@lion/input-datepicker@0.1.41) (2019-07-22) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.40](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.39...@lion/input-datepicker@0.1.40) (2019-07-19) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 5b7f28a11..40696ef14 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.40", + "version": "0.1.41", "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.38", + "@lion/calendar": "^0.1.39", "@lion/core": "^0.1.9", "@lion/input-date": "^0.1.35", "@lion/localize": "^0.4.4", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.17" }, "devDependencies": { - "@lion/button": "^0.1.42", + "@lion/button": "^0.1.43", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index ebd92c53a..89082d444 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.18](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.17...@lion/popup@0.2.18) (2019-07-22) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.17](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.16...@lion/popup@0.2.17) (2019-07-19) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index a6fadd297..1db23e16f 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.17", + "version": "0.2.18", "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.5" }, "devDependencies": { - "@lion/button": "^0.1.42", + "@lion/button": "^0.1.43", "@lion/icon": "^0.2.1", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 364a64f21..a6d7c41da 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.39](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.38...@lion/radio-group@0.1.39) (2019-07-22) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.37...@lion/radio-group@0.1.38) (2019-07-19) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index a439d0478..4a23a0729 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.38", + "version": "0.1.39", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/fieldset": "^0.1.35" }, "devDependencies": { - "@lion/form": "^0.1.37", + "@lion/form": "^0.1.38", "@lion/radio": "^0.1.36", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 0a1faece0..bef086c33 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.36](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.35...@lion/textarea@0.1.36) (2019-07-22) + + +### Bug Fixes + +* **textarea:** calculate max-height based on empty state (fix [#184](https://github.com/ing-bank/lion/issues/184)) ([8853435](https://github.com/ing-bank/lion/commit/8853435)) + + + + + ## [0.1.35](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.34...@lion/textarea@0.1.35) (2019-07-19) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 30a4700ec..a84126eff 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.1.35", + "version": "0.1.36", "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 1fcd5bedd..353c082b4 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.18](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.17...@lion/tooltip@0.2.18) (2019-07-22) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.17](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.16...@lion/tooltip@0.2.17) (2019-07-19) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 985c9d91f..eda2af7f4 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.17", + "version": "0.2.18", "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.9", "@lion/overlays": "^0.3.5", - "@lion/popup": "^0.2.17" + "@lion/popup": "^0.2.18" }, "devDependencies": { - "@lion/button": "^0.1.42", + "@lion/button": "^0.1.43", "@lion/icon": "^0.2.1", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5"