diff --git a/.changeset/pre.json b/.changeset/pre.json index 4af591b..3d11609 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "beta", "initialVersions": { "@strapi/sdk-plugin": "5.0.0-beta.6" diff --git a/.changeset/shy-ligers-run.md b/.changeset/shy-ligers-run.md new file mode 100644 index 0000000..2091628 --- /dev/null +++ b/.changeset/shy-ligers-run.md @@ -0,0 +1,5 @@ +--- +'@strapi/sdk-plugin': patch +--- + +Exit pre mode diff --git a/src/cli/commands/plugin/init/action.ts b/src/cli/commands/plugin/init/action.ts index d05da17..8481753 100644 --- a/src/cli/commands/plugin/init/action.ts +++ b/src/cli/commands/plugin/init/action.ts @@ -18,7 +18,6 @@ const USE_BETA_VERSIONS: string[] = [ '@strapi/design-system', '@strapi/icons', '@strapi/strapi', - '@strapi/sdk-plugin', '@strapi/typescript-utils', ] as const; @@ -258,7 +257,7 @@ const PLUGIN_TEMPLATE = defineTemplate(async ({ logger, gitConfig, packagePath } peerDependencies: { // TODO: set this to 5.0.0 when Strapi 5 is released '@strapi/strapi': '^5.0.0-beta', - '@strapi/sdk-plugin': 'ˆ5.0.0-beta', + '@strapi/sdk-plugin': '^5.0.0', }, strapi: { kind: 'plugin',