chore: release new versions

- @lion/dialog@0.3.2
 - @lion/input-datepicker@0.7.3
 - @lion/overlays@0.10.1
 - @lion/select-rich@0.8.7
 - @lion/tooltip@0.6.2
This commit is contained in:
CircleCI 2019-12-17 08:24:40 +00:00
parent c5cbe4d9d4
commit 118a5610a9
10 changed files with 49 additions and 9 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.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.1...@lion/dialog@0.3.2) (2019-12-17)
**Note:** Version bump only for package @lion/dialog
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.0...@lion/dialog@0.3.1) (2019-12-13) ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.0...@lion/dialog@0.3.1) (2019-12-13)
**Note:** Version bump only for package @lion/dialog **Note:** Version bump only for package @lion/dialog

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/dialog", "name": "@lion/dialog",
"version": "0.3.1", "version": "0.3.2",
"description": "Show relative overlay content on click, as a webcomponent", "description": "Show relative overlay content on click, as a webcomponent",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -31,7 +31,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.3.0", "@lion/core": "0.3.0",
"@lion/overlays": "0.10.0" "@lion/overlays": "0.10.1"
}, },
"devDependencies": { "devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",

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.7.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.2...@lion/input-datepicker@0.7.3) (2019-12-17)
**Note:** Version bump only for package @lion/input-datepicker
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.1...@lion/input-datepicker@0.7.2) (2019-12-16) ## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.1...@lion/input-datepicker@0.7.2) (2019-12-16)
**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.7.2", "version": "0.7.3",
"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/",
@ -41,7 +41,7 @@
"@lion/field": "0.7.0", "@lion/field": "0.7.0",
"@lion/input-date": "0.4.1", "@lion/input-date": "0.4.1",
"@lion/localize": "0.7.1", "@lion/localize": "0.7.1",
"@lion/overlays": "0.10.0", "@lion/overlays": "0.10.1",
"@lion/validate": "0.5.3" "@lion/validate": "0.5.3"
}, },
"devDependencies": { "devDependencies": {

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.10.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.10.0...@lion/overlays@0.10.1) (2019-12-17)
**Note:** Version bump only for package @lion/overlays
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.9.0...@lion/overlays@0.10.0) (2019-12-13) # [0.10.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.9.0...@lion/overlays@0.10.0) (2019-12-13)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/overlays", "name": "@lion/overlays",
"version": "0.10.0", "version": "0.10.1",
"description": "Overlays System using lit-html for rendering", "description": "Overlays System using lit-html for rendering",
"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.8.7](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.6...@lion/select-rich@0.8.7) (2019-12-17)
**Note:** Version bump only for package @lion/select-rich
## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.5...@lion/select-rich@0.8.6) (2019-12-16) ## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.5...@lion/select-rich@0.8.6) (2019-12-16)
**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.8.6", "version": "0.8.7",
"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/",
@ -40,7 +40,7 @@
"@lion/core": "0.3.0", "@lion/core": "0.3.0",
"@lion/field": "0.7.0", "@lion/field": "0.7.0",
"@lion/option": "0.3.10", "@lion/option": "0.3.10",
"@lion/overlays": "0.10.0", "@lion/overlays": "0.10.1",
"@lion/validate": "0.5.3" "@lion/validate": "0.5.3"
}, },
"devDependencies": { "devDependencies": {

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.6.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.6.1...@lion/tooltip@0.6.2) (2019-12-17)
**Note:** Version bump only for package @lion/tooltip
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.6.0...@lion/tooltip@0.6.1) (2019-12-16) ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.6.0...@lion/tooltip@0.6.1) (2019-12-16)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.6.1", "version": "0.6.2",
"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/",
@ -33,7 +33,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.3.0", "@lion/core": "0.3.0",
"@lion/overlays": "0.10.0" "@lion/overlays": "0.10.1"
}, },
"devDependencies": { "devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",