Version Packages
This commit is contained in:
parent
27bc805885
commit
daa97de466
7 changed files with 25 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/listbox': patch
|
||||
---
|
||||
|
||||
Remove usage of public class fields
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @lion/select-rich@0.21.2
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"@lion/localize": "0.14.4",
|
||||
"@lion/radio-group": "0.11.16",
|
||||
"@lion/select": "0.7.23",
|
||||
"@lion/select-rich": "0.21.1",
|
||||
"@lion/select-rich": "0.21.2",
|
||||
"@lion/textarea": "0.7.23",
|
||||
"@lion/validate-messages": "0.2.15"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,13 @@
|
|||
# @lion/listbox
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 27bc8058: Remove usage of public class fields
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0ec72ac3: Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/listbox",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A listbox widget presents a list of options and allows a user to select one or more of them",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.21.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [27bc8058]
|
||||
- @lion/listbox@0.1.1
|
||||
|
||||
## 0.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.21.1",
|
||||
"version": "0.21.2",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"@lion/button": "0.7.13",
|
||||
"@lion/core": "0.12.0",
|
||||
"@lion/form-core": "0.6.1",
|
||||
"@lion/listbox": "0.1.0",
|
||||
"@lion/listbox": "0.1.1",
|
||||
"@lion/overlays": "0.19.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue