From 91dc36b0e149168683193cc65d8d1a1ea1f30dd1 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 6 Dec 2019 09:33:34 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.4.2 - @lion/calendar@0.5.3 - @lion/form-system@0.2.10 - @lion/form@0.3.10 - @lion/input-datepicker@0.6.3 - @lion/popup@0.4.5 - @lion/select-rich@0.8.2 - @lion/switch@0.3.12 --- packages/button/CHANGELOG.md | 8 ++++++++ packages/button/package.json | 4 ++-- packages/calendar/CHANGELOG.md | 8 ++++++++ packages/calendar/package.json | 4 ++-- packages/form-system/CHANGELOG.md | 8 ++++++++ packages/form-system/package.json | 4 ++-- packages/form/CHANGELOG.md | 11 +++++++++++ packages/form/package.json | 2 +- packages/input-datepicker/CHANGELOG.md | 8 ++++++++ packages/input-datepicker/package.json | 6 +++--- packages/popup/CHANGELOG.md | 8 ++++++++ packages/popup/package.json | 4 ++-- packages/select-rich/CHANGELOG.md | 8 ++++++++ packages/select-rich/package.json | 6 +++--- packages/switch/CHANGELOG.md | 8 ++++++++ packages/switch/package.json | 4 ++-- 16 files changed, 84 insertions(+), 17 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 9794bfd8c..9a5b3b5cc 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.4.2](https://github.com/ing-bank/lion/compare/@lion/button@0.4.1...@lion/button@0.4.2) (2019-12-06) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/button@0.4.0...@lion/button@0.4.1) (2019-12-04) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 20315d515..dcb611f02 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.4.1", + "version": "0.4.2", "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.3.0" }, "devDependencies": { - "@lion/form": "0.3.9", + "@lion/form": "0.3.10", "@lion/icon": "0.2.10", "@lion/input": "0.4.0", "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 1cad8f11e..e18b7ddc8 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.5.3](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.2...@lion/calendar@0.5.3) (2019-12-06) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.1...@lion/calendar@0.5.2) (2019-12-06) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index ae8ce0932..b74241672 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.5.2", + "version": "0.5.3", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "0.7.1" }, "devDependencies": { - "@lion/button": "0.4.1", + "@lion/button": "0.4.2", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 3c4f1fa57..c2f5d9aee 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.2.10](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.9...@lion/form-system@0.2.10) (2019-12-06) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.8...@lion/form-system@0.2.9) (2019-12-04) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 0afd268f6..6d35d9fee 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.2.9", + "version": "0.2.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/", @@ -37,7 +37,7 @@ "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/fieldset": "0.5.3", - "@lion/form": "0.3.9", + "@lion/form": "0.3.10", "@lion/input": "0.4.0", "@lion/input-amount": "0.4.0", "@lion/input-date": "0.4.0", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 01d2ee2bf..48d076309 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.3.10](https://github.com/ing-bank/lion/compare/@lion/form@0.3.9...@lion/form@0.3.10) (2019-12-06) + + +### Bug Fixes + +* **form:** event order of reset and submit ([190ba38](https://github.com/ing-bank/lion/commit/190ba3854a6a031f996e77a7c2ee4cbf851fecbb)) + + + + + ## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/form@0.3.8...@lion/form@0.3.9) (2019-12-04) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 7d3c076bf..ac8b55af6 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.3.9", + "version": "0.3.10", "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/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 362d99946..204b440bc 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.6.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.2...@lion/input-datepicker@0.6.3) (2019-12-06) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.1...@lion/input-datepicker@0.6.2) (2019-12-06) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 742a25e32..fcd79b3d4 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.6.2", + "version": "0.6.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/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "0.5.2", + "@lion/calendar": "0.5.3", "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/input-date": "0.4.0", @@ -45,7 +45,7 @@ "@lion/validate": "0.5.2" }, "devDependencies": { - "@lion/button": "0.4.1", + "@lion/button": "0.4.2", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 3d7c856f5..be1fc5038 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.4.5](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.4...@lion/popup@0.4.5) (2019-12-06) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.3...@lion/popup@0.4.4) (2019-12-04) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index a309ba8be..71c262662 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.4.4", + "version": "0.4.5", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "0.8.0" }, "devDependencies": { - "@lion/button": "0.4.1", + "@lion/button": "0.4.2", "@lion/icon": "0.2.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 49898857f..eb03a0b29 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.8.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.1...@lion/select-rich@0.8.2) (2019-12-06) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.0...@lion/select-rich@0.8.1) (2019-12-04) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index a940cbe84..ea9536450 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.8.1", + "version": "0.8.2", "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.4.1", + "@lion/button": "0.4.2", "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/option": "0.3.9", @@ -44,7 +44,7 @@ "@lion/validate": "0.5.2" }, "devDependencies": { - "@lion/form": "0.3.9", + "@lion/form": "0.3.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 41d358dd9..b3ffe2c40 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.12](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.11...@lion/switch@0.3.12) (2019-12-06) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.3.11](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.10...@lion/switch@0.3.11) (2019-12-04) **Note:** Version bump only for package @lion/switch diff --git a/packages/switch/package.json b/packages/switch/package.json index f0c1b5f3d..4a02cffbe 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.3.11", + "version": "0.3.12", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/button": "0.4.1", + "@lion/button": "0.4.2", "@lion/choice-input": "0.4.9", "@lion/core": "0.3.0", "@lion/field": "0.6.8"