Version Packages
This commit is contained in:
parent
421a266c31
commit
798c067641
5 changed files with 16 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/combobox': patch
|
||||
---
|
||||
|
||||
Removed use of innerHTML from LionComboBox, made Checkmarx happy
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 818a06f9: Removed use of innerHTML from LionComboBox, made Checkmarx happy
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/combobox",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [818a06f9]
|
||||
- @lion/combobox@0.6.2
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"dependencies": {
|
||||
"@lion/button": "0.12.0",
|
||||
"@lion/checkbox-group": "0.17.1",
|
||||
"@lion/combobox": "0.6.1",
|
||||
"@lion/combobox": "0.6.2",
|
||||
"@lion/core": "0.17.0",
|
||||
"@lion/fieldset": "0.19.1",
|
||||
"@lion/form": "0.11.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue