diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 4aebfb873..a18806fe9 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.3.12](https://github.com/ing-bank/lion/compare/@lion/button@0.3.11...@lion/button@0.3.12) (2019-08-29) + + +### Bug Fixes + +* **button:** make JAWS/IE11 work with inner button ([f2c15ce](https://github.com/ing-bank/lion/commit/f2c15ce)) + + + + + ## [0.3.11](https://github.com/ing-bank/lion/compare/@lion/button@0.3.10...@lion/button@0.3.11) (2019-08-23) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 9b33ca786..cae46aef7 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.11", + "version": "0.3.12", "description": "A button that is easily styleable 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 83426681c..43bff4adb 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.60](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.59...@lion/calendar@0.1.60) (2019-08-29) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.59](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.58...@lion/calendar@0.1.59) (2019-08-23) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 4d3f6a8c7..b9d7db1ae 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.59", + "version": "0.1.60", "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.11", + "@lion/button": "^0.3.12", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index a8da89946..b1774e95c 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.64](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.63...@lion/input-datepicker@0.1.64) (2019-08-29) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.63](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.62...@lion/input-datepicker@0.1.63) (2019-08-23) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 783240882..02c36a78e 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.63", + "version": "0.1.64", "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.59", + "@lion/calendar": "^0.1.60", "@lion/core": "^0.1.13", "@lion/field": "^0.2.2", "@lion/input-date": "^0.1.50", @@ -45,7 +45,7 @@ "@lion/validate": "^0.2.29" }, "devDependencies": { - "@lion/button": "^0.3.11", + "@lion/button": "^0.3.12", "@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 c26c8e946..5e9e8ace1 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.39](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.38...@lion/popup@0.2.39) (2019-08-29) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.38](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.37...@lion/popup@0.2.38) (2019-08-23) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 9b288dc25..c4a5a8836 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.38", + "version": "0.2.39", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.3.12" }, "devDependencies": { - "@lion/button": "^0.3.11", + "@lion/button": "^0.3.12", "@lion/icon": "^0.2.5", "@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 deb0b41e9..3cb65fac9 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.15](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.14...@lion/select-rich@0.1.15) (2019-08-29) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.13...@lion/select-rich@0.1.14) (2019-08-23) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index b69434fee..dda3ad81a 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.14", + "version": "0.1.15", "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.11", + "@lion/button": "^0.3.12", "@lion/core": "^0.1.13", "@lion/field": "^0.2.2", "@lion/option": "^0.1.9", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 94f70e9d9..7d70865b4 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.39](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.38...@lion/tooltip@0.2.39) (2019-08-29) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.38](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.37...@lion/tooltip@0.2.38) (2019-08-23) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 1a01e85d6..f00d36dd2 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.38", + "version": "0.2.39", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "dependencies": { "@lion/core": "^0.1.13", "@lion/overlays": "^0.3.12", - "@lion/popup": "^0.2.38" + "@lion/popup": "^0.2.39" }, "devDependencies": { - "@lion/button": "^0.3.11", + "@lion/button": "^0.3.12", "@lion/icon": "^0.2.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6"