chore: release new versions
- @lion/dialog@0.7.11 - @lion/form-integrations@0.1.20 - @lion/input-datepicker@0.14.16 - @lion/overlays@0.16.11 - @lion/select-rich@0.18.19 - @lion/tooltip@0.12.6
This commit is contained in:
parent
e28b981afe
commit
8396888699
12 changed files with 64 additions and 12 deletions
|
|
@ -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.7.11](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.10...@lion/dialog@0.7.11) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.10](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.9...@lion/dialog@0.7.10) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.7.10",
|
||||
"version": "0.7.11",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/overlays": "0.16.10"
|
||||
"@lion/overlays": "0.16.11"
|
||||
},
|
||||
"keywords": [
|
||||
"dialog",
|
||||
|
|
|
|||
|
|
@ -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.20](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.19...@lion/form-integrations@0.1.20) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.18...@lion/form-integrations@0.1.19) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.1.19",
|
||||
"version": "0.1.20",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -37,14 +37,14 @@
|
|||
"@lion/form-core": "0.2.5",
|
||||
"@lion/input": "0.7.12",
|
||||
"@lion/input-date": "0.7.12",
|
||||
"@lion/input-datepicker": "0.14.15",
|
||||
"@lion/input-datepicker": "0.14.16",
|
||||
"@lion/input-email": "0.8.12",
|
||||
"@lion/input-iban": "0.9.12",
|
||||
"@lion/input-range": "0.4.12",
|
||||
"@lion/localize": "0.13.1",
|
||||
"@lion/radio-group": "0.11.5",
|
||||
"@lion/select": "0.7.12",
|
||||
"@lion/select-rich": "0.18.18",
|
||||
"@lion/select-rich": "0.18.19",
|
||||
"@lion/textarea": "0.7.12",
|
||||
"@lion/validate-messages": "0.2.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.14.16](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.15...@lion/input-datepicker@0.14.16) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.14.15](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.14...@lion/input-datepicker@0.14.15) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.14.15",
|
||||
"version": "0.14.16",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"@lion/form-core": "0.2.5",
|
||||
"@lion/input-date": "0.7.12",
|
||||
"@lion/localize": "0.13.1",
|
||||
"@lion/overlays": "0.16.10"
|
||||
"@lion/overlays": "0.16.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.4"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.16.11](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.10...@lion/overlays@0.16.11) (2020-07-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** no hide on label click ([e46f51c](https://github.com/ing-bank/lion/commit/e46f51ce335ec50879fc4f3bcdd57454632cc333))
|
||||
* **overlays:** role preservation + guarded attr storage ([c3f7aa8](https://github.com/ing-bank/lion/commit/c3f7aa8ea21bfe5fec23010bd130b4d942e8bc1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.10](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.9...@lion/overlays@0.16.10) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.16.10",
|
||||
"version": "0.16.11",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -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.18.19](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.18...@lion/select-rich@0.18.19) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.18](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.17...@lion/select-rich@0.18.18) (2020-07-13)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.18.18",
|
||||
"version": "0.18.19",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"@lion/button": "0.7.8",
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.2.5",
|
||||
"@lion/overlays": "0.16.10"
|
||||
"@lion/overlays": "0.16.11"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
|
|
@ -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.6](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.12.5...@lion/tooltip@0.12.6) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.5](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.12.4...@lion/tooltip@0.12.5) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.12.5",
|
||||
"version": "0.12.6",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/overlays": "0.16.10"
|
||||
"@lion/overlays": "0.16.11"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue