chore: release new versions
- @lion/dialog@0.4.15 - @lion/form-system@0.7.3 - @lion/input-datepicker@0.11.3 - @lion/overlays@0.13.0 - @lion/select-rich@0.14.2 - @lion/tooltip@0.8.10
This commit is contained in:
parent
d7cfab016f
commit
41ac853d42
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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.14](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.13...@lion/dialog@0.4.14) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.4.14",
|
||||
"version": "0.4.15",
|
||||
"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.1",
|
||||
"@lion/overlays": "0.12.9"
|
||||
"@lion/overlays": "0.13.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.2...@lion/form-system@0.7.3) (2020-04-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.1...@lion/form-system@0.7.2) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"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/",
|
||||
|
|
@ -41,14 +41,14 @@
|
|||
"@lion/input": "0.5.21",
|
||||
"@lion/input-amount": "0.5.21",
|
||||
"@lion/input-date": "0.5.22",
|
||||
"@lion/input-datepicker": "0.11.2",
|
||||
"@lion/input-datepicker": "0.11.3",
|
||||
"@lion/input-email": "0.6.6",
|
||||
"@lion/input-iban": "0.7.1",
|
||||
"@lion/input-range": "0.2.21",
|
||||
"@lion/localize": "0.9.1",
|
||||
"@lion/radio-group": "0.8.7",
|
||||
"@lion/select": "0.5.21",
|
||||
"@lion/select-rich": "0.14.1",
|
||||
"@lion/select-rich": "0.14.2",
|
||||
"@lion/textarea": "0.5.22",
|
||||
"@lion/validate": "0.9.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.1...@lion/input-datepicker@0.11.2) (2020-04-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"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.1",
|
||||
"@lion/input-date": "0.5.22",
|
||||
"@lion/localize": "0.9.1",
|
||||
"@lion/overlays": "0.12.9",
|
||||
"@lion/overlays": "0.13.0",
|
||||
"@lion/validate": "0.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.9...@lion/overlays@0.13.0) (2020-04-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** add invokerRelation option ([#672](https://github.com/ing-bank/lion/issues/672)) ([d7cfab0](https://github.com/ing-bank/lion/commit/d7cfab016fa8526f0a3ce5be4d77fb306accbc6e))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.8...@lion/overlays@0.12.9) (2020-04-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.12.9",
|
||||
"version": "0.13.0",
|
||||
"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.14.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.1...@lion/select-rich@0.14.2) (2020-04-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.14.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.0...@lion/select-rich@0.14.1) (2020-04-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.14.1",
|
||||
"version": "0.14.2",
|
||||
"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.1",
|
||||
"@lion/core": "0.5.1",
|
||||
"@lion/field": "0.12.1",
|
||||
"@lion/overlays": "0.12.9",
|
||||
"@lion/overlays": "0.13.0",
|
||||
"@lion/validate": "0.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.9](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.8...@lion/tooltip@0.8.9) (2020-04-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.8.9",
|
||||
"version": "0.8.10",
|
||||
"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.1",
|
||||
"@lion/overlays": "0.12.9"
|
||||
"@lion/overlays": "0.13.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue