From 66a172237f743d32430523348c16f24f8f5cfbca Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 25 Jun 2019 09:50:27 +0000 Subject: [PATCH] chore: release new versions - @lion/form-system@0.0.26 - @lion/input-amount@0.1.23 --- packages/form-system/CHANGELOG.md | 8 ++++++++ packages/form-system/package.json | 4 ++-- packages/input-amount/CHANGELOG.md | 11 +++++++++++ packages/input-amount/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index f296f875d..a0dd09703 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.26](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.25...@lion/form-system@0.0.26) (2019-06-25) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.25](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.24...@lion/form-system@0.0.25) (2019-06-24) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 6179777e0..a2bb71917 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.25", + "version": "0.0.26", "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/", @@ -38,7 +38,7 @@ "@lion/fieldset": "^0.1.22", "@lion/form": "^0.1.24", "@lion/input": "^0.1.22", - "@lion/input-amount": "^0.1.22", + "@lion/input-amount": "^0.1.23", "@lion/input-date": "^0.1.22", "@lion/input-email": "^0.1.22", "@lion/input-iban": "^0.1.23", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 6c4f38c9e..31c46beb5 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.23](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.22...@lion/input-amount@0.1.23) (2019-06-25) + + +### Bug Fixes + +* **input-amount:** support negative numbers ([83f9baa](https://github.com/ing-bank/lion/commit/83f9baa)) + + + + + ## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.21...@lion/input-amount@0.1.22) (2019-06-24) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index f24f0502d..25ea0d07b 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.1.22", + "version": "0.1.23", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",