chore: release new versions

- @lion/button@0.3.18
 - @lion/calendar@0.1.66
 - @lion/input-datepicker@0.1.70
 - @lion/popup@0.2.46
 - @lion/select-rich@0.1.21
 - @lion/tooltip@0.2.46
This commit is contained in:
CircleCI 2019-09-26 08:41:20 +00:00
parent cd4f196db5
commit 3c6780bfa2
12 changed files with 65 additions and 13 deletions

View file

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.18](https://github.com/ing-bank/lion/compare/@lion/button@0.3.17...@lion/button@0.3.18) (2019-09-26)
### Bug Fixes
* **button:** change redispatch click logic so form submit fires properly ([94818e4](https://github.com/ing-bank/lion/commit/94818e4))
* **button:** fix implicit form submission IE11 due to visibility hidden ([a5752fc](https://github.com/ing-bank/lion/commit/a5752fc))
## [0.3.17](https://github.com/ing-bank/lion/compare/@lion/button@0.3.16...@lion/button@0.3.17) (2019-09-25)
**Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.3.17",
"version": "0.3.18",
"description": "A button that is easily styleable 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.66](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.65...@lion/calendar@0.1.66) (2019-09-26)
**Note:** Version bump only for package @lion/calendar
## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.64...@lion/calendar@0.1.65) (2019-09-25)
**Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.1.65",
"version": "0.1.66",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -37,7 +37,7 @@
"@lion/localize": "^0.4.16"
},
"devDependencies": {
"@lion/button": "^0.3.17",
"@lion/button": "^0.3.18",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"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.70](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.69...@lion/input-datepicker@0.1.70) (2019-09-26)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.69](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.68...@lion/input-datepicker@0.1.69) (2019-09-25)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.69",
"version": "0.1.70",
"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.1.65",
"@lion/calendar": "^0.1.66",
"@lion/core": "^0.2.0",
"@lion/field": "^0.2.6",
"@lion/input-date": "^0.1.54",
@ -45,7 +45,7 @@
"@lion/validate": "^0.2.31"
},
"devDependencies": {
"@lion/button": "^0.3.17",
"@lion/button": "^0.3.18",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"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.2.46](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.45...@lion/popup@0.2.46) (2019-09-26)
**Note:** Version bump only for package @lion/popup
## [0.2.45](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.44...@lion/popup@0.2.45) (2019-09-25)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.2.45",
"version": "0.2.46",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/overlays": "^0.4.0"
},
"devDependencies": {
"@lion/button": "^0.3.17",
"@lion/button": "^0.3.18",
"@lion/icon": "^0.2.7",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4"

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.21](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.20...@lion/select-rich@0.1.21) (2019-09-26)
**Note:** Version bump only for package @lion/select-rich
## [0.1.20](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.19...@lion/select-rich@0.1.20) (2019-09-25)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.1.20",
"version": "0.1.21",
"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.17",
"@lion/button": "^0.3.18",
"@lion/core": "^0.2.0",
"@lion/field": "^0.2.6",
"@lion/option": "^0.1.13",

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.46](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.45...@lion/tooltip@0.2.46) (2019-09-26)
**Note:** Version bump only for package @lion/tooltip
## [0.2.45](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.44...@lion/tooltip@0.2.45) (2019-09-25)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.2.45",
"version": "0.2.46",
"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.2.0",
"@lion/overlays": "^0.4.0",
"@lion/popup": "^0.2.45"
"@lion/popup": "^0.2.46"
},
"devDependencies": {
"@lion/button": "^0.3.17",
"@lion/button": "^0.3.18",
"@lion/icon": "^0.2.7",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4"