chore: release new versions

- @lion/button@0.1.23
 - @lion/calendar@0.1.19
 - @lion/input-datepicker@0.1.16
 - @lion/popup@0.1.23
 - @lion/tooltip@0.1.23
This commit is contained in:
CircleCI 2019-06-13 15:35:08 +00:00
parent 285bd11775
commit 5258296a25
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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.23](https://github.com/ing-bank/lion/compare/@lion/button@0.1.22...@lion/button@0.1.23) (2019-06-13)
### Bug Fixes
* **button:** indicate visually the active state on enter/space ([d809890](https://github.com/ing-bank/lion/commit/d809890))
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/button@0.1.21...@lion/button@0.1.22) (2019-06-06) ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/button@0.1.21...@lion/button@0.1.22) (2019-06-06)
**Note:** Version bump only for package @lion/button **Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/button", "name": "@lion/button",
"version": "0.1.22", "version": "0.1.23",
"description": "A button that is easily stylable and accessible in all contexts", "description": "A button that is easily stylable and accessible in all contexts",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.18...@lion/calendar@0.1.19) (2019-06-13)
**Note:** Version bump only for package @lion/calendar
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.17...@lion/calendar@0.1.18) (2019-06-06) ## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.17...@lion/calendar@0.1.18) (2019-06-06)
**Note:** Version bump only for package @lion/calendar **Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/calendar", "name": "@lion/calendar",
"version": "0.1.18", "version": "0.1.19",
"description": "Standalone calendar", "description": "Standalone calendar",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/localize": "^0.4.0" "@lion/localize": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.1.22", "@lion/button": "^0.1.23",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5", "@open-wc/testing": "^0.12.5",
"sinon": "^7.2.2" "sinon": "^7.2.2"

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.15...@lion/input-datepicker@0.1.16) (2019-06-13)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.14...@lion/input-datepicker@0.1.15) (2019-06-06) ## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.14...@lion/input-datepicker@0.1.15) (2019-06-06)
**Note:** Version bump only for package @lion/input-datepicker **Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "name": "@lion/input-datepicker",
"version": "0.1.15", "version": "0.1.16",
"description": "Provide a way for users to fill in a date via a calendar overlay", "description": "Provide a way for users to fill in a date via a calendar overlay",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -35,7 +35,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "^0.1.18", "@lion/calendar": "^0.1.19",
"@lion/core": "^0.1.9", "@lion/core": "^0.1.9",
"@lion/input-date": "^0.1.19", "@lion/input-date": "^0.1.19",
"@lion/localize": "^0.4.0", "@lion/localize": "^0.4.0",
@ -43,7 +43,7 @@
"@lion/validate": "^0.2.7" "@lion/validate": "^0.2.7"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.1.22", "@lion/button": "^0.1.23",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5", "@open-wc/testing": "^0.12.5",
"@polymer/iron-test-helpers": "^3.0.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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.23](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.22...@lion/popup@0.1.23) (2019-06-13)
**Note:** Version bump only for package @lion/popup
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.21...@lion/popup@0.1.22) (2019-06-06) ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.21...@lion/popup@0.1.22) (2019-06-06)
**Note:** Version bump only for package @lion/popup **Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/popup", "name": "@lion/popup",
"version": "0.1.22", "version": "0.1.23",
"description": "Show relative overlay content on click", "description": "Show relative overlay content on click",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/overlays": "^0.2.5" "@lion/overlays": "^0.2.5"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.1.22", "@lion/button": "^0.1.23",
"@lion/icon": "^0.1.9", "@lion/icon": "^0.1.9",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5" "@open-wc/testing": "^0.12.5"

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.23](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.22...@lion/tooltip@0.1.23) (2019-06-13)
**Note:** Version bump only for package @lion/tooltip
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.21...@lion/tooltip@0.1.22) (2019-06-06) ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.21...@lion/tooltip@0.1.22) (2019-06-06)
**Note:** Version bump only for package @lion/tooltip **Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.1.22", "version": "0.1.23",
"description": "Show relative overlay content on hover", "description": "Show relative overlay content on hover",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/overlays": "^0.2.5" "@lion/overlays": "^0.2.5"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.1.22", "@lion/button": "^0.1.23",
"@lion/icon": "^0.1.9", "@lion/icon": "^0.1.9",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5" "@open-wc/testing": "^0.12.5"