Version Packages
This commit is contained in:
parent
7e02c39a0f
commit
10e6ad74c2
5 changed files with 16 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/select-rich': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove public class field usage in Select Rich
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.3.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [7e02c39a]
|
||||||
|
- @lion/select-rich@0.21.3
|
||||||
|
|
||||||
## 0.3.2
|
## 0.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
"@lion/localize": "0.14.4",
|
"@lion/localize": "0.14.4",
|
||||||
"@lion/radio-group": "0.11.16",
|
"@lion/radio-group": "0.11.16",
|
||||||
"@lion/select": "0.7.23",
|
"@lion/select": "0.7.23",
|
||||||
"@lion/select-rich": "0.21.2",
|
"@lion/select-rich": "0.21.3",
|
||||||
"@lion/textarea": "0.7.23",
|
"@lion/textarea": "0.7.23",
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.2.15"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.21.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 7e02c39a: Remove public class field usage in Select Rich
|
||||||
|
|
||||||
## 0.21.2
|
## 0.21.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.21.2",
|
"version": "0.21.3",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue