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
This commit is contained in:
CircleCI 2019-07-12 14:36:34 +00:00
parent a2634b58bf
commit 9412d6a44f
10 changed files with 57 additions and 11 deletions

View file

@ -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

View file

@ -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/",

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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"