Version Packages

This commit is contained in:
github-actions[bot] 2021-07-07 16:35:33 +00:00 committed by Thomas Allmer
parent ae14f99875
commit ab650681cc
12 changed files with 41 additions and 19 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/calendar': patch
---
add support for using language subtag only

View file

@ -1,6 +0,0 @@
---
'@lion/accordion': patch
'@lion/switch': patch
---
Improve documentation and examples

View file

@ -1,5 +1,11 @@
# Change Log
## 0.6.2
### Patch Changes
- ae14f998: Improve documentation and examples
## 0.6.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/accordion",
"version": "0.6.1",
"version": "0.6.2",
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.16.3
### Patch Changes
- 3cd0ac51: add support for using language subtag only
## 0.16.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.16.2",
"version": "0.16.3",
"description": "Standalone calendar",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,13 @@
# Change Log
## 0.9.4
### Patch Changes
- Updated dependencies [ae14f998]
- @lion/switch@0.17.4
- @lion/input-datepicker@0.23.4
## 0.9.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.9.3",
"version": "0.9.4",
"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.2",
"@lion/input-amount": "0.14.2",
"@lion/input-date": "0.12.4",
"@lion/input-datepicker": "0.23.3",
"@lion/input-datepicker": "0.23.4",
"@lion/input-email": "0.13.4",
"@lion/input-iban": "0.16.2",
"@lion/input-range": "0.10.3",
@ -52,7 +52,7 @@
"@lion/radio-group": "0.18.2",
"@lion/select": "0.14.2",
"@lion/select-rich": "0.27.2",
"@lion/switch": "0.17.3",
"@lion/switch": "0.17.4",
"@lion/textarea": "0.13.2",
"@lion/validate-messages": "0.7.2"
},

View file

@ -1,5 +1,12 @@
# Change Log
## 0.23.4
### Patch Changes
- Updated dependencies [3cd0ac51]
- @lion/calendar@0.16.3
## 0.23.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.23.3",
"version": "0.23.4",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
@ -36,7 +36,7 @@
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.16.2",
"@lion/calendar": "0.16.3",
"@lion/core": "0.18.1",
"@lion/form-core": "0.14.2",
"@lion/input-date": "0.12.4",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.17.4
### Patch Changes
- ae14f998: Improve documentation and examples
## 0.17.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/switch",
"version": "0.17.3",
"version": "0.17.4",
"description": "A Switch is used for switching a property or feature on and off",
"license": "MIT",
"author": "ing-bank",