Skip to content

Commit

Permalink
chore: exit pre mode (#19)
Browse files Browse the repository at this point in the history
* chore: exit pre mode

* chore: exit pre mode

* chore: add changeset

* revert: include sdk-plugin in package.json
  • Loading branch information
innerdvations authored May 23, 2024
1 parent 7d42be8 commit 01bc634
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@strapi/sdk-plugin": "5.0.0-beta.6"
Expand Down
5 changes: 5 additions & 0 deletions .changeset/shy-ligers-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@strapi/sdk-plugin': patch
---

Exit pre mode
3 changes: 1 addition & 2 deletions src/cli/commands/plugin/init/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const USE_BETA_VERSIONS: string[] = [
'@strapi/design-system',
'@strapi/icons',
'@strapi/strapi',
'@strapi/sdk-plugin',
'@strapi/typescript-utils',
] as const;

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 01bc634

Please sign in to comment.