From 9412d6a44f05a57e7c001647c104c8c81083a954 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 12 Jul 2019 14:36:34 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.1.34 - @lion/calendar@0.1.30 - @lion/input-datepicker@0.1.31 - @lion/popup@0.2.8 - @lion/tooltip@0.2.8 --- packages/button/CHANGELOG.md | 14 ++++++++++++++ packages/button/package.json | 2 +- packages/calendar/CHANGELOG.md | 8 ++++++++ packages/calendar/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/tooltip/CHANGELOG.md | 8 ++++++++ packages/tooltip/package.json | 6 +++--- 10 files changed, 57 insertions(+), 11 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index dc023a0ba..869fb4266 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.34](https://github.com/ing-bank/lion/compare/@lion/button@0.1.33...@lion/button@0.1.34) (2019-07-12) + + +### Bug Fixes + +* **button:** make redispatch method protected ([b7eb537](https://github.com/ing-bank/lion/commit/b7eb537)) +* **button:** put host element into click event target (fix [#89](https://github.com/ing-bank/lion/issues/89)) ([59e456e](https://github.com/ing-bank/lion/commit/59e456e)) +* **button:** redispatch click event with all original properties ([b71177f](https://github.com/ing-bank/lion/commit/b71177f)) +* **button:** remove unnecessary instance method bind ([4a8c6eb](https://github.com/ing-bank/lion/commit/4a8c6eb)) + + + + + ## [0.1.33](https://github.com/ing-bank/lion/compare/@lion/button@0.1.32...@lion/button@0.1.33) (2019-07-09) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 7516e4b5b..e0d17887d 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.33", + "version": "0.1.34", "description": "A button that is easily stylable 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 65881411d..4afbd8dbf 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.30](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.29...@lion/calendar@0.1.30) (2019-07-12) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.29](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.28...@lion/calendar@0.1.29) (2019-07-09) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index b7bd69710..a890066b9 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.29", + "version": "0.1.30", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.2" }, "devDependencies": { - "@lion/button": "^0.1.33", + "@lion/button": "^0.1.34", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "sinon": "^7.2.2" diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 905c245a5..a2684ec3a 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.31](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.30...@lion/input-datepicker@0.1.31) (2019-07-12) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.30](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.29...@lion/input-datepicker@0.1.30) (2019-07-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 a81690bad..782e6a0d3 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.30", + "version": "0.1.31", "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.29", + "@lion/calendar": "^0.1.30", "@lion/core": "^0.1.9", "@lion/input-date": "^0.1.27", "@lion/localize": "^0.4.2", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.12" }, "devDependencies": { - "@lion/button": "^0.1.33", + "@lion/button": "^0.1.34", "@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 d2f60c220..731012b0d 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.8](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.7...@lion/popup@0.2.8) (2019-07-12) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.6...@lion/popup@0.2.7) (2019-07-09) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 9151bd0fd..14e446810 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.7", + "version": "0.2.8", "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.2" }, "devDependencies": { - "@lion/button": "^0.1.33", + "@lion/button": "^0.1.34", "@lion/icon": "^0.2.1", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 36686ea66..816d3fd66 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.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.7...@lion/tooltip@0.2.8) (2019-07-12) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.6...@lion/tooltip@0.2.7) (2019-07-09) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 63eb5d1ed..2a3330bdc 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.7", + "version": "0.2.8", "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.2", - "@lion/popup": "^0.2.7" + "@lion/popup": "^0.2.8" }, "devDependencies": { - "@lion/button": "^0.1.33", + "@lion/button": "^0.1.34", "@lion/icon": "^0.2.1", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5"