diff --git a/.changeset/shiny-snakes-tan.md b/.changeset/shiny-snakes-tan.md deleted file mode 100644 index 256bcd1559..0000000000 --- a/.changeset/shiny-snakes-tan.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@janus-idp/cli": major ---- - -changes to `package-dynamic-plugins` command: - -- Removed `-m` (`--marketplace`) flag. This flag will be replaced with more generic implementation see: https://issues.redhat.com/browse/RHIDP-5290 diff --git a/.changeset/stale-penguins-tan.md b/.changeset/stale-penguins-tan.md deleted file mode 100644 index 0fc5d685a4..0000000000 --- a/.changeset/stale-penguins-tan.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): extend --ignore-version-check - -This change updates the cli's --ignore-version-check flag to also ignore the check performed on an embedded transitive dependencies that are moved to peer dependencies, when it is known that the mismatch is runtime compatible. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 51a7c9b1c2..76820e127a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 3.0.0 + +### Major Changes + +- 8c307f7: changes to `package-dynamic-plugins` command: + + - Removed `-m` (`--marketplace`) flag. This flag will be replaced with more generic implementation see: https://issues.redhat.com/browse/RHIDP-5290 + +### Patch Changes + +- 684e4ad: fix(cli): extend --ignore-version-check + + This change updates the cli's --ignore-version-check flag to also ignore the check performed on an embedded transitive dependencies that are moved to peer dependencies, when it is known that the mismatch is runtime compatible. + ## 2.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b9dcf780f4..00496b22ea 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": "2.0.0", + "version": "3.0.0", "publishConfig": { "access": "public" },