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:
Thijs Louisse 2023-04-13 14:26:14 +02:00 committed by GitHub
parent 5d08951f42
commit 6296e51a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 35 additions and 19 deletions

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "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", "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",
@ -36,16 +36,16 @@
"@lion/checkbox-group": "0.17.5", "@lion/checkbox-group": "0.17.5",
"@lion/combobox": "0.6.6", "@lion/combobox": "0.6.6",
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/fieldset": "0.19.1", "@lion/fieldset": "0.19.1-legacy.1",
"@lion/form": "0.11.5", "@lion/form": "0.11.6",
"@lion/form-core": "0.13.4", "@lion/form-core": "0.13.4",
"@lion/input": "0.14.5", "@lion/input": "0.14.5",
"@lion/input-amount": "0.13.5", "@lion/input-amount": "0.13.5",
"@lion/input-date": "0.12.1", "@lion/input-date": "0.12.1-legacy.1",
"@lion/input-datepicker": "0.22.5", "@lion/input-datepicker": "0.22.6",
"@lion/input-email": "0.13.1", "@lion/input-email": "0.13.1-legacy.1",
"@lion/input-iban": "0.15.5", "@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/input-stepper": "0.5.5",
"@lion/listbox": "0.9.4", "@lion/listbox": "0.9.4",
"@lion/localize": "0.19.4", "@lion/localize": "0.19.4",

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form", "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", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -36,7 +36,7 @@
"lion-form.js" "lion-form.js"
], ],
"dependencies": { "dependencies": {
"@lion/fieldset": "0.19.1" "@lion/fieldset": "0.19.1-legacy.1"
}, },
"keywords": [ "keywords": [
"form", "form",

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "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", "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",
@ -39,7 +39,7 @@
"@lion/calendar": "0.15.4", "@lion/calendar": "0.15.4",
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/form-core": "0.13.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/localize": "0.19.4",
"@lion/overlays": "0.27.4", "@lion/overlays": "0.27.4",
"@lion/validate-messages": "0.6.5" "@lion/validate-messages": "0.6.5"

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-range", "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", "description": "Provide a way for users to select one value from a range of values",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",