chore: release new versions

- @lion/button@0.1.28
 - @lion/calendar@0.1.24
 - @lion/icon@0.1.10
 - @lion/input-datepicker@0.1.22
 - @lion/popup@0.1.29
 - @lion/tooltip@0.1.29
This commit is contained in:
CircleCI 2019-06-27 16:24:57 +00:00
parent 6cf6f3493b
commit 224cfde978
12 changed files with 67 additions and 14 deletions

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.28](https://github.com/ing-bank/lion/compare/@lion/button@0.1.27...@lion/button@0.1.28) (2019-06-27)
**Note:** Version bump only for package @lion/button
## [0.1.27](https://github.com/ing-bank/lion/compare/@lion/button@0.1.26...@lion/button@0.1.27) (2019-06-27)
**Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.1.27",
"version": "0.1.28",
"description": "A button that is easily stylable and accessible in all contexts",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
},
"devDependencies": {
"@lion/form": "^0.1.25",
"@lion/icon": "^0.1.9",
"@lion/icon": "^0.1.10",
"@lion/input": "^0.1.23",
"@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.1.24](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.23...@lion/calendar@0.1.24) (2019-06-27)
**Note:** Version bump only for package @lion/calendar
## [0.1.23](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.22...@lion/calendar@0.1.23) (2019-06-27)
**Note:** Version bump only for package @lion/calendar

View file

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

View file

@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.9...@lion/icon@0.1.10) (2019-06-27)
### Bug Fixes
* **icon:** refactor icon to not use 'until' hack and use get/set ([675fc61](https://github.com/ing-bank/lion/commit/675fc61))
* **icon:** render nothing consistently when svg is undefined ([c62d335](https://github.com/ing-bank/lion/commit/c62d335))
* **icon:** use LitElement ([bd5f51e](https://github.com/ing-bank/lion/commit/bd5f51e))
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.8...@lion/icon@0.1.9) (2019-05-29)
**Note:** Version bump only for package @lion/icon

View file

@ -1,6 +1,6 @@
{
"name": "@lion/icon",
"version": "0.1.9",
"version": "0.1.10",
"description": "A web component easily displaying svg icons",
"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.22](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.21...@lion/input-datepicker@0.1.22) (2019-06-27)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.20...@lion/input-datepicker@0.1.21) (2019-06-27)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.21",
"version": "0.1.22",
"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.23",
"@lion/calendar": "^0.1.24",
"@lion/core": "^0.1.9",
"@lion/input-date": "^0.1.23",
"@lion/localize": "^0.4.1",
@ -43,7 +43,7 @@
"@lion/validate": "^0.2.10"
},
"devDependencies": {
"@lion/button": "^0.1.27",
"@lion/button": "^0.1.28",
"@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.1.29](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.28...@lion/popup@0.1.29) (2019-06-27)
**Note:** Version bump only for package @lion/popup
## [0.1.28](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.27...@lion/popup@0.1.28) (2019-06-27)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.1.28",
"version": "0.1.29",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,8 +36,8 @@
"@lion/overlays": "^0.2.7"
},
"devDependencies": {
"@lion/button": "^0.1.27",
"@lion/icon": "^0.1.9",
"@lion/button": "^0.1.28",
"@lion/icon": "^0.1.10",
"@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.1.29](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.28...@lion/tooltip@0.1.29) (2019-06-27)
**Note:** Version bump only for package @lion/tooltip
## [0.1.28](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.27...@lion/tooltip@0.1.28) (2019-06-27)
**Note:** Version bump only for package @lion/tooltip

View file

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