chore: manually create -legacy versions for input-range, imput-email, input-date, fieldset

This commit is contained in:
Ahmet Yesil 2022-05-16 16:30:14 +02:00 committed by Ahmet Yeşil
parent 21f0a73811
commit aa80a36097
14 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
# Change Log
## 0.19.4
## 0.19.1-legacy.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/fieldset",
"version": "0.19.4",
"version": "0.19.1-legacy.0",
"description": "Allows to groups multiple input fields or other fieldsets together",
"license": "MIT",
"author": "ing-bank",

View file

@ -9,14 +9,14 @@
- @lion/button@0.12.3
- @lion/checkbox-group@0.17.4
- @lion/combobox@0.6.5
- @lion/fieldset@0.19.4
- @lion/fieldset@0.19.1-legacy.0
- @lion/form-core@0.13.3
- @lion/input-amount@0.13.4
- @lion/input-date@0.12.4
- @lion/input-date@0.12.1-legacy.0
- @lion/input-datepicker@0.22.4
- @lion/input-email@0.13.4
- @lion/input-email@0.13.1-legacy.0
- @lion/input-iban@0.15.4
- @lion/input-range@0.10.3
- @lion/input-range@0.10.0-legacy.0
- @lion/input-stepper@0.5.4
- @lion/listbox@0.9.3
- @lion/localize@0.19.3

View file

@ -36,16 +36,16 @@
"@lion/checkbox-group": "0.17.4",
"@lion/combobox": "0.6.5",
"@lion/core": "0.17.3",
"@lion/fieldset": "0.19.4",
"@lion/fieldset": "0.19.1-legacy.0",
"@lion/form": "0.11.4",
"@lion/form-core": "0.13.3",
"@lion/input": "0.14.4",
"@lion/input-amount": "0.13.4",
"@lion/input-date": "0.12.4",
"@lion/input-date": "0.12.1-legacy.0",
"@lion/input-datepicker": "0.22.4",
"@lion/input-email": "0.13.4",
"@lion/input-email": "0.13.1-legacy.0",
"@lion/input-iban": "0.15.4",
"@lion/input-range": "0.10.3",
"@lion/input-range": "0.10.0-legacy.0",
"@lion/input-stepper": "0.5.4",
"@lion/listbox": "0.9.3",
"@lion/localize": "0.19.3",

View file

@ -4,7 +4,7 @@
### Patch Changes
- @lion/fieldset@0.19.4
- @lion/fieldset@0.19.1-legacy.0
## 0.11.3

View file

@ -36,7 +36,7 @@
"lion-form.js"
],
"dependencies": {
"@lion/fieldset": "0.19.4"
"@lion/fieldset": "0.19.1-legacy.0"
},
"keywords": [
"form",

View file

@ -1,6 +1,6 @@
# Change Log
## 0.12.4
## 0.12.1-legacy.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-date",
"version": "0.12.4",
"version": "0.12.1-legacy.0",
"description": "Provide a way for users to fill in a date",
"license": "MIT",
"author": "ing-bank",

View file

@ -8,7 +8,7 @@
- @lion/core@0.17.3
- @lion/calendar@0.15.3
- @lion/form-core@0.13.3
- @lion/input-date@0.12.4
- @lion/input-date@0.12.1-legacy.0
- @lion/localize@0.19.3
- @lion/overlays@0.27.3
- @lion/validate-messages@0.6.4

View file

@ -39,7 +39,7 @@
"@lion/calendar": "0.15.3",
"@lion/core": "0.17.3",
"@lion/form-core": "0.13.3",
"@lion/input-date": "0.12.4",
"@lion/input-date": "0.12.1-legacy.0",
"@lion/localize": "0.19.3",
"@lion/overlays": "0.27.3",
"@lion/validate-messages": "0.6.4"

View file

@ -1,6 +1,6 @@
# Change Log
## 0.13.4
## 0.13.1-legacy.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-email",
"version": "0.13.4",
"version": "0.13.1-legacy.0",
"description": "Provide a way for users to fill in an email",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,6 +1,6 @@
# Change Log
## 0.10.3
## 0.10.0-legacy.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-range",
"version": "0.10.3",
"version": "0.10.0-legacy.0",
"description": "Provide a way for users to select one value from a range of values",
"license": "MIT",
"author": "ing-bank",