diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 43bc38351..043e61f50 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -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.72](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.71...@lion/input-datepicker@0.1.72) (2019-09-26) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.71](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.70...@lion/input-datepicker@0.1.71) (2019-09-26) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 956e0b4ef..fe037b3ea 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.71", + "version": "0.1.72", "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.2.6", "@lion/input-date": "^0.1.54", "@lion/localize": "^0.4.16", - "@lion/overlays": "^0.4.0", + "@lion/overlays": "^0.5.0", "@lion/validate": "^0.2.31" }, "devDependencies": { diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 4e67ba0fc..c6e6ac04a 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -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.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.4.0...@lion/overlays@0.5.0) (2019-09-26) + + +### Features + +* **overlays:** delegate events in DynamicOverlayController ([20037ba](https://github.com/ing-bank/lion/commit/20037ba)) + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.12...@lion/overlays@0.4.0) (2019-09-25) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index badb58f25..b55f21737 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.4.0", + "version": "0.5.0", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index d1d0f9969..ad062886d 100644 --- a/packages/popup/CHANGELOG.md +++ b/packages/popup/CHANGELOG.md @@ -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.2.47](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.46...@lion/popup@0.2.47) (2019-09-26) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.46](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.45...@lion/popup@0.2.46) (2019-09-26) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index ce56268ac..7a87d746f 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.46", + "version": "0.2.47", "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.2.0", - "@lion/overlays": "^0.4.0" + "@lion/overlays": "^0.5.0" }, "devDependencies": { "@lion/button": "^0.3.18", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 2b974ca59..eab8c96af 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -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.2.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.21...@lion/select-rich@0.2.0) (2019-09-26) + + +### Features + +* **select-rich:** provide generic mechanism for overrifing overlay type ([ac33804](https://github.com/ing-bank/lion/commit/ac33804)) + + + + + ## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.20...@lion/select-rich@0.1.21) (2019-09-26) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 809b628cb..7d1215ee4 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.21", + "version": "0.2.0", "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.2.0", "@lion/field": "^0.2.6", "@lion/option": "^0.1.13", - "@lion/overlays": "^0.4.0", + "@lion/overlays": "^0.5.0", "@lion/validate": "^0.2.31" }, "devDependencies": { diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 2ea44f1bd..f15f58b86 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -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.2.47](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.46...@lion/tooltip@0.2.47) (2019-09-26) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.46](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.45...@lion/tooltip@0.2.46) (2019-09-26) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index cb09089a7..40441a5d0 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.46", + "version": "0.2.47", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,8 +33,8 @@ ], "dependencies": { "@lion/core": "^0.2.0", - "@lion/overlays": "^0.4.0", - "@lion/popup": "^0.2.46" + "@lion/overlays": "^0.5.0", + "@lion/popup": "^0.2.47" }, "devDependencies": { "@lion/button": "^0.3.18",