chore: release new versions
- @lion/form-system@0.7.7 - @lion/input-range@0.2.22
This commit is contained in:
parent
1790df79b3
commit
0a03119bc4
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.7.7](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.6...@lion/form-system@0.7.7) (2020-04-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.5...@lion/form-system@0.7.6) (2020-04-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.6",
|
||||
"version": "0.7.7",
|
||||
"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/",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"@lion/input-datepicker": "0.11.5",
|
||||
"@lion/input-email": "0.6.6",
|
||||
"@lion/input-iban": "0.7.1",
|
||||
"@lion/input-range": "0.2.21",
|
||||
"@lion/input-range": "0.2.22",
|
||||
"@lion/localize": "0.9.1",
|
||||
"@lion/radio-group": "0.8.7",
|
||||
"@lion/select": "0.5.21",
|
||||
|
|
|
|||
|
|
@ -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.2.22](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.21...@lion/input-range@0.2.22) (2020-04-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-range:** securely apply css ([ada5350](https://github.com/ing-bank/lion/commit/ada5350a213f17f995d6bdedb82f387b3571a695))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.21](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.20...@lion/input-range@0.2.21) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.2.21",
|
||||
"version": "0.2.22",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue