diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 332928992..d89bef3f7 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.1.28](https://github.com/ing-bank/lion/compare/@lion/button@0.1.27...@lion/button@0.1.28) (2019-06-27) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.27](https://github.com/ing-bank/lion/compare/@lion/button@0.1.26...@lion/button@0.1.27) (2019-06-27) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 690dbbd1f..829b420c1 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.27", + "version": "0.1.28", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ }, "devDependencies": { "@lion/form": "^0.1.25", - "@lion/icon": "^0.1.9", + "@lion/icon": "^0.1.10", "@lion/input": "^0.1.23", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index f28f309dd..aa24c769b 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.24](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.23...@lion/calendar@0.1.24) (2019-06-27) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.23](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.22...@lion/calendar@0.1.23) (2019-06-27) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 3154c4d25..1703c73ad 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.23", + "version": "0.1.24", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.1" }, "devDependencies": { - "@lion/button": "^0.1.27", + "@lion/button": "^0.1.28", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "sinon": "^7.2.2" diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index d817e9eae..5397bd6fd 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.9...@lion/icon@0.1.10) (2019-06-27) + + +### Bug Fixes + +* **icon:** refactor icon to not use 'until' hack and use get/set ([675fc61](https://github.com/ing-bank/lion/commit/675fc61)) +* **icon:** render nothing consistently when svg is undefined ([c62d335](https://github.com/ing-bank/lion/commit/c62d335)) +* **icon:** use LitElement ([bd5f51e](https://github.com/ing-bank/lion/commit/bd5f51e)) + + + + + ## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.8...@lion/icon@0.1.9) (2019-05-29) **Note:** Version bump only for package @lion/icon diff --git a/packages/icon/package.json b/packages/icon/package.json index 6390c151e..0600283b9 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.1.9", + "version": "0.1.10", "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 f600f340f..64fbc0d38 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.22](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.21...@lion/input-datepicker@0.1.22) (2019-06-27) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.20...@lion/input-datepicker@0.1.21) (2019-06-27) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 09b9d48b8..abd48bdad 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.21", + "version": "0.1.22", "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/", @@ -35,7 +35,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.23", + "@lion/calendar": "^0.1.24", "@lion/core": "^0.1.9", "@lion/input-date": "^0.1.23", "@lion/localize": "^0.4.1", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.10" }, "devDependencies": { - "@lion/button": "^0.1.27", + "@lion/button": "^0.1.28", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 570fd25ec..137a67787 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.1.29](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.28...@lion/popup@0.1.29) (2019-06-27) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.1.28](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.27...@lion/popup@0.1.28) (2019-06-27) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index f47a86064..112e9dda7 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.1.28", + "version": "0.1.29", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,8 +36,8 @@ "@lion/overlays": "^0.2.7" }, "devDependencies": { - "@lion/button": "^0.1.27", - "@lion/icon": "^0.1.9", + "@lion/button": "^0.1.28", + "@lion/icon": "^0.1.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 4ecdbf41f..cd942d270 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.1.29](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.28...@lion/tooltip@0.1.29) (2019-06-27) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.1.28](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.27...@lion/tooltip@0.1.28) (2019-06-27) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 9b7c3770c..35d5e7f8a 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.1.28", + "version": "0.1.29", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,8 +36,8 @@ "@lion/overlays": "^0.2.7" }, "devDependencies": { - "@lion/button": "^0.1.27", - "@lion/icon": "^0.1.9", + "@lion/button": "^0.1.28", + "@lion/icon": "^0.1.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5" }