diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index da2448510..116d6ec38 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.7.1](https://github.com/ing-bank/lion/compare/@lion/button@0.7.0...@lion/button@0.7.1) (2020-06-02) + + +### Bug Fixes + +* **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee)) + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/button@0.6.0...@lion/button@0.7.0) (2020-05-29) diff --git a/packages/button/package.json b/packages/button/package.json index a4c54b5e9..9987fed28 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.7.0", + "version": "0.7.1", "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/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 7221b8a47..ce6c51109 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/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.1](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.0...@lion/form-integrations@0.1.1) (2020-06-02) + +**Note:** Version bump only for package @lion/form-integrations + + + + + # 0.1.0 (2020-05-29) diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index e83ed3d89..fd1b78c93 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.1.0", + "version": "0.1.1", "description": "The Form System allows you to create complex forms with various validation in an easy way", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "./stories/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.7.0", + "@lion/button": "0.7.1", "@lion/checkbox-group": "0.10.0", "@lion/core": "0.6.0", "@lion/field": "0.13.1", @@ -52,7 +52,7 @@ "@lion/localize": "0.11.0", "@lion/radio-group": "0.10.0", "@lion/select": "0.7.0", - "@lion/select-rich": "0.18.0", + "@lion/select-rich": "0.18.1", "@lion/textarea": "0.7.0", "@lion/validate-messages": "0.1.0" } diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 8d222f4db..16ccd245a 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.18.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.0...@lion/select-rich@0.18.1) (2020-06-02) + +**Note:** Version bump only for package @lion/select-rich + + + + + # [0.18.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.5...@lion/select-rich@0.18.0) (2020-05-29) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index fd5f59d90..813894eca 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.0", + "version": "0.18.1", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -44,7 +44,7 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.7.0", + "@lion/button": "0.7.1", "@lion/core": "0.6.0", "@lion/form-core": "0.1.0", "@lion/overlays": "0.16.0" diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index f73746589..bf5845e26 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.10.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.0...@lion/switch@0.10.1) (2020-06-02) + + +### Bug Fixes + +* **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee)) + + + + + # [0.10.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.9.1...@lion/switch@0.10.0) (2020-05-29) diff --git a/packages/switch/package.json b/packages/switch/package.json index 4f51556e2..ff7448848 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.10.0", + "version": "0.10.1", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",