diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index ccc45c6de..ad5b5092e 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.5.5](https://github.com/ing-bank/lion/compare/@lion/button@0.5.4...@lion/button@0.5.5) (2020-02-14) + + +### Bug Fixes + +* **button:** ie11 error when setting attribute in constructor ([1664278](https://github.com/ing-bank/lion/commit/166427871d90b8ae478924f1685249d92c1c0f82)) + + + + + ## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/button@0.5.3...@lion/button@0.5.4) (2020-02-06) diff --git a/packages/button/package.json b/packages/button/package.json index a90bdd1b8..cbee4ff74 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.4", + "version": "0.5.5", "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-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 2c79a37ba..7b840e617 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/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.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.4...@lion/form-system@0.4.5) (2020-02-14) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.3...@lion/form-system@0.4.4) (2020-02-13) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 6c3d9ce15..ba49a4c2b 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.4.4", + "version": "0.4.5", "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/", @@ -49,7 +49,7 @@ "@lion/radio": "0.4.1", "@lion/radio-group": "0.6.2", "@lion/select": "0.5.11", - "@lion/select-rich": "0.10.2", + "@lion/select-rich": "0.10.3", "@lion/textarea": "0.5.12", "@lion/validate": "0.6.6", "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 62a40a6e3..1422138e2 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.10.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.2...@lion/select-rich@0.10.3) (2020-02-14) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.1...@lion/select-rich@0.10.2) (2020-02-13) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 15e57eb41..f5e855a62 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.10.2", + "version": "0.10.3", "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.5.4", + "@lion/button": "0.5.5", "@lion/choice-input": "0.6.1", "@lion/core": "0.4.3", "@lion/field": "0.9.1",