From 7163fbc95a7957c2273c621b2cd0c1f625605c4e Mon Sep 17 00:00:00 2001 From: "janus-idp[bot]" <139477802+janus-idp[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:27:05 -0600 Subject: [PATCH] chore(release): version packages on release-1.4 branch (#2591) Co-authored-by: github-actions[bot] --- .changeset/dull-pillows-unite.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dull-pillows-unite.md diff --git a/.changeset/dull-pillows-unite.md b/.changeset/dull-pillows-unite.md deleted file mode 100644 index 2a4dcd2d3e..0000000000 --- a/.changeset/dull-pillows-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): add a flag to relax semver checks. This change updates the CLI to add an option to relax the semver checks on a per-package basis to cater for plugins where it is known there should be runtime compabability due to no interface changes. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5885c2bb44..d0d0ce06fc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 1.18.5 + +### Patch Changes + +- 1277acb: fix(cli): add a flag to relax semver checks. This change updates the CLI to add an option to relax the semver checks on a per-package basis to cater for plugins where it is known there should be runtime compabability due to no interface changes. + ## 1.18.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 47f18e5dcb..b28718886b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "1.18.4", + "version": "1.18.5", "publishConfig": { "access": "public" },