diff --git a/.changeset/long-pants-allow.md b/.changeset/long-pants-allow.md deleted file mode 100644 index 03a8ad64dd..0000000000 --- a/.changeset/long-pants-allow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -This change adds two new flags to handle native module dependencies. - -- `--allow-native-package [package-name...]`: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin. - -- `--suppress-native-package [package-name..]`: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies. diff --git a/.changeset/slow-eagles-refuse.md b/.changeset/slow-eagles-refuse.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/slow-eagles-refuse.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e1ccb9d72..08a0d0648e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 1.18.2 + +### Patch Changes + +- abd9dec: This change adds two new flags to handle native module dependencies. + + - `--allow-native-package [package-name...]`: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin. + - `--suppress-native-package [package-name..]`: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies. + ## 1.18.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4b8868c191..27dd6979bd 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.1", + "version": "1.18.2", "publishConfig": { "access": "public" },