diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 73c133851..bc81f61d5 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/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.3.14](https://github.com/ing-bank/lion/compare/@lion/button@0.3.13...@lion/button@0.3.14) (2019-09-17) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.3.13](https://github.com/ing-bank/lion/compare/@lion/button@0.3.12...@lion/button@0.3.13) (2019-09-13) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 7eccf8a6c..0dec51507 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.13", + "version": "0.3.14", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ }, "devDependencies": { "@lion/form": "^0.1.56", - "@lion/icon": "^0.2.5", + "@lion/icon": "^0.2.6", "@lion/input": "^0.1.50", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 564b7e9a1..b7257964d 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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.62](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.61...@lion/calendar@0.1.62) (2019-09-17) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.61](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.60...@lion/calendar@0.1.61) (2019-09-13) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index c7dc88e5d..93b5fa49a 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.61", + "version": "0.1.62", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "^0.4.14" }, "devDependencies": { - "@lion/button": "^0.3.13", + "@lion/button": "^0.3.14", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index e1cd40a50..a971f4f78 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/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.6](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.5...@lion/icon@0.2.6) (2019-09-17) + + +### Bug Fixes + +* **icon:** render nothing consistently when svg is null ([4ff7a1e](https://github.com/ing-bank/lion/commit/4ff7a1e)) + + + + + ## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.4...@lion/icon@0.2.5) (2019-07-25) **Note:** Version bump only for package @lion/icon diff --git a/packages/icon/package.json b/packages/icon/package.json index 98a750c63..4915a4b09 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.2.5", + "version": "0.2.6", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index aaf97127a..cc9662be3 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.66](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.65...@lion/input-datepicker@0.1.66) (2019-09-17) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.64...@lion/input-datepicker@0.1.65) (2019-09-13) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index f2e34e940..206def6c8 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.65", + "version": "0.1.66", "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/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.61", + "@lion/calendar": "^0.1.62", "@lion/core": "^0.1.13", "@lion/field": "^0.2.3", "@lion/input-date": "^0.1.51", @@ -45,7 +45,7 @@ "@lion/validate": "^0.2.29" }, "devDependencies": { - "@lion/button": "^0.3.13", + "@lion/button": "^0.3.14", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 09fad3238..3f31e8a15 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.42](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.41...@lion/popup@0.2.42) (2019-09-17) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.40...@lion/popup@0.2.41) (2019-09-13) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 80a34e290..4c8c1ea53 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.41", + "version": "0.2.42", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,8 +36,8 @@ "@lion/overlays": "^0.3.12" }, "devDependencies": { - "@lion/button": "^0.3.13", - "@lion/icon": "^0.2.5", + "@lion/button": "^0.3.14", + "@lion/icon": "^0.2.6", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 8686b1b6c..af4514c97 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.17](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.16...@lion/select-rich@0.1.17) (2019-09-17) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.15...@lion/select-rich@0.1.16) (2019-09-13) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index e151cc4d6..86a51892b 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.16", + "version": "0.1.17", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/button": "^0.3.13", + "@lion/button": "^0.3.14", "@lion/core": "^0.1.13", "@lion/field": "^0.2.3", "@lion/option": "^0.1.10", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index cc08fb4a0..019b8b204 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.42](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.41...@lion/tooltip@0.2.42) (2019-09-17) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.41](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.40...@lion/tooltip@0.2.41) (2019-09-13) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 1fe6df09c..4ed145ee5 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.41", + "version": "0.2.42", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,11 +34,11 @@ "dependencies": { "@lion/core": "^0.1.13", "@lion/overlays": "^0.3.12", - "@lion/popup": "^0.2.41" + "@lion/popup": "^0.2.42" }, "devDependencies": { - "@lion/button": "^0.3.13", - "@lion/icon": "^0.2.5", + "@lion/button": "^0.3.14", + "@lion/icon": "^0.2.6", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" }