chore: release new versions

- @lion/form-system@0.3.3
 - @lion/input-iban@0.5.2
This commit is contained in:
CircleCI 2020-01-20 09:24:19 +00:00
parent e805f3f593
commit ef347e517e
4 changed files with 22 additions and 3 deletions

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.2...@lion/form-system@0.3.3) (2020-01-20)
**Note:** Version bump only for package @lion/form-system
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.1...@lion/form-system@0.3.2) (2020-01-17) ## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.1...@lion/form-system@0.3.2) (2020-01-17)
**Note:** Version bump only for package @lion/form-system **Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-system", "name": "@lion/form-system",
"version": "0.3.2", "version": "0.3.3",
"description": "The Form System allows you to create complex forms with various validation in an easy way", "description": "The Form System allows you to create complex forms with various validation in an easy way",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -42,7 +42,7 @@
"@lion/input-amount": "0.5.1", "@lion/input-amount": "0.5.1",
"@lion/input-date": "0.5.1", "@lion/input-date": "0.5.1",
"@lion/input-email": "0.5.1", "@lion/input-email": "0.5.1",
"@lion/input-iban": "0.5.1", "@lion/input-iban": "0.5.2",
"@lion/input-range": "0.2.1", "@lion/input-range": "0.2.1",
"@lion/localize": "0.8.1", "@lion/localize": "0.8.1",
"@lion/radio": "0.3.1", "@lion/radio": "0.3.1",

View file

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.1...@lion/input-iban@0.5.2) (2020-01-20)
### Bug Fixes
* **input-iban:** use ibantools (offers es module now) ([3cc5999](https://github.com/ing-bank/lion/commit/3cc5999038330a4c35ca32ea39674cf9dc828405))
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.0...@lion/input-iban@0.5.1) (2020-01-17) ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.0...@lion/input-iban@0.5.1) (2020-01-17)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-iban", "name": "@lion/input-iban",
"version": "0.5.1", "version": "0.5.2",
"description": "Provide a way for users to fill in an iban", "description": "Provide a way for users to fill in an iban",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",