From 6296e51a123cc9a54262e71ba6df71e5b2c04e5f Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Thu, 13 Apr 2023 14:26:14 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20manually=20bump=20the=20"inbetween=20v?= =?UTF-8?q?ersions"=20of=20packages=20that=20never=20=E2=80=A6=20(#1961)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- packages/fieldset/CHANGELOG.md | 2 +- packages/fieldset/package.json | 2 +- packages/form-integrations/CHANGELOG.md | 6 ++++++ packages/form-integrations/package.json | 14 +++++++------- packages/form/CHANGELOG.md | 6 ++++++ packages/form/package.json | 4 ++-- packages/input-date/CHANGELOG.md | 2 +- packages/input-date/package.json | 2 +- packages/input-datepicker/CHANGELOG.md | 4 ++++ packages/input-datepicker/package.json | 4 ++-- packages/input-email/CHANGELOG.md | 2 +- packages/input-email/package.json | 2 +- packages/input-range/CHANGELOG.md | 2 +- packages/input-range/package.json | 2 +- 14 files changed, 35 insertions(+), 19 deletions(-) diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 429dfc60f..8310eed8d 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.19.1 +## 0.19.1-legacy.1 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 206ecc7c1..165e0a7ca 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -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", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 3d644ddb7..021f18828 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -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 diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 37ad92a9c..3c5d8a5ad 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -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", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 8ecf9bb9f..b9c24bd21 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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 diff --git a/packages/form/package.json b/packages/form/package.json index c473aff39..facd3eff6 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -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", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 951a56dad..9758966ba 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.12.1 +## 0.12.1-legacy.1 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 884f5ac22..e90292f91 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -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", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 0b74b5e5c..6548d599c 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -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 diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 5d756c1f6..cad4b78f3 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -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" diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 9b7214175..58e84b6f6 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.13.1 +## 0.13.1-legacy.1 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 9dec24d99..fee5ad53d 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -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", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 802362b34..8d4df9299 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.10.0 +## 0.10.0-legacy.1 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index d31c3bdb1..cb94f1da0 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -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",