chore: release new versions
- @lion/dialog@0.6.1 - @lion/form-system@0.8.1 - @lion/icon@0.5.1 - @lion/input-datepicker@0.13.1 - @lion/overlays@0.15.1 - @lion/select-rich@0.17.1 - @lion/tooltip@0.10.2
This commit is contained in:
parent
171b87f8eb
commit
2e4a532ebf
14 changed files with 75 additions and 13 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.6.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.0...@lion/dialog@0.6.1) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.5.0...@lion/dialog@0.6.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,6 +36,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/overlays": "0.15.0"
|
||||
"@lion/overlays": "0.15.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.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.0...@lion/form-system@0.8.1) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.13...@lion/form-system@0.8.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"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/",
|
||||
|
|
@ -43,14 +43,14 @@
|
|||
"@lion/input": "0.6.0",
|
||||
"@lion/input-amount": "0.6.0",
|
||||
"@lion/input-date": "0.6.0",
|
||||
"@lion/input-datepicker": "0.13.0",
|
||||
"@lion/input-datepicker": "0.13.1",
|
||||
"@lion/input-email": "0.7.0",
|
||||
"@lion/input-iban": "0.8.0",
|
||||
"@lion/input-range": "0.3.0",
|
||||
"@lion/localize": "0.10.0",
|
||||
"@lion/radio-group": "0.9.0",
|
||||
"@lion/select": "0.6.0",
|
||||
"@lion/select-rich": "0.17.0",
|
||||
"@lion/select-rich": "0.17.1",
|
||||
"@lion/textarea": "0.6.0",
|
||||
"@lion/validate": "0.10.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.5.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.0...@lion/icon@0.5.1) (2020-05-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **icon:** export setIcons ([0393427](https://github.com/ing-bank/lion/commit/0393427fa9df50dc4240a6e20115fb4a4d9756ca))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.4...@lion/icon@0.5.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/icon",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A web component easily displaying svg icons",
|
||||
"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.13.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.0...@lion/input-datepicker@0.13.1) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.12.0...@lion/input-datepicker@0.13.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"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/",
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"@lion/field": "0.13.0",
|
||||
"@lion/input-date": "0.6.0",
|
||||
"@lion/localize": "0.10.0",
|
||||
"@lion/overlays": "0.15.0",
|
||||
"@lion/overlays": "0.15.1",
|
||||
"@lion/validate": "0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.15.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.0...@lion/overlays@0.15.1) (2020-05-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** support singleton override via setOverlays ([171b87f](https://github.com/ing-bank/lion/commit/171b87f8ebc74c7c780282bb97dbce01c8124d4f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.15.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.14.0...@lion/overlays@0.15.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"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.17.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.0...@lion/select-rich@0.17.1) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.17.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.16.0...@lion/select-rich@0.17.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"@lion/choice-input": "0.9.0",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/field": "0.13.0",
|
||||
"@lion/overlays": "0.15.0",
|
||||
"@lion/overlays": "0.15.1",
|
||||
"@lion/validate": "0.10.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.10.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.1...@lion/tooltip@0.10.2) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.0...@lion/tooltip@0.10.1) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -39,6 +39,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/overlays": "0.15.0"
|
||||
"@lion/overlays": "0.15.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue