chore: release new versions
- @lion/button@0.5.5 - @lion/form-system@0.4.5 - @lion/select-rich@0.10.3
This commit is contained in:
parent
166427871d
commit
2b2e1eaff5
6 changed files with 32 additions and 5 deletions
|
|
@ -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.5](https://github.com/ing-bank/lion/compare/@lion/button@0.5.4...@lion/button@0.5.5) (2020-02-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** ie11 error when setting attribute in constructor ([1664278](https://github.com/ing-bank/lion/commit/166427871d90b8ae478924f1685249d92c1c0f82))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/button@0.5.3...@lion/button@0.5.4) (2020-02-06)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.4.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.4...@lion/form-system@0.4.5) (2020-02-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.3...@lion/form-system@0.4.4) (2020-02-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"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/",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"@lion/radio": "0.4.1",
|
||||
"@lion/radio-group": "0.6.2",
|
||||
"@lion/select": "0.5.11",
|
||||
"@lion/select-rich": "0.10.2",
|
||||
"@lion/select-rich": "0.10.3",
|
||||
"@lion/textarea": "0.5.12",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -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.10.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.2...@lion/select-rich@0.10.3) (2020-02-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.10.1...@lion/select-rich@0.10.2) (2020-02-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.5.4",
|
||||
"@lion/button": "0.5.5",
|
||||
"@lion/choice-input": "0.6.1",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.9.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue