Version Packages
This commit is contained in:
parent
9ac77d2786
commit
30050e7d86
8 changed files with 26 additions and 15 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/input-datepicker': patch
|
||||
---
|
||||
|
||||
set isTriggeredByUser in model-value-changed event to true, when value has been changed via the calendar
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/switch': patch
|
||||
---
|
||||
|
||||
Update docs to use overview, use cases, reference
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7e75e18f]
|
||||
- Updated dependencies [62eb21e6]
|
||||
- @lion/input-datepicker@0.23.2
|
||||
- @lion/switch@0.17.2
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"@lion/input": "0.15.1",
|
||||
"@lion/input-amount": "0.14.1",
|
||||
"@lion/input-date": "0.12.3",
|
||||
"@lion/input-datepicker": "0.23.1",
|
||||
"@lion/input-datepicker": "0.23.2",
|
||||
"@lion/input-email": "0.13.3",
|
||||
"@lion/input-iban": "0.16.1",
|
||||
"@lion/input-range": "0.10.2",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"@lion/radio-group": "0.18.1",
|
||||
"@lion/select": "0.14.1",
|
||||
"@lion/select-rich": "0.27.1",
|
||||
"@lion/switch": "0.17.1",
|
||||
"@lion/switch": "0.17.2",
|
||||
"@lion/textarea": "0.13.1",
|
||||
"@lion/validate-messages": "0.7.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.23.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7e75e18f: set isTriggeredByUser in model-value-changed event to true, when value has been changed via the calendar
|
||||
|
||||
## 0.23.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.23.1",
|
||||
"version": "0.23.2",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.17.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 62eb21e6: Update docs to use overview, use cases, reference
|
||||
|
||||
## 0.17.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/switch",
|
||||
"version": "0.17.1",
|
||||
"version": "0.17.2",
|
||||
"description": "A Switch is used for switching a property or feature on and off",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue