chore: release new versions

- @lion/form-system@0.6.7
 - @lion/form@0.4.20
 - @lion/select-rich@0.12.3
This commit is contained in:
CircleCI 2020-03-19 10:39:16 +00:00
parent 53d8eb1931
commit 3d88c58510
6 changed files with 33 additions and 6 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.6.7](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.6...@lion/form-system@0.6.7) (2020-03-19)
**Note:** Version bump only for package @lion/form-system
## [0.6.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.5...@lion/form-system@0.6.6) (2020-03-19) ## [0.6.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.5...@lion/form-system@0.6.6) (2020-03-19)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-system", "name": "@lion/form-system",
"version": "0.6.6", "version": "0.6.7",
"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/",
@ -37,7 +37,7 @@
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/field": "0.11.4", "@lion/field": "0.11.4",
"@lion/fieldset": "0.9.4", "@lion/fieldset": "0.9.4",
"@lion/form": "0.4.19", "@lion/form": "0.4.20",
"@lion/input": "0.5.19", "@lion/input": "0.5.19",
"@lion/input-amount": "0.5.19", "@lion/input-amount": "0.5.19",
"@lion/input-date": "0.5.20", "@lion/input-date": "0.5.20",
@ -48,7 +48,7 @@
"@lion/localize": "0.8.10", "@lion/localize": "0.8.10",
"@lion/radio-group": "0.8.5", "@lion/radio-group": "0.8.5",
"@lion/select": "0.5.19", "@lion/select": "0.5.19",
"@lion/select-rich": "0.12.2", "@lion/select-rich": "0.12.3",
"@lion/textarea": "0.5.20", "@lion/textarea": "0.5.20",
"@lion/validate": "0.8.0", "@lion/validate": "0.8.0",
"@open-wc/demoing-storybook": "^1.10.4", "@open-wc/demoing-storybook": "^1.10.4",

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.4.20](https://github.com/ing-bank/lion/compare/@lion/form@0.4.19...@lion/form@0.4.20) (2020-03-19)
### Bug Fixes
* **form:** remove correct reset event listener on teardown ([9cd0ed3](https://github.com/ing-bank/lion/commit/9cd0ed364fd440353c0b4a94bb1e5001ea9415c0))
## [0.4.19](https://github.com/ing-bank/lion/compare/@lion/form@0.4.18...@lion/form@0.4.19) (2020-03-19) ## [0.4.19](https://github.com/ing-bank/lion/compare/@lion/form@0.4.18...@lion/form@0.4.19) (2020-03-19)
**Note:** Version bump only for package @lion/form **Note:** Version bump only for package @lion/form

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form", "name": "@lion/form",
"version": "0.4.19", "version": "0.4.20",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",

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.12.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.2...@lion/select-rich@0.12.3) (2020-03-19)
**Note:** Version bump only for package @lion/select-rich
## [0.12.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.1...@lion/select-rich@0.12.2) (2020-03-19) ## [0.12.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.1...@lion/select-rich@0.12.2) (2020-03-19)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.12.2", "version": "0.12.3",
"description": "Provides a select with options that can contain html", "description": "Provides a select with options that can contain html",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -46,7 +46,7 @@
"@lion/validate": "0.8.0" "@lion/validate": "0.8.0"
}, },
"devDependencies": { "devDependencies": {
"@lion/form": "0.4.19", "@lion/form": "0.4.20",
"@open-wc/demoing-storybook": "^1.10.4", "@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0", "@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2" "sinon": "^7.2.2"