From cbd1f8af25db75e21b243f01be0765c185b07b9f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 29 Jul 2019 16:07:40 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.3.1 - @lion/calendar@0.1.47 - @lion/checkbox-group@0.1.46 - @lion/form-system@0.0.48 - @lion/form@0.1.45 - @lion/input-datepicker@0.1.50 - @lion/popup@0.2.27 - @lion/radio-group@0.1.46 - @lion/select-rich@0.1.3 - @lion/textarea@0.1.43 - @lion/tooltip@0.2.27 --- 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/select-rich/CHANGELOG.md | 8 ++++++++ packages/select-rich/package.json | 6 +++--- packages/textarea/CHANGELOG.md | 11 +++++++++++ packages/textarea/package.json | 2 +- packages/tooltip/CHANGELOG.md | 8 ++++++++ packages/tooltip/package.json | 6 +++--- 22 files changed, 118 insertions(+), 27 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 94ea9761d..36fe84353 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.1](https://github.com/ing-bank/lion/compare/@lion/button@0.3.0...@lion/button@0.3.1) (2019-07-29) + +**Note:** Version bump only for package @lion/button + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/button@0.2.0...@lion/button@0.3.0) (2019-07-26) diff --git a/packages/button/package.json b/packages/button/package.json index df410bfb2..3d721f2da 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.0", + "version": "0.3.1", "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.1.13" }, "devDependencies": { - "@lion/form": "^0.1.44", + "@lion/form": "^0.1.45", "@lion/icon": "^0.2.5", "@lion/input": "^0.1.40", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 20df5190d..b1be0b418 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.47](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.46...@lion/calendar@0.1.47) (2019-07-29) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.46](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.45...@lion/calendar@0.1.46) (2019-07-26) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 385c6d356..5ba648162 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.46", + "version": "0.1.47", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.9" }, "devDependencies": { - "@lion/button": "^0.3.0", + "@lion/button": "^0.3.1", "@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 63bf11098..da9b97937 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.46](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.45...@lion/checkbox-group@0.1.46) (2019-07-29) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.44...@lion/checkbox-group@0.1.45) (2019-07-25) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index f4696b7c2..0c81fd2ef 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.45", + "version": "0.1.46", "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.41", - "@lion/form": "^0.1.44", + "@lion/form": "^0.1.45", "@lion/localize": "^0.4.9", "@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 d2f168740..ace821d8b 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.48](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.47...@lion/form-system@0.0.48) (2019-07-29) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.47](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.46...@lion/form-system@0.0.47) (2019-07-25) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index b3e8d4c32..156874484 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.47", + "version": "0.0.48", "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.41", - "@lion/checkbox-group": "^0.1.45", + "@lion/checkbox-group": "^0.1.46", "@lion/core": "^0.1.13", "@lion/fieldset": "^0.1.40", - "@lion/form": "^0.1.44", + "@lion/form": "^0.1.45", "@lion/input": "^0.1.40", "@lion/input-amount": "^0.1.41", "@lion/input-date": "^0.1.40", "@lion/input-email": "^0.1.40", "@lion/input-iban": "^0.1.41", "@lion/radio": "^0.1.41", - "@lion/radio-group": "^0.1.45", - "@lion/textarea": "^0.1.42", + "@lion/radio-group": "^0.1.46", + "@lion/textarea": "^0.1.43", "@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 00693a5ba..5edba01ce 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.45](https://github.com/ing-bank/lion/compare/@lion/form@0.1.44...@lion/form@0.1.45) (2019-07-29) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.44](https://github.com/ing-bank/lion/compare/@lion/form@0.1.43...@lion/form@0.1.44) (2019-07-25) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 13e998e77..9e70c218c 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.44", + "version": "0.1.45", "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.40", "@lion/input-iban": "^0.1.41", - "@lion/textarea": "^0.1.42", + "@lion/textarea": "^0.1.43", "@lion/validate": "^0.2.22", "@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 e6278c62b..5472c3f9f 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.50](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.49...@lion/input-datepicker@0.1.50) (2019-07-29) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.49](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.48...@lion/input-datepicker@0.1.49) (2019-07-26) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 4931201a0..5a1dd6de8 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.49", + "version": "0.1.50", "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.46", + "@lion/calendar": "^0.1.47", "@lion/core": "^0.1.13", "@lion/input-date": "^0.1.40", "@lion/localize": "^0.4.9", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.22" }, "devDependencies": { - "@lion/button": "^0.3.0", + "@lion/button": "^0.3.1", "@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 525b2af80..bb4242755 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.27](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.26...@lion/popup@0.2.27) (2019-07-29) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.26](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.25...@lion/popup@0.2.26) (2019-07-26) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 20d771154..73d07c0c4 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.26", + "version": "0.2.27", "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.11" }, "devDependencies": { - "@lion/button": "^0.3.0", + "@lion/button": "^0.3.1", "@lion/icon": "^0.2.5", "@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 2a0730ab1..5e5b09bb6 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.46](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.45...@lion/radio-group@0.1.46) (2019-07-29) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.44...@lion/radio-group@0.1.45) (2019-07-25) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index f8a6f6d26..cf49c1a9c 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.45", + "version": "0.1.46", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/fieldset": "^0.1.40" }, "devDependencies": { - "@lion/form": "^0.1.44", + "@lion/form": "^0.1.45", "@lion/radio": "^0.1.41", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 8b0e85d3f..5f68a17bb 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.1.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.2...@lion/select-rich@0.1.3) (2019-07-29) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.1...@lion/select-rich@0.1.2) (2019-07-26) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 0fbb34563..8b2d47b80 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.2", + "version": "0.1.3", "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.0", + "@lion/button": "^0.3.1", "@lion/core": "^0.1.13", "@lion/field": "^0.1.38", "@lion/option": "^0.1.0", @@ -44,7 +44,7 @@ "@lion/validate": "^0.2.22" }, "devDependencies": { - "@lion/form": "^0.1.21", + "@lion/form": "^0.1.45", "@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 64848a2d2..9aef2bb31 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.43](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.42...@lion/textarea@0.1.43) (2019-07-29) + + +### Bug Fixes + +* **textarea:** wait for textarea slot before init autoresize (fix [#203](https://github.com/ing-bank/lion/issues/203)) ([2f2a42a](https://github.com/ing-bank/lion/commit/2f2a42a)) + + + + + ## [0.1.42](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.41...@lion/textarea@0.1.42) (2019-07-25) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index d59704e5a..fbd489698 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.1.42", + "version": "0.1.43", "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 1987089a0..d422fa656 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.27](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.26...@lion/tooltip@0.2.27) (2019-07-29) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.26](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.25...@lion/tooltip@0.2.26) (2019-07-26) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index b76bafc79..255fbd48b 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.26", + "version": "0.2.27", "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.13", "@lion/overlays": "^0.3.11", - "@lion/popup": "^0.2.26" + "@lion/popup": "^0.2.27" }, "devDependencies": { - "@lion/button": "^0.3.0", + "@lion/button": "^0.3.1", "@lion/icon": "^0.2.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6"