chore: release new versions

- @lion/dialog@0.4.5
 - @lion/form-system@0.4.4
 - @lion/input-datepicker@0.8.15
 - @lion/overlays@0.12.1
 - @lion/select-rich@0.10.2
 - @lion/tooltip@0.8.1
This commit is contained in:
CircleCI 2020-02-13 16:08:28 +00:00
parent e655435f43
commit 19c6961c2b
12 changed files with 59 additions and 11 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.4.5](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.4...@lion/dialog@0.4.5) (2020-02-13)
**Note:** Version bump only for package @lion/dialog
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.3...@lion/dialog@0.4.4) (2020-02-06)
**Note:** Version bump only for package @lion/dialog

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.4.4",
"version": "0.4.5",
"description": "Show relative overlay content on click, as a webcomponent",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -31,7 +31,7 @@
],
"dependencies": {
"@lion/core": "0.4.3",
"@lion/overlays": "0.12.0"
"@lion/overlays": "0.12.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",

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.4.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.3...@lion/form-system@0.4.4) (2020-02-13)
**Note:** Version bump only for package @lion/form-system
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.2...@lion/form-system@0.4.3) (2020-02-10)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.4.3",
"version": "0.4.4",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -49,7 +49,7 @@
"@lion/radio": "0.4.1",
"@lion/radio-group": "0.6.2",
"@lion/select": "0.5.11",
"@lion/select-rich": "0.10.1",
"@lion/select-rich": "0.10.2",
"@lion/textarea": "0.5.12",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",

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.8.15](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.14...@lion/input-datepicker@0.8.15) (2020-02-13)
**Note:** Version bump only for package @lion/input-datepicker
## [0.8.14](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.13...@lion/input-datepicker@0.8.14) (2020-02-10)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.8.14",
"version": "0.8.15",
"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.9.1",
"@lion/input-date": "0.5.11",
"@lion/localize": "0.8.6",
"@lion/overlays": "0.12.0",
"@lion/overlays": "0.12.1",
"@lion/validate": "0.6.6"
},
"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.12.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.0...@lion/overlays@0.12.1) (2020-02-13)
**Note:** Version bump only for package @lion/overlays
# [0.12.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.3...@lion/overlays@0.12.0) (2020-02-06)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.12.0",
"version": "0.12.1",
"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.10.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.1...@lion/select-rich@0.10.2) (2020-02-13)
**Note:** Version bump only for package @lion/select-rich
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.0...@lion/select-rich@0.10.1) (2020-02-10)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.10.1",
"version": "0.10.2",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -41,7 +41,7 @@
"@lion/core": "0.4.3",
"@lion/field": "0.9.1",
"@lion/option": "0.5.1",
"@lion/overlays": "0.12.0",
"@lion/overlays": "0.12.1",
"@lion/validate": "0.6.6"
},
"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.8.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.0...@lion/tooltip@0.8.1) (2020-02-13)
**Note:** Version bump only for package @lion/tooltip
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.3...@lion/tooltip@0.8.0) (2020-02-06)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.8.0",
"version": "0.8.1",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
],
"dependencies": {
"@lion/core": "0.4.3",
"@lion/overlays": "0.12.0"
"@lion/overlays": "0.12.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",