Version Packages
This commit is contained in:
parent
ba16a9cd8b
commit
bbd1fce3c2
5 changed files with 16 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/combobox': patch
|
||||
---
|
||||
|
||||
Fix combobox google demo
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0e61e764: Fix combobox google demo
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/combobox",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.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.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0e61e764]
|
||||
- @lion/combobox@0.4.2
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"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.10.1",
|
||||
"@lion/checkbox-group": "0.15.3",
|
||||
"@lion/combobox": "0.4.1",
|
||||
"@lion/combobox": "0.4.2",
|
||||
"@lion/core": "0.15.0",
|
||||
"@lion/fieldset": "0.17.3",
|
||||
"@lion/form": "0.9.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue