chore: release new versions
- @lion/form-system@0.3.2 - @lion/textarea@0.5.2
This commit is contained in:
parent
60284d79bc
commit
43c43b2be1
4 changed files with 22 additions and 3 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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.0...@lion/form-system@0.3.1) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"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/",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"@lion/localize": "0.8.1",
|
||||
"@lion/radio": "0.3.1",
|
||||
"@lion/radio-group": "0.5.1",
|
||||
"@lion/textarea": "0.5.1",
|
||||
"@lion/textarea": "0.5.2",
|
||||
"@lion/validate": "0.6.1",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.3.4"
|
||||
|
|
|
|||
|
|
@ -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.2](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.1...@lion/textarea@0.5.2) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* unregister form element when disconnected ([60284d7](https://github.com/ing-bank/lion/commit/60284d79bc538632661e2f00ef47aeb191988a91))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.0...@lion/textarea@0.5.1) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/textarea",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Provide a way for users to write text that is multiple lines long",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue