chore: release new versions

- @lion/button@0.1.11
 - @lion/calendar@0.1.4
 - @lion/input-datepicker@0.1.1
 - @lion/popup@0.1.11
 - @lion/tooltip@0.1.11
This commit is contained in:
CircleCI 2019-05-16 11:17:30 +00:00
parent 76ccb94435
commit 71dcc549d2
10 changed files with 53 additions and 10 deletions

View file

@ -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.1.11](https://github.com/ing-bank/lion/compare/@lion/button@0.1.10...@lion/button@0.1.11) (2019-05-16)
### Bug Fixes
* **button:** do not override user provided tabindex ([76ccb94](https://github.com/ing-bank/lion/commit/76ccb94))
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/button@0.1.9...@lion/button@0.1.10) (2019-05-16)
**Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.1.10",
"version": "0.1.11",
"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.4](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.3...@lion/calendar@0.1.4) (2019-05-16)
**Note:** Version bump only for package @lion/calendar
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.2...@lion/calendar@0.1.3) (2019-05-16)
**Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.1.3",
"version": "0.1.4",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -35,7 +35,7 @@
"@lion/localize": "^0.3.0"
},
"devDependencies": {
"@lion/button": "^0.1.10",
"@lion/button": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"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.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.0...@lion/input-datepicker@0.1.1) (2019-05-16)
**Note:** Version bump only for package @lion/input-datepicker
# 0.1.0 (2019-05-16)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.0",
"version": "0.1.1",
"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/",
@ -33,7 +33,7 @@
"*.js"
],
"dependencies": {
"@lion/calendar": "^0.1.3",
"@lion/calendar": "^0.1.4",
"@lion/core": "^0.1.3",
"@lion/input-date": "^0.1.9",
"@lion/localize": "^0.1.6",
@ -41,7 +41,7 @@
"@lion/validate": "^0.2.0"
},
"devDependencies": {
"@lion/button": "^0.1.10",
"@lion/button": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"@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.1.11](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.10...@lion/popup@0.1.11) (2019-05-16)
**Note:** Version bump only for package @lion/popup
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.9...@lion/popup@0.1.10) (2019-05-16)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.1.10",
"version": "0.1.11",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -34,7 +34,7 @@
"@lion/overlays": "^0.2.0"
},
"devDependencies": {
"@lion/button": "^0.1.10",
"@lion/button": "^0.1.11",
"@lion/icon": "^0.1.4",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.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.1.11](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.10...@lion/tooltip@0.1.11) (2019-05-16)
**Note:** Version bump only for package @lion/tooltip
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.9...@lion/tooltip@0.1.10) (2019-05-16)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.1.10",
"version": "0.1.11",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -34,7 +34,7 @@
"@lion/overlays": "^0.2.0"
},
"devDependencies": {
"@lion/button": "^0.1.10",
"@lion/button": "^0.1.11",
"@lion/icon": "^0.1.4",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"