diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 8f0e248ff..225c570ff 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.4.0](https://github.com/ing-bank/lion/compare/@lion/button@0.3.46...@lion/button@0.4.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.3.46](https://github.com/ing-bank/lion/compare/@lion/button@0.3.45...@lion/button@0.3.46) (2019-12-03) diff --git a/packages/button/package.json b/packages/button/package.json index 6ad1d45d3..43b64f31e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.3.46", + "version": "0.4.0", "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 3a5d75a5e..da13549f7 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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/calendar@0.4.2...@lion/calendar@0.5.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.4.1...@lion/calendar@0.4.2) (2019-12-03) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 860085566..ea456ef81 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.4.2", + "version": "0.5.0", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -37,7 +37,7 @@ "@lion/localize": "0.7.1" }, "devDependencies": { - "@lion/button": "0.3.46", + "@lion/button": "0.4.0", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 8c538d6ef..c58ad30e3 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/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.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.2...@lion/dialog@0.2.3) (2019-12-04) + +**Note:** Version bump only for package @lion/dialog + + + + + ## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.1...@lion/dialog@0.2.2) (2019-12-03) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 6734e360a..0dc132a18 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.2.2", + "version": "0.2.3", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,7 +31,7 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/overlays": "0.7.1" + "@lion/overlays": "0.8.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index e208109be..8a7f643dd 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/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.6.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.5.2...@lion/input-datepicker@0.6.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.5.1...@lion/input-datepicker@0.5.2) (2019-12-03) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 52e2014d7..27a5f5714 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.5.2", + "version": "0.6.0", "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,16 +36,16 @@ "*.js" ], "dependencies": { - "@lion/calendar": "0.4.2", + "@lion/calendar": "0.5.0", "@lion/core": "0.3.0", "@lion/field": "0.6.7", "@lion/input-date": "0.3.8", "@lion/localize": "0.7.1", - "@lion/overlays": "0.7.1", + "@lion/overlays": "0.8.0", "@lion/validate": "0.5.2" }, "devDependencies": { - "@lion/button": "0.3.46", + "@lion/button": "0.4.0", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 7318497c6..11ab01724 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.8.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.1...@lion/overlays@0.8.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.0...@lion/overlays@0.7.1) (2019-12-02) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index ca698ffda..6915ec883 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.7.1", + "version": "0.8.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 c2ccf6365..471ea5324 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.4.3](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.2...@lion/popup@0.4.3) (2019-12-04) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.1...@lion/popup@0.4.2) (2019-12-03) diff --git a/packages/popup/package.json b/packages/popup/package.json index e1c734610..87a28f275 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.4.2", + "version": "0.4.3", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,10 +33,10 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/overlays": "0.7.1" + "@lion/overlays": "0.8.0" }, "devDependencies": { - "@lion/button": "0.3.46", + "@lion/button": "0.4.0", "@lion/icon": "0.2.10", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 23b62afb1..6e331de2f 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.8.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.7.2...@lion/select-rich@0.8.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.7.1...@lion/select-rich@0.7.2) (2019-12-03) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 9a5dc0a9c..ee5694b9a 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.7.2", + "version": "0.8.0", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,11 +36,11 @@ "*.js" ], "dependencies": { - "@lion/button": "0.3.46", + "@lion/button": "0.4.0", "@lion/core": "0.3.0", "@lion/field": "0.6.7", "@lion/option": "0.3.8", - "@lion/overlays": "0.7.1", + "@lion/overlays": "0.8.0", "@lion/validate": "0.5.2" }, "devDependencies": { diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 24bca9f6b..488282c87 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.9...@lion/switch@0.3.10) (2019-12-04) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.8...@lion/switch@0.3.9) (2019-12-03) diff --git a/packages/switch/package.json b/packages/switch/package.json index 383cdcd8d..b845034c0 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.3.9", + "version": "0.3.10", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/button": "0.3.46", + "@lion/button": "0.4.0", "@lion/choice-input": "0.4.8", "@lion/core": "0.3.0", "@lion/field": "0.6.7" diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index b99162f0c..c1ff35de1 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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/tooltip@0.4.2...@lion/tooltip@0.5.0) (2019-12-04) + + +### Features + +* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5)) + + + + + ## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.4.1...@lion/tooltip@0.4.2) (2019-12-03) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index c6a43cbd1..9ce0aba60 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.4.2", + "version": "0.5.0", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.3.0", - "@lion/overlays": "0.7.1" + "@lion/overlays": "0.8.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0",