chore: release new versions
- @lion/checkbox-group@0.9.3 - @lion/fieldset@0.12.0 - @lion/form-system@0.10.0 - @lion/form@0.5.3 - @lion/radio-group@0.9.3
This commit is contained in:
parent
8314b1acc2
commit
5adf69c5d3
10 changed files with 58 additions and 12 deletions
|
|
@ -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.9.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.9.2...@lion/checkbox-group@0.9.3) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox-group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.9.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.9.1...@lion/checkbox-group@0.9.2) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox-group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox-group",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"description": "A container for multiple checkboxes",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"dependencies": {
|
||||
"@lion/choice-input": "0.9.1",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.11.2",
|
||||
"@lion/fieldset": "0.12.0",
|
||||
"@lion/input": "0.6.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.12.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.11.2...@lion/fieldset@0.12.0) (2020-05-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **fieldset:** add clearGroup method ([#723](https://github.com/ing-bank/lion/issues/723)) ([8314b1a](https://github.com/ing-bank/lion/commit/8314b1acc24c979e4fc9f53dc0c4b352ff3604fa))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.11.1...@lion/fieldset@0.11.2) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/fieldset
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/fieldset",
|
||||
"version": "0.11.2",
|
||||
"version": "0.12.0",
|
||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.9.0...@lion/form-system@0.10.0) (2020-05-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **fieldset:** add clearGroup method ([#723](https://github.com/ing-bank/lion/issues/723)) ([8314b1a](https://github.com/ing-bank/lion/commit/8314b1acc24c979e4fc9f53dc0c4b352ff3604fa))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.3...@lion/form-system@0.9.0) (2020-05-27)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"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/",
|
||||
|
|
@ -37,11 +37,11 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.6.0",
|
||||
"@lion/checkbox-group": "0.9.2",
|
||||
"@lion/checkbox-group": "0.9.3",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/field": "0.13.1",
|
||||
"@lion/fieldset": "0.11.2",
|
||||
"@lion/form": "0.5.2",
|
||||
"@lion/fieldset": "0.12.0",
|
||||
"@lion/form": "0.5.3",
|
||||
"@lion/input": "0.6.1",
|
||||
"@lion/input-amount": "0.6.1",
|
||||
"@lion/input-date": "0.6.1",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"@lion/input-iban": "0.8.1",
|
||||
"@lion/input-range": "0.3.1",
|
||||
"@lion/localize": "0.10.0",
|
||||
"@lion/radio-group": "0.9.2",
|
||||
"@lion/radio-group": "0.9.3",
|
||||
"@lion/select": "0.6.1",
|
||||
"@lion/select-rich": "0.17.4",
|
||||
"@lion/textarea": "0.6.1",
|
||||
|
|
|
|||
|
|
@ -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.5.3](https://github.com/ing-bank/lion/compare/@lion/form@0.5.2...@lion/form@0.5.3) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/form
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/form@0.5.1...@lion/form@0.5.2) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/form
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,6 +38,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.11.2"
|
||||
"@lion/fieldset": "0.12.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.9.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.9.2...@lion/radio-group@0.9.3) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio-group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.9.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.9.1...@lion/radio-group@0.9.2) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio-group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"description": "Manage a group of choices",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"dependencies": {
|
||||
"@lion/choice-input": "0.9.1",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.11.2",
|
||||
"@lion/fieldset": "0.12.0",
|
||||
"@lion/input": "0.6.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue