chore: release new versions

- @lion/dialog@0.4.16
 - @lion/form-system@0.7.5
 - @lion/input-datepicker@0.11.4
 - @lion/overlays@0.13.1
 - @lion/select-rich@0.15.1
 - @lion/tooltip@0.8.11
This commit is contained in:
CircleCI 2020-04-15 10:23:50 +00:00
parent 106cec1706
commit 1612d475d6
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. 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.4.16](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.15...@lion/dialog@0.4.16) (2020-04-15)
**Note:** Version bump only for package @lion/dialog
## [0.4.15](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.14...@lion/dialog@0.4.15) (2020-04-07) ## [0.4.15](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.14...@lion/dialog@0.4.15) (2020-04-07)
**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.4.15", "version": "0.4.16",
"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/",
@ -33,6 +33,6 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.5.1", "@lion/core": "0.5.1",
"@lion/overlays": "0.13.0" "@lion/overlays": "0.13.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.7.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.4...@lion/form-system@0.7.5) (2020-04-15)
**Note:** Version bump only for package @lion/form-system
## [0.7.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.3...@lion/form-system@0.7.4) (2020-04-14) ## [0.7.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.3...@lion/form-system@0.7.4) (2020-04-14)
**Note:** Version bump only for package @lion/form-system **Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-system", "name": "@lion/form-system",
"version": "0.7.4", "version": "0.7.5",
"description": "The Form System allows you to create complex forms with various validation in an easy way", "description": "The Form System allows you to create complex forms with various validation in an easy way",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -41,14 +41,14 @@
"@lion/input": "0.5.21", "@lion/input": "0.5.21",
"@lion/input-amount": "0.5.21", "@lion/input-amount": "0.5.21",
"@lion/input-date": "0.5.22", "@lion/input-date": "0.5.22",
"@lion/input-datepicker": "0.11.3", "@lion/input-datepicker": "0.11.4",
"@lion/input-email": "0.6.6", "@lion/input-email": "0.6.6",
"@lion/input-iban": "0.7.1", "@lion/input-iban": "0.7.1",
"@lion/input-range": "0.2.21", "@lion/input-range": "0.2.21",
"@lion/localize": "0.9.1", "@lion/localize": "0.9.1",
"@lion/radio-group": "0.8.7", "@lion/radio-group": "0.8.7",
"@lion/select": "0.5.21", "@lion/select": "0.5.21",
"@lion/select-rich": "0.15.0", "@lion/select-rich": "0.15.1",
"@lion/textarea": "0.5.22", "@lion/textarea": "0.5.22",
"@lion/validate": "0.9.1" "@lion/validate": "0.9.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.11.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.3...@lion/input-datepicker@0.11.4) (2020-04-15)
**Note:** Version bump only for package @lion/input-datepicker
## [0.11.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.2...@lion/input-datepicker@0.11.3) (2020-04-07) ## [0.11.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.2...@lion/input-datepicker@0.11.3) (2020-04-07)
**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.11.3", "version": "0.11.4",
"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/",
@ -43,7 +43,7 @@
"@lion/field": "0.12.1", "@lion/field": "0.12.1",
"@lion/input-date": "0.5.22", "@lion/input-date": "0.5.22",
"@lion/localize": "0.9.1", "@lion/localize": "0.9.1",
"@lion/overlays": "0.13.0", "@lion/overlays": "0.13.1",
"@lion/validate": "0.9.1" "@lion/validate": "0.9.1"
} }
} }

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.13.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.0...@lion/overlays@0.13.1) (2020-04-15)
### Bug Fixes
* **overlays:** synchronize intercepted opened state OverlayMixin ([88d3850](https://github.com/ing-bank/lion/commit/88d3850d5ddcbd98f94a1950bfd096dc76ddc90f))
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.9...@lion/overlays@0.13.0) (2020-04-07) # [0.13.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.9...@lion/overlays@0.13.0) (2020-04-07)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/overlays", "name": "@lion/overlays",
"version": "0.13.0", "version": "0.13.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.15.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.0...@lion/select-rich@0.15.1) (2020-04-15)
**Note:** Version bump only for package @lion/select-rich
# [0.15.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.2...@lion/select-rich@0.15.0) (2020-04-14) # [0.15.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.2...@lion/select-rich@0.15.0) (2020-04-14)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.15.0", "version": "0.15.1",
"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/",
@ -42,7 +42,7 @@
"@lion/choice-input": "0.8.1", "@lion/choice-input": "0.8.1",
"@lion/core": "0.5.1", "@lion/core": "0.5.1",
"@lion/field": "0.12.1", "@lion/field": "0.12.1",
"@lion/overlays": "0.13.0", "@lion/overlays": "0.13.1",
"@lion/validate": "0.9.1" "@lion/validate": "0.9.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.8.11](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.10...@lion/tooltip@0.8.11) (2020-04-15)
**Note:** Version bump only for package @lion/tooltip
## [0.8.10](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.9...@lion/tooltip@0.8.10) (2020-04-07) ## [0.8.10](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.9...@lion/tooltip@0.8.10) (2020-04-07)
**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.8.10", "version": "0.8.11",
"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/",
@ -35,6 +35,6 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.5.1", "@lion/core": "0.5.1",
"@lion/overlays": "0.13.0" "@lion/overlays": "0.13.1"
} }
} }