chore: release new versions

- @lion/button@0.1.29
 - @lion/calendar@0.1.25
 - @lion/icon@0.2.0
 - @lion/input-datepicker@0.1.25
 - @lion/popup@0.2.2
 - @lion/tooltip@0.2.2
This commit is contained in:
CircleCI 2019-07-01 16:20:05 +00:00
parent 733519041d
commit efe05b2869
12 changed files with 66 additions and 15 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.29](https://github.com/ing-bank/lion/compare/@lion/button@0.1.28...@lion/button@0.1.29) (2019-07-01)
**Note:** Version bump only for package @lion/button
## [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

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.1.28",
"version": "0.1.29",
"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.10",
"@lion/icon": "^0.2.0",
"@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.25](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.24...@lion/calendar@0.1.25) (2019-07-01)
**Note:** Version bump only for package @lion/calendar
## [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

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.1.24",
"version": "0.1.25",
"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.28",
"@lion/button": "^0.1.29",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5",
"sinon": "^7.2.2"

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.2.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.10...@lion/icon@0.2.0) (2019-07-01)
### Features
* **icon:** enforce icon security using tagged templates ([a6b0780](https://github.com/ing-bank/lion/commit/a6b0780))
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.9...@lion/icon@0.1.10) (2019-06-27)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/icon",
"version": "0.1.10",
"version": "0.2.0",
"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.25](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.24...@lion/input-datepicker@0.1.25) (2019-07-01)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.24](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.23...@lion/input-datepicker@0.1.24) (2019-07-01)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.24",
"version": "0.1.25",
"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.24",
"@lion/calendar": "^0.1.25",
"@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.28",
"@lion/button": "^0.1.29",
"@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.2](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.1...@lion/popup@0.2.2) (2019-07-01)
**Note:** Version bump only for package @lion/popup
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.0...@lion/popup@0.2.1) (2019-07-01)
**Note:** Version bump only for package @lion/popup

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.2.1",
"version": "0.2.2",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -34,11 +34,11 @@
"dependencies": {
"@lion/core": "^0.1.9",
"@lion/overlays": "^0.3.1",
"@lion/popup": "^0.2.1"
"@lion/popup": "^0.2.2"
},
"devDependencies": {
"@lion/button": "^0.1.28",
"@lion/icon": "^0.1.10",
"@lion/button": "^0.1.29",
"@lion/icon": "^0.2.0",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5"
}