Version Packages

This commit is contained in:
github-actions[bot] 2020-09-11 10:46:31 +00:00 committed by Thomas Allmer
parent 7e02c39a0f
commit 10e6ad74c2
5 changed files with 16 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/select-rich': patch
---
Remove public class field usage in Select Rich

View file

@ -1,5 +1,12 @@
# Change Log
## 0.3.3
### Patch Changes
- Updated dependencies [7e02c39a]
- @lion/select-rich@0.21.3
## 0.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"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.2",
"@lion/select-rich": "0.21.3",
"@lion/textarea": "0.7.23",
"@lion/validate-messages": "0.2.15"
},

View file

@ -1,5 +1,11 @@
# Change Log
## 0.21.3
### Patch Changes
- 7e02c39a: Remove public class field usage in Select Rich
## 0.21.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.2",
"version": "0.21.3",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",