chore: release new versions
- @lion/dialog@0.7.9 - @lion/form-integrations@0.1.16 - @lion/input-datepicker@0.14.13 - @lion/overlays@0.16.9 - @lion/select-rich@0.18.15 - @lion/tooltip@0.12.4
This commit is contained in:
parent
5a50ab5977
commit
3ef736bacf
12 changed files with 63 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.9](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.8...@lion/dialog@0.7.9) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.7...@lion/dialog@0.7.8) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.7.8",
|
||||
"version": "0.7.9",
|
||||
"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.8"
|
||||
"@lion/overlays": "0.16.9"
|
||||
},
|
||||
"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.16](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.15...@lion/form-integrations@0.1.16) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.14...@lion/form-integrations@0.1.15) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"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.2.3",
|
||||
"@lion/input": "0.7.10",
|
||||
"@lion/input-date": "0.7.10",
|
||||
"@lion/input-datepicker": "0.14.12",
|
||||
"@lion/input-datepicker": "0.14.13",
|
||||
"@lion/input-email": "0.8.10",
|
||||
"@lion/input-iban": "0.9.10",
|
||||
"@lion/input-range": "0.4.10",
|
||||
"@lion/localize": "0.13.0",
|
||||
"@lion/radio-group": "0.11.3",
|
||||
"@lion/select": "0.7.10",
|
||||
"@lion/select-rich": "0.18.14",
|
||||
"@lion/select-rich": "0.18.15",
|
||||
"@lion/textarea": "0.7.10",
|
||||
"@lion/validate-messages": "0.2.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.14.13](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.12...@lion/input-datepicker@0.14.13) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.14.12](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.11...@lion/input-datepicker@0.14.12) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.14.12",
|
||||
"version": "0.14.13",
|
||||
"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.2.3",
|
||||
"@lion/input-date": "0.7.10",
|
||||
"@lion/localize": "0.13.0",
|
||||
"@lion/overlays": "0.16.8"
|
||||
"@lion/overlays": "0.16.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.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.16.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.8...@lion/overlays@0.16.9) (2020-07-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** add protected show and hide complete hooks,fix flaky test ([53a5426](https://github.com/ing-bank/lion/commit/53a54261e97a529867a6f56971471d6f6de5347c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.7...@lion/overlays@0.16.8) (2020-07-07)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.16.8",
|
||||
"version": "0.16.9",
|
||||
"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.15](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.14...@lion/select-rich@0.18.15) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.14](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.13...@lion/select-rich@0.18.14) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.18.14",
|
||||
"version": "0.18.15",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"@lion/button": "0.7.7",
|
||||
"@lion/core": "0.7.2",
|
||||
"@lion/form-core": "0.2.3",
|
||||
"@lion/overlays": "0.16.8"
|
||||
"@lion/overlays": "0.16.9"
|
||||
},
|
||||
"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.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.12.3...@lion/tooltip@0.12.4) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.12.2...@lion/tooltip@0.12.3) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.12.3",
|
||||
"version": "0.12.4",
|
||||
"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.8"
|
||||
"@lion/overlays": "0.16.9"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue