chore: manually bump the "inbetween versions" of packages that never … (#1961)
* chore: manually bump the "inbetween versions" of packages that never got a minor bump after we moved to lit2 * chore: manually depend on "inbetween releases" internally
This commit is contained in:
parent
5d08951f42
commit
6296e51a12
14 changed files with 35 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## 0.19.1
|
||||
## 0.19.1-legacy.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/fieldset",
|
||||
"version": "0.19.1",
|
||||
"version": "0.19.1-legacy.1",
|
||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
|
||||
## 0.7.7
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.7.6",
|
||||
"version": "0.7.7",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,16 +36,16 @@
|
|||
"@lion/checkbox-group": "0.17.5",
|
||||
"@lion/combobox": "0.6.6",
|
||||
"@lion/core": "0.17.4",
|
||||
"@lion/fieldset": "0.19.1",
|
||||
"@lion/form": "0.11.5",
|
||||
"@lion/fieldset": "0.19.1-legacy.1",
|
||||
"@lion/form": "0.11.6",
|
||||
"@lion/form-core": "0.13.4",
|
||||
"@lion/input": "0.14.5",
|
||||
"@lion/input-amount": "0.13.5",
|
||||
"@lion/input-date": "0.12.1",
|
||||
"@lion/input-datepicker": "0.22.5",
|
||||
"@lion/input-email": "0.13.1",
|
||||
"@lion/input-date": "0.12.1-legacy.1",
|
||||
"@lion/input-datepicker": "0.22.6",
|
||||
"@lion/input-email": "0.13.1-legacy.1",
|
||||
"@lion/input-iban": "0.15.5",
|
||||
"@lion/input-range": "0.10.0",
|
||||
"@lion/input-range": "0.10.0-legacy.1",
|
||||
"@lion/input-stepper": "0.5.5",
|
||||
"@lion/listbox": "0.9.4",
|
||||
"@lion/localize": "0.19.4",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
|
||||
|
||||
## 0.11.6
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.11.5",
|
||||
"version": "0.11.6",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"lion-form.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/fieldset": "0.19.1"
|
||||
"@lion/fieldset": "0.19.1-legacy.1"
|
||||
},
|
||||
"keywords": [
|
||||
"form",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.1
|
||||
## 0.12.1-legacy.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.1-legacy.1",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 0.22.6
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
## 0.22.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.22.5",
|
||||
"version": "0.22.6",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"@lion/calendar": "0.15.4",
|
||||
"@lion/core": "0.17.4",
|
||||
"@lion/form-core": "0.13.4",
|
||||
"@lion/input-date": "0.12.1",
|
||||
"@lion/input-date": "0.12.1-legacy.1",
|
||||
"@lion/localize": "0.19.4",
|
||||
"@lion/overlays": "0.27.4",
|
||||
"@lion/validate-messages": "0.6.5"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## 0.13.1
|
||||
## 0.13.1-legacy.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-email",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.1-legacy.1",
|
||||
"description": "Provide a way for users to fill in an email",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## 0.10.0
|
||||
## 0.10.0-legacy.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.0-legacy.1",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue