Version Packages

This commit is contained in:
github-actions[bot] 2021-07-05 08:16:45 +00:00 committed by Thomas Allmer
parent 9ac77d2786
commit 30050e7d86
8 changed files with 26 additions and 15 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@lion/switch': patch
---
Update docs to use overview, use cases, reference

View file

@ -1,5 +1,14 @@
# Change Log # 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 ## 0.9.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "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", "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",
@ -42,7 +42,7 @@
"@lion/input": "0.15.1", "@lion/input": "0.15.1",
"@lion/input-amount": "0.14.1", "@lion/input-amount": "0.14.1",
"@lion/input-date": "0.12.3", "@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-email": "0.13.3",
"@lion/input-iban": "0.16.1", "@lion/input-iban": "0.16.1",
"@lion/input-range": "0.10.2", "@lion/input-range": "0.10.2",
@ -52,7 +52,7 @@
"@lion/radio-group": "0.18.1", "@lion/radio-group": "0.18.1",
"@lion/select": "0.14.1", "@lion/select": "0.14.1",
"@lion/select-rich": "0.27.1", "@lion/select-rich": "0.27.1",
"@lion/switch": "0.17.1", "@lion/switch": "0.17.2",
"@lion/textarea": "0.13.1", "@lion/textarea": "0.13.1",
"@lion/validate-messages": "0.7.1" "@lion/validate-messages": "0.7.1"
}, },

View file

@ -1,5 +1,11 @@
# Change Log # 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 ## 0.23.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "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", "description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.17.2
### Patch Changes
- 62eb21e6: Update docs to use overview, use cases, reference
## 0.17.1 ## 0.17.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/switch", "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", "description": "A Switch is used for switching a property or feature on and off",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",