chore: release new versions

- @lion/button@0.3.14
 - @lion/calendar@0.1.62
 - @lion/icon@0.2.6
 - @lion/input-datepicker@0.1.66
 - @lion/popup@0.2.42
 - @lion/select-rich@0.1.17
 - @lion/tooltip@0.2.42
This commit is contained in:
CircleCI 2019-09-17 14:48:57 +00:00
parent 5c443349aa
commit d1ae0daf4c
14 changed files with 76 additions and 17 deletions

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.3.14](https://github.com/ing-bank/lion/compare/@lion/button@0.3.13...@lion/button@0.3.14) (2019-09-17)
**Note:** Version bump only for package @lion/button
## [0.3.13](https://github.com/ing-bank/lion/compare/@lion/button@0.3.12...@lion/button@0.3.13) (2019-09-13) ## [0.3.13](https://github.com/ing-bank/lion/compare/@lion/button@0.3.12...@lion/button@0.3.13) (2019-09-13)
**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.3.13", "version": "0.3.14",
"description": "A button that is easily styleable and accessible in all contexts", "description": "A button that is easily styleable 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/",
@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"@lion/form": "^0.1.56", "@lion/form": "^0.1.56",
"@lion/icon": "^0.2.5", "@lion/icon": "^0.2.6",
"@lion/input": "^0.1.50", "@lion/input": "^0.1.50",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6", "@open-wc/testing": "^2.0.6",

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.62](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.61...@lion/calendar@0.1.62) (2019-09-17)
**Note:** Version bump only for package @lion/calendar
## [0.1.61](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.60...@lion/calendar@0.1.61) (2019-09-13) ## [0.1.61](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.60...@lion/calendar@0.1.61) (2019-09-13)
**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.61", "version": "0.1.62",
"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/",
@ -37,7 +37,7 @@
"@lion/localize": "^0.4.14" "@lion/localize": "^0.4.14"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.13", "@lion/button": "^0.3.14",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6", "@open-wc/testing": "^2.0.6",
"sinon": "^7.2.2" "sinon": "^7.2.2"

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.2.6](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.5...@lion/icon@0.2.6) (2019-09-17)
### Bug Fixes
* **icon:** render nothing consistently when svg is null ([4ff7a1e](https://github.com/ing-bank/lion/commit/4ff7a1e))
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.4...@lion/icon@0.2.5) (2019-07-25) ## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.4...@lion/icon@0.2.5) (2019-07-25)
**Note:** Version bump only for package @lion/icon **Note:** Version bump only for package @lion/icon

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/icon", "name": "@lion/icon",
"version": "0.2.5", "version": "0.2.6",
"description": "A web component easily displaying svg icons", "description": "A web component easily displaying svg icons",
"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.66](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.65...@lion/input-datepicker@0.1.66) (2019-09-17)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.64...@lion/input-datepicker@0.1.65) (2019-09-13) ## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.64...@lion/input-datepicker@0.1.65) (2019-09-13)
**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.65", "version": "0.1.66",
"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/",
@ -36,7 +36,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "^0.1.61", "@lion/calendar": "^0.1.62",
"@lion/core": "^0.1.13", "@lion/core": "^0.1.13",
"@lion/field": "^0.2.3", "@lion/field": "^0.2.3",
"@lion/input-date": "^0.1.51", "@lion/input-date": "^0.1.51",
@ -45,7 +45,7 @@
"@lion/validate": "^0.2.29" "@lion/validate": "^0.2.29"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.13", "@lion/button": "^0.3.14",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6", "@open-wc/testing": "^2.0.6",
"@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.2.42](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.41...@lion/popup@0.2.42) (2019-09-17)
**Note:** Version bump only for package @lion/popup
## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.40...@lion/popup@0.2.41) (2019-09-13) ## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.40...@lion/popup@0.2.41) (2019-09-13)
**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.2.41", "version": "0.2.42",
"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,8 +36,8 @@
"@lion/overlays": "^0.3.12" "@lion/overlays": "^0.3.12"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.13", "@lion/button": "^0.3.14",
"@lion/icon": "^0.2.5", "@lion/icon": "^0.2.6",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6" "@open-wc/testing": "^2.0.6"
} }

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.17](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.16...@lion/select-rich@0.1.17) (2019-09-17)
**Note:** Version bump only for package @lion/select-rich
## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.15...@lion/select-rich@0.1.16) (2019-09-13) ## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.15...@lion/select-rich@0.1.16) (2019-09-13)
**Note:** Version bump only for package @lion/select-rich **Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.1.16", "version": "0.1.17",
"description": "Provides a select with options that can contain html", "description": "Provides a select with options that can contain html",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/button": "^0.3.13", "@lion/button": "^0.3.14",
"@lion/core": "^0.1.13", "@lion/core": "^0.1.13",
"@lion/field": "^0.2.3", "@lion/field": "^0.2.3",
"@lion/option": "^0.1.10", "@lion/option": "^0.1.10",

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.2.42](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.41...@lion/tooltip@0.2.42) (2019-09-17)
**Note:** Version bump only for package @lion/tooltip
## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.40...@lion/tooltip@0.2.41) (2019-09-13) ## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.40...@lion/tooltip@0.2.41) (2019-09-13)
**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.2.41", "version": "0.2.42",
"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/",
@ -34,11 +34,11 @@
"dependencies": { "dependencies": {
"@lion/core": "^0.1.13", "@lion/core": "^0.1.13",
"@lion/overlays": "^0.3.12", "@lion/overlays": "^0.3.12",
"@lion/popup": "^0.2.41" "@lion/popup": "^0.2.42"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.13", "@lion/button": "^0.3.14",
"@lion/icon": "^0.2.5", "@lion/icon": "^0.2.6",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6" "@open-wc/testing": "^2.0.6"
} }