diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index f6b9a4efc..9a5656d56 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.0.77](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.76...@lion/form-system@0.0.77) (2019-10-24) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.76](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.75...@lion/form-system@0.0.76) (2019-10-23) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 596563e0f..e12423dc0 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.76", + "version": "0.0.77", "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/", @@ -39,7 +39,7 @@ "@lion/fieldset": "^0.1.62", "@lion/form": "^0.1.69", "@lion/input": "^0.1.62", - "@lion/input-amount": "^0.1.65", + "@lion/input-amount": "^0.1.66", "@lion/input-date": "^0.1.63", "@lion/input-email": "^0.1.63", "@lion/input-iban": "^0.1.65", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 080e59d91..83600cbf3 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/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.66](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.65...@lion/input-amount@0.1.66) (2019-10-24) + + +### Bug Fixes + +* **input-amount:** add demo how to show no fractions ([3e0b941](https://github.com/ing-bank/lion/commit/3e0b941)) + + + + + ## [0.1.65](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.64...@lion/input-amount@0.1.65) (2019-10-23) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 31931cacd..05c3b85bb 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.1.65", + "version": "0.1.66", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",