From a993f8e33f646cf250cc8b11d684c8c6f9486341 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 10 Oct 2019 15:21:46 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.3.23 - @lion/calendar@0.2.0 - @lion/input-datepicker@0.2.0 - @lion/option@0.2.0 - @lion/overlays@0.6.0 - @lion/popup@0.3.0 - @lion/select-rich@0.3.0 - @lion/tooltip@0.3.0 --- packages/button/CHANGELOG.md | 11 +++++++++++ packages/button/package.json | 2 +- packages/calendar/CHANGELOG.md | 11 +++++++++++ packages/calendar/package.json | 4 ++-- packages/input-datepicker/CHANGELOG.md | 11 +++++++++++ packages/input-datepicker/package.json | 8 ++++---- packages/option/CHANGELOG.md | 11 +++++++++++ packages/option/package.json | 2 +- packages/overlays/CHANGELOG.md | 11 +++++++++++ packages/overlays/package.json | 2 +- packages/popup/CHANGELOG.md | 11 +++++++++++ packages/popup/package.json | 6 +++--- packages/select-rich/CHANGELOG.md | 11 +++++++++++ packages/select-rich/package.json | 8 ++++---- packages/tooltip/CHANGELOG.md | 11 +++++++++++ packages/tooltip/package.json | 8 ++++---- 16 files changed, 108 insertions(+), 20 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 442fd219d..ab0876555 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/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.23](https://github.com/ing-bank/lion/compare/@lion/button@0.3.22...@lion/button@0.3.23) (2019-10-10) + + +### Bug Fixes + +* **button:** guard against _nativeButton not defined ([1a22c9b](https://github.com/ing-bank/lion/commit/1a22c9b)) + + + + + ## [0.3.22](https://github.com/ing-bank/lion/compare/@lion/button@0.3.21...@lion/button@0.3.22) (2019-10-09) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 003e98651..d74a5eded 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.22", + "version": "0.3.23", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index ee5eb2b85..16b8449ac 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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.2.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.71...@lion/calendar@0.2.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.1.71](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.70...@lion/calendar@0.1.71) (2019-10-09) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 4cd0370ab..a83261a5c 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.71", + "version": "0.2.0", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "^0.4.19" }, "devDependencies": { - "@lion/button": "^0.3.22", + "@lion/button": "^0.3.23", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 57fa33ef1..39bb7f359 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/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.2.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.77...@lion/input-datepicker@0.2.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.1.77](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.76...@lion/input-datepicker@0.1.77) (2019-10-09) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index fce1ef956..dadadfd4a 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.77", + "version": "0.2.0", "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,16 +36,16 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.71", + "@lion/calendar": "^0.2.0", "@lion/core": "^0.2.0", "@lion/field": "^0.2.10", "@lion/input-date": "^0.1.58", "@lion/localize": "^0.4.19", - "@lion/overlays": "^0.5.1", + "@lion/overlays": "^0.6.0", "@lion/validate": "^0.2.35" }, "devDependencies": { - "@lion/button": "^0.3.22", + "@lion/button": "^0.3.23", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/option/CHANGELOG.md b/packages/option/CHANGELOG.md index 41b3e9655..37b31b1e2 100644 --- a/packages/option/CHANGELOG.md +++ b/packages/option/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.2.0](https://github.com/ing-bank/lion/compare/@lion/option@0.1.17...@lion/option@0.2.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/option@0.1.16...@lion/option@0.1.17) (2019-10-09) **Note:** Version bump only for package @lion/option diff --git a/packages/option/package.json b/packages/option/package.json index 7f467fb60..a1d8da795 100644 --- a/packages/option/package.json +++ b/packages/option/package.json @@ -1,6 +1,6 @@ { "name": "@lion/option", - "version": "0.1.17", + "version": "0.2.0", "description": "Allows to provide options for a rich select", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 0910fe4a7..80425425b 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/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.6.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.1...@lion/overlays@0.6.0) (2019-10-10) + + +### Features + +* **overlays:** release new overlay system ([364f185](https://github.com/ing-bank/lion/commit/364f185)) + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.0...@lion/overlays@0.5.1) (2019-09-27) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index f4dccb579..d5a146987 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.5.1", + "version": "0.6.0", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 24957165d..38f4cc930 100644 --- a/packages/popup/CHANGELOG.md +++ b/packages/popup/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.0](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.52...@lion/popup@0.3.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.51...@lion/popup@0.2.52) (2019-10-09) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index e1fde6fce..7a417a10b 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.52", + "version": "0.3.0", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,10 +33,10 @@ ], "dependencies": { "@lion/core": "^0.2.0", - "@lion/overlays": "^0.5.1" + "@lion/overlays": "^0.6.0" }, "devDependencies": { - "@lion/button": "^0.3.22", + "@lion/button": "^0.3.23", "@lion/icon": "^0.2.7", "@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 e55070595..c3dc1c0f1 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.5...@lion/select-rich@0.3.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.4...@lion/select-rich@0.2.5) (2019-10-09) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index cc0c004f5..0b4531dae 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.2.5", + "version": "0.3.0", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,11 +36,11 @@ "*.js" ], "dependencies": { - "@lion/button": "^0.3.22", + "@lion/button": "^0.3.23", "@lion/core": "^0.2.0", "@lion/field": "^0.2.10", - "@lion/option": "^0.1.17", - "@lion/overlays": "^0.5.1", + "@lion/option": "^0.2.0", + "@lion/overlays": "^0.6.0", "@lion/validate": "^0.2.35" }, "devDependencies": { diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 8328521bc..fd3688e89 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.52...@lion/tooltip@0.3.0) (2019-10-10) + + +### Features + +* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef)) + + + + + ## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.51...@lion/tooltip@0.2.52) (2019-10-09) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index d9329ce27..603efda8c 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.52", + "version": "0.3.0", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,11 +33,11 @@ ], "dependencies": { "@lion/core": "^0.2.0", - "@lion/overlays": "^0.5.1", - "@lion/popup": "^0.2.52" + "@lion/overlays": "^0.6.0", + "@lion/popup": "^0.3.0" }, "devDependencies": { - "@lion/button": "^0.3.22", + "@lion/button": "^0.3.23", "@lion/icon": "^0.2.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4"