Version Packages
This commit is contained in:
parent
fa7499ae08
commit
0ab8d44765
7 changed files with 24 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/helpers': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Republish helpers so that index.d.ts gets published with the latest ts config.
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.3.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @lion/switch@0.12.15
|
||||||
|
|
||||||
## 0.3.26
|
## 0.3.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.3.26",
|
"version": "0.3.27",
|
||||||
"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",
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
"@lion/radio-group": "0.12.14",
|
"@lion/radio-group": "0.12.14",
|
||||||
"@lion/select": "0.8.14",
|
"@lion/select": "0.8.14",
|
||||||
"@lion/select-rich": "0.21.25",
|
"@lion/select-rich": "0.21.25",
|
||||||
"@lion/switch": "0.12.14",
|
"@lion/switch": "0.12.15",
|
||||||
"@lion/textarea": "0.8.14",
|
"@lion/textarea": "0.8.14",
|
||||||
"@lion/validate-messages": "0.3.14"
|
"@lion/validate-messages": "0.3.14"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.20
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- e557bda4: Republish helpers so that index.d.ts gets published with the latest ts config.
|
||||||
|
|
||||||
## 0.5.19
|
## 0.5.19
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/helpers",
|
"name": "@lion/helpers",
|
||||||
"version": "0.5.19",
|
"version": "0.5.20",
|
||||||
"description": "Helpers that are used throughout lion and can be used outside",
|
"description": "Helpers that are used throughout lion and can be used outside",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.12.15
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e557bda4]
|
||||||
|
- @lion/helpers@0.5.20
|
||||||
|
|
||||||
## 0.12.14
|
## 0.12.14
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/switch",
|
"name": "@lion/switch",
|
||||||
"version": "0.12.14",
|
"version": "0.12.15",
|
||||||
"description": "A Switch is used for switching a property or feature on and off",
|
"description": "A Switch is used for switching a property or feature on and off",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.13.8",
|
"@lion/core": "0.13.8",
|
||||||
"@lion/form-core": "0.7.1",
|
"@lion/form-core": "0.7.1",
|
||||||
"@lion/helpers": "0.5.19"
|
"@lion/helpers": "0.5.20"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue