fix: release invalid versions

This commit is contained in:
Alexandre Bodin 2024-04-11 14:14:02 +02:00
parent f9554a3727
commit 6b059628de
7 changed files with 53 additions and 1032 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "getstarted", "name": "getstarted",
"version": "5.0.0-beta.2", "version": "5.0.0-beta.3",
"private": true, "private": true,
"description": "A Strapi application.", "description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
@ -14,15 +14,15 @@
}, },
"dependencies": { "dependencies": {
"@strapi/icons": "1.16.0", "@strapi/icons": "1.16.0",
"@strapi/plugin-color-picker": "5.0.0-beta.2", "@strapi/plugin-color-picker": "5.0.0-beta.3",
"@strapi/plugin-documentation": "5.0.0-beta.2", "@strapi/plugin-documentation": "5.0.0-beta.3",
"@strapi/plugin-graphql": "5.0.0-beta.2", "@strapi/plugin-graphql": "5.0.0-beta.3",
"@strapi/plugin-sentry": "5.0.0-beta.2", "@strapi/plugin-sentry": "5.0.0-beta.3",
"@strapi/plugin-users-permissions": "5.0.0-beta.2", "@strapi/plugin-users-permissions": "5.0.0-beta.3",
"@strapi/provider-email-mailgun": "5.0.0-beta.2", "@strapi/provider-email-mailgun": "5.0.0-beta.3",
"@strapi/provider-upload-aws-s3": "5.0.0-beta.2", "@strapi/provider-upload-aws-s3": "5.0.0-beta.3",
"@strapi/provider-upload-cloudinary": "5.0.0-beta.2", "@strapi/provider-upload-cloudinary": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.2", "@strapi/strapi": "5.0.0-beta.3",
"better-sqlite3": "9.4.3", "better-sqlite3": "9.4.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql2": "3.6.2", "mysql2": "3.6.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "kitchensink-ts", "name": "kitchensink-ts",
"version": "5.0.0-beta.2", "version": "5.0.0-beta.3",
"private": true, "private": true,
"description": "A Strapi application", "description": "A Strapi application",
"license": "MIT", "license": "MIT",
@ -14,8 +14,8 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-users-permissions": "5.0.0-beta.2", "@strapi/plugin-users-permissions": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.2", "@strapi/strapi": "5.0.0-beta.3",
"better-sqlite3": "9.4.3", "better-sqlite3": "9.4.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "kitchensink", "name": "kitchensink",
"version": "5.0.0-beta.2", "version": "5.0.0-beta.3",
"private": true, "private": true,
"description": "A Strapi application.", "description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
@ -13,10 +13,10 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/provider-email-mailgun": "5.0.0-beta.2", "@strapi/provider-email-mailgun": "5.0.0-beta.3",
"@strapi/provider-upload-aws-s3": "5.0.0-beta.2", "@strapi/provider-upload-aws-s3": "5.0.0-beta.3",
"@strapi/provider-upload-cloudinary": "5.0.0-beta.2", "@strapi/provider-upload-cloudinary": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.2", "@strapi/strapi": "5.0.0-beta.3",
"better-sqlite3": "9.4.3", "better-sqlite3": "9.4.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql2": "3.6.2", "mysql2": "3.6.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-workspace-plugin", "name": "strapi-plugin-workspace-plugin",
"version": "5.0.0-beta.2", "version": "5.0.0-beta.3",
"private": true, "private": true,
"description": "This is the description of my plugin.", "description": "This is the description of my plugin.",
"exports": { "exports": {

View File

@ -83,7 +83,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2", "@strapi/pack-up": "5.0.0-beta.3",
"@types/git-url-parse": "9.0.1", "@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31", "@types/ini": "1.3.31",
"@types/prompts": "2.4.9", "@types/prompts": "2.4.9",

View File

@ -71,7 +71,7 @@ export class Upgrader implements UpgraderInterface {
// Extract the <major>.<minor>.<patch> version from the target and assign it to the codemods target // Extract the <major>.<minor>.<patch> version from the target and assign it to the codemods target
// //
// This is useful when dealing with alphas, betas or release candidates: // This is useful when dealing with alphas, betas or release candidates:
// e.g. "5.0.0-beta.2" becomes "5.0.0" // e.g. "5.0.0-beta.3" becomes "5.0.0"
// //
// For experimental versions (e.g. "0.0.0-experimental.hex"), it is necessary to // For experimental versions (e.g. "0.0.0-experimental.hex"), it is necessary to
// override the codemods target manually in order to run the appropriate ones. // override the codemods target manually in order to run the appropriate ones.

1043
yarn.lock

File diff suppressed because it is too large Load Diff