chore: release new versions

- @lion/input-datepicker@0.1.72
 - @lion/overlays@0.5.0
 - @lion/popup@0.2.47
 - @lion/select-rich@0.2.0
 - @lion/tooltip@0.2.47
This commit is contained in:
CircleCI 2019-09-26 14:09:50 +00:00
parent b3741aa2fd
commit 6cdd15d689
10 changed files with 56 additions and 10 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.72](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.71...@lion/input-datepicker@0.1.72) (2019-09-26)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.71](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.70...@lion/input-datepicker@0.1.71) (2019-09-26)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.71",
"version": "0.1.72",
"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/",
@ -41,7 +41,7 @@
"@lion/field": "^0.2.6",
"@lion/input-date": "^0.1.54",
"@lion/localize": "^0.4.16",
"@lion/overlays": "^0.4.0",
"@lion/overlays": "^0.5.0",
"@lion/validate": "^0.2.31"
},
"devDependencies": {

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.5.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.4.0...@lion/overlays@0.5.0) (2019-09-26)
### Features
* **overlays:** delegate events in DynamicOverlayController ([20037ba](https://github.com/ing-bank/lion/commit/20037ba))
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.12...@lion/overlays@0.4.0) (2019-09-25)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.4.0",
"version": "0.5.0",
"description": "Overlays System using lit-html for rendering",
"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.2.47](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.46...@lion/popup@0.2.47) (2019-09-26)
**Note:** Version bump only for package @lion/popup
## [0.2.46](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.45...@lion/popup@0.2.46) (2019-09-26)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.2.46",
"version": "0.2.47",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
],
"dependencies": {
"@lion/core": "^0.2.0",
"@lion/overlays": "^0.4.0"
"@lion/overlays": "^0.5.0"
},
"devDependencies": {
"@lion/button": "^0.3.18",

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/select-rich@0.1.21...@lion/select-rich@0.2.0) (2019-09-26)
### Features
* **select-rich:** provide generic mechanism for overrifing overlay type ([ac33804](https://github.com/ing-bank/lion/commit/ac33804))
## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.20...@lion/select-rich@0.1.21) (2019-09-26)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.1.21",
"version": "0.2.0",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -40,7 +40,7 @@
"@lion/core": "^0.2.0",
"@lion/field": "^0.2.6",
"@lion/option": "^0.1.13",
"@lion/overlays": "^0.4.0",
"@lion/overlays": "^0.5.0",
"@lion/validate": "^0.2.31"
},
"devDependencies": {

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.47](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.46...@lion/tooltip@0.2.47) (2019-09-26)
**Note:** Version bump only for package @lion/tooltip
## [0.2.46](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.45...@lion/tooltip@0.2.46) (2019-09-26)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.2.46",
"version": "0.2.47",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,8 +33,8 @@
],
"dependencies": {
"@lion/core": "^0.2.0",
"@lion/overlays": "^0.4.0",
"@lion/popup": "^0.2.46"
"@lion/overlays": "^0.5.0",
"@lion/popup": "^0.2.47"
},
"devDependencies": {
"@lion/button": "^0.3.18",