chore: release new versions
- @lion/dialog@0.7.6 - @lion/form-integrations@0.1.11 - @lion/input-datepicker@0.14.8 - @lion/overlays@0.16.6 - @lion/select-rich@0.18.10 - @lion/tooltip@0.12.1
This commit is contained in:
parent
55a7e6dcaa
commit
8b2736f234
12 changed files with 66 additions and 12 deletions
|
|
@ -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.7.6](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.5...@lion/dialog@0.7.6) (2020-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.4...@lion/dialog@0.7.5) (2020-06-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.7.2",
|
||||
"@lion/overlays": "0.16.5"
|
||||
"@lion/overlays": "0.16.6"
|
||||
},
|
||||
"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.11](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.10...@lion/form-integrations@0.1.11) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.9...@lion/form-integrations@0.1.10) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,14 +35,14 @@
|
|||
"@lion/form-core": "0.1.6",
|
||||
"@lion/input": "0.7.6",
|
||||
"@lion/input-date": "0.7.6",
|
||||
"@lion/input-datepicker": "0.14.7",
|
||||
"@lion/input-datepicker": "0.14.8",
|
||||
"@lion/input-email": "0.8.6",
|
||||
"@lion/input-iban": "0.9.6",
|
||||
"@lion/input-range": "0.4.6",
|
||||
"@lion/localize": "0.12.1",
|
||||
"@lion/radio-group": "0.10.6",
|
||||
"@lion/select": "0.7.6",
|
||||
"@lion/select-rich": "0.18.9",
|
||||
"@lion/select-rich": "0.18.10",
|
||||
"@lion/textarea": "0.7.6",
|
||||
"@lion/validate-messages": "0.1.6"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.8](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.7...@lion/input-datepicker@0.14.8) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.14.7](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.6...@lion/input-datepicker@0.14.7) (2020-06-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.14.7",
|
||||
"version": "0.14.8",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"@lion/form-core": "0.1.6",
|
||||
"@lion/input-date": "0.7.6",
|
||||
"@lion/localize": "0.12.1",
|
||||
"@lion/overlays": "0.16.5"
|
||||
"@lion/overlays": "0.16.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.6"
|
||||
|
|
|
|||
|
|
@ -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.16.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.5...@lion/overlays@0.16.6) (2020-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.4...@lion/overlays@0.16.5) (2020-06-23)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.16.5",
|
||||
"version": "0.16.6",
|
||||
"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.10](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.9...@lion/select-rich@0.18.10) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.9](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.8...@lion/select-rich@0.18.9) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.18.9",
|
||||
"version": "0.18.10",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"@lion/button": "0.7.6",
|
||||
"@lion/core": "0.7.2",
|
||||
"@lion/form-core": "0.1.6",
|
||||
"@lion/overlays": "0.16.5"
|
||||
"@lion/overlays": "0.16.6"
|
||||
},
|
||||
"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.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.12.0...@lion/tooltip@0.12.1) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.12.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.4...@lion/tooltip@0.12.0) (2020-06-23)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.7.2",
|
||||
"@lion/overlays": "0.16.5"
|
||||
"@lion/overlays": "0.16.6"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue