chore: release new versions
- @lion/dialog@0.3.0 - @lion/input-datepicker@0.7.0 - @lion/overlays@0.9.0 - @lion/popup@0.4.7 - @lion/select-rich@0.8.4 - @lion/tooltip@0.5.1
This commit is contained in:
parent
eefd2e61b4
commit
aa7ff4c37e
12 changed files with 76 additions and 11 deletions
|
|
@ -3,6 +3,22 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.3...@lion/dialog@0.3.0) (2019-12-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* deleted obsolete overlay event names ([1290d9b](https://github.com/ing-bank/lion/commit/1290d9be9556311dd91c539e57d1b0652e5a419c))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.2...@lion/dialog@0.2.3) (2019-12-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.3.0",
|
||||
"@lion/overlays": "0.8.0"
|
||||
"@lion/overlays": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^0.2.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.7.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.4...@lion/input-datepicker@0.7.0) (2019-12-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.3...@lion/input-datepicker@0.6.4) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.6.4",
|
||||
"version": "0.7.0",
|
||||
"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/",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"@lion/field": "0.6.8",
|
||||
"@lion/input-date": "0.4.0",
|
||||
"@lion/localize": "0.7.1",
|
||||
"@lion/overlays": "0.8.0",
|
||||
"@lion/overlays": "0.9.0",
|
||||
"@lion/validate": "0.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -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.9.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.8.0...@lion/overlays@0.9.0) (2019-12-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.1...@lion/overlays@0.8.0) (2019-12-04)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.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.4.7](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.6...@lion/popup@0.4.7) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.6](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.5...@lion/popup@0.4.6) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/popup",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Show relative overlay content on click",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.3.0",
|
||||
"@lion/overlays": "0.8.0"
|
||||
"@lion/overlays": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "0.4.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.8.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.3...@lion/select-rich@0.8.4) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.2...@lion/select-rich@0.8.3) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"@lion/core": "0.3.0",
|
||||
"@lion/field": "0.6.8",
|
||||
"@lion/option": "0.3.9",
|
||||
"@lion/overlays": "0.8.0",
|
||||
"@lion/overlays": "0.9.0",
|
||||
"@lion/validate": "0.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -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/tooltip@0.5.0...@lion/tooltip@0.5.1) (2019-12-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* deleted obsolete overlay event names ([1290d9b](https://github.com/ing-bank/lion/commit/1290d9be9556311dd91c539e57d1b0652e5a419c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.4.2...@lion/tooltip@0.5.0) (2019-12-04)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.3.0",
|
||||
"@lion/overlays": "0.8.0"
|
||||
"@lion/overlays": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue