diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 53b87e716..780a06ebe 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/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.1.23](https://github.com/ing-bank/lion/compare/@lion/button@0.1.22...@lion/button@0.1.23) (2019-06-13) + + +### Bug Fixes + +* **button:** indicate visually the active state on enter/space ([d809890](https://github.com/ing-bank/lion/commit/d809890)) + + + + + ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/button@0.1.21...@lion/button@0.1.22) (2019-06-06) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 2eb529c86..2a283dcc3 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.22", + "version": "0.1.23", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 019aca132..43001953a 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.19](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.18...@lion/calendar@0.1.19) (2019-06-13) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.17...@lion/calendar@0.1.18) (2019-06-06) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 233230776..67f7d8421 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.18", + "version": "0.1.19", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.0" }, "devDependencies": { - "@lion/button": "^0.1.22", + "@lion/button": "^0.1.23", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5", "sinon": "^7.2.2" diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index b12399a95..dcea14ecb 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.16](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.15...@lion/input-datepicker@0.1.16) (2019-06-13) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.14...@lion/input-datepicker@0.1.15) (2019-06-06) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 7bd5844c9..a72315ed5 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.15", + "version": "0.1.16", "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.18", + "@lion/calendar": "^0.1.19", "@lion/core": "^0.1.9", "@lion/input-date": "^0.1.19", "@lion/localize": "^0.4.0", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.7" }, "devDependencies": { - "@lion/button": "^0.1.22", + "@lion/button": "^0.1.23", "@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 a15d1ee2c..ccfe85d3c 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.23](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.22...@lion/popup@0.1.23) (2019-06-13) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.21...@lion/popup@0.1.22) (2019-06-06) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index d1e05617b..4eb7ea1e7 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.1.22", + "version": "0.1.23", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.2.5" }, "devDependencies": { - "@lion/button": "^0.1.22", + "@lion/button": "^0.1.23", "@lion/icon": "^0.1.9", "@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 a453b9ef9..05da05551 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.23](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.22...@lion/tooltip@0.1.23) (2019-06-13) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.21...@lion/tooltip@0.1.22) (2019-06-06) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 4847a820c..5ce46fc80 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.1.22", + "version": "0.1.23", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.2.5" }, "devDependencies": { - "@lion/button": "^0.1.22", + "@lion/button": "^0.1.23", "@lion/icon": "^0.1.9", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.12.5"