chore: release new versions

- @lion/dialog@0.4.11
 - @lion/form-system@0.6.8
 - @lion/input-datepicker@0.10.3
 - @lion/overlays@0.12.6
 - @lion/select-rich@0.12.4
 - @lion/tooltip@0.8.6
This commit is contained in:
CircleCI 2020-03-20 15:35:39 +00:00
parent e472b64f7b
commit bc768670ea
12 changed files with 63 additions and 12 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.11](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.10...@lion/dialog@0.4.11) (2020-03-20)
**Note:** Version bump only for package @lion/dialog
## [0.4.10](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.9...@lion/dialog@0.4.10) (2020-03-19)
**Note:** Version bump only for package @lion/dialog

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.4.10",
"version": "0.4.11",
"description": "Show relative overlay content on click, as a webcomponent",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
],
"dependencies": {
"@lion/core": "0.4.5",
"@lion/overlays": "0.12.5"
"@lion/overlays": "0.12.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.10.4",

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.6.8](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.7...@lion/form-system@0.6.8) (2020-03-20)
**Note:** Version bump only for package @lion/form-system
## [0.6.7](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.6...@lion/form-system@0.6.7) (2020-03-19)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.6.7",
"version": "0.6.8",
"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/",
@ -41,14 +41,14 @@
"@lion/input": "0.5.19",
"@lion/input-amount": "0.5.19",
"@lion/input-date": "0.5.20",
"@lion/input-datepicker": "0.10.2",
"@lion/input-datepicker": "0.10.3",
"@lion/input-email": "0.6.4",
"@lion/input-iban": "0.6.4",
"@lion/input-range": "0.2.19",
"@lion/localize": "0.8.10",
"@lion/radio-group": "0.8.5",
"@lion/select": "0.5.19",
"@lion/select-rich": "0.12.3",
"@lion/select-rich": "0.12.4",
"@lion/textarea": "0.5.20",
"@lion/validate": "0.8.0",
"@open-wc/demoing-storybook": "^1.10.4",

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.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.10.2...@lion/input-datepicker@0.10.3) (2020-03-20)
**Note:** Version bump only for package @lion/input-datepicker
## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.10.1...@lion/input-datepicker@0.10.2) (2020-03-19)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.10.2",
"version": "0.10.3",
"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/",
@ -43,7 +43,7 @@
"@lion/field": "0.11.4",
"@lion/input-date": "0.5.20",
"@lion/localize": "0.8.10",
"@lion/overlays": "0.12.5",
"@lion/overlays": "0.12.6",
"@lion/validate": "0.8.0",
"@open-wc/scoped-elements": "^0.5.0"
},

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.12.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.5...@lion/overlays@0.12.6) (2020-03-20)
### Bug Fixes
* **overlays:** support backdrop with local overlay ([e472b64](https://github.com/ing-bank/lion/commit/e472b64f7bc7c7c3ecf1e50f3f2b245c36c387f1))
## [0.12.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.4...@lion/overlays@0.12.5) (2020-03-19)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.12.5",
"version": "0.12.6",
"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.12.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.3...@lion/select-rich@0.12.4) (2020-03-20)
**Note:** Version bump only for package @lion/select-rich
## [0.12.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.2...@lion/select-rich@0.12.3) (2020-03-19)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.12.3",
"version": "0.12.4",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -42,7 +42,7 @@
"@lion/choice-input": "0.7.7",
"@lion/core": "0.4.5",
"@lion/field": "0.11.4",
"@lion/overlays": "0.12.5",
"@lion/overlays": "0.12.6",
"@lion/validate": "0.8.0"
},
"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.6](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.5...@lion/tooltip@0.8.6) (2020-03-20)
**Note:** Version bump only for package @lion/tooltip
## [0.8.5](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.4...@lion/tooltip@0.8.5) (2020-03-19)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.8.5",
"version": "0.8.6",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.4.5",
"@lion/overlays": "0.12.5"
"@lion/overlays": "0.12.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.10.4",