chore: release new versions
- @lion/dialog@0.4.18 - @lion/form-system@0.7.12 - @lion/input-datepicker@0.11.7 - @lion/overlays@0.13.3 - @lion/select-rich@0.15.4 - @lion/tooltip@0.8.13
This commit is contained in:
parent
ce978fe284
commit
0ff4199f1f
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.4.18](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.17...@lion/dialog@0.4.18) (2020-05-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.17](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.16...@lion/dialog@0.4.17) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.4.17",
|
||||
"version": "0.4.18",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,6 +33,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/overlays": "0.13.2"
|
||||
"@lion/overlays": "0.13.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.12](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.11...@lion/form-system@0.7.12) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.11](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.10...@lion/form-system@0.7.11) (2020-04-30)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.11",
|
||||
"version": "0.7.12",
|
||||
"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/",
|
||||
|
|
@ -42,14 +42,14 @@
|
|||
"@lion/input": "0.5.22",
|
||||
"@lion/input-amount": "0.5.23",
|
||||
"@lion/input-date": "0.5.23",
|
||||
"@lion/input-datepicker": "0.11.6",
|
||||
"@lion/input-datepicker": "0.11.7",
|
||||
"@lion/input-email": "0.6.7",
|
||||
"@lion/input-iban": "0.7.2",
|
||||
"@lion/input-range": "0.2.23",
|
||||
"@lion/localize": "0.9.2",
|
||||
"@lion/radio-group": "0.8.8",
|
||||
"@lion/select": "0.5.22",
|
||||
"@lion/select-rich": "0.15.3",
|
||||
"@lion/select-rich": "0.15.4",
|
||||
"@lion/textarea": "0.5.23",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.11.7](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.6...@lion/input-datepicker@0.11.7) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.6](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.5...@lion/input-datepicker@0.11.6) (2020-04-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.11.6",
|
||||
"version": "0.11.7",
|
||||
"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.12.2",
|
||||
"@lion/input-date": "0.5.23",
|
||||
"@lion/localize": "0.9.2",
|
||||
"@lion/overlays": "0.13.2",
|
||||
"@lion/overlays": "0.13.3",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.13.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.2...@lion/overlays@0.13.3) (2020-05-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.13.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.1...@lion/overlays@0.13.2) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.3",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.15.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.3...@lion/select-rich@0.15.4) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.15.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.2...@lion/select-rich@0.15.3) (2020-04-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.15.3",
|
||||
"version": "0.15.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.8.2",
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/field": "0.12.2",
|
||||
"@lion/overlays": "0.13.2",
|
||||
"@lion/overlays": "0.13.3",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.13](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.12...@lion/tooltip@0.8.13) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.12](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.11...@lion/tooltip@0.8.12) (2020-04-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.8.12",
|
||||
"version": "0.8.13",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -35,6 +35,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/overlays": "0.13.2"
|
||||
"@lion/overlays": "0.13.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue