Skip to content

Commit

Permalink
v4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markkaylor committed Apr 24, 2024
1 parent 6ad256c commit bfa5109
Show file tree
Hide file tree
Showing 47 changed files with 380 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-pr-status/package.json
@@ -1,6 +1,6 @@
{
"name": "check-pr-status",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
22 changes: 11 additions & 11 deletions examples/getstarted/package.json
@@ -1,6 +1,6 @@
{
"name": "getstarted",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -14,16 +14,16 @@
},
"dependencies": {
"@strapi/icons": "1.18.0",
"@strapi/plugin-color-picker": "4.23.1",
"@strapi/plugin-documentation": "4.23.1",
"@strapi/plugin-graphql": "4.23.1",
"@strapi/plugin-i18n": "4.23.1",
"@strapi/plugin-sentry": "4.23.1",
"@strapi/plugin-users-permissions": "4.23.1",
"@strapi/provider-email-mailgun": "4.23.1",
"@strapi/provider-upload-aws-s3": "4.23.1",
"@strapi/provider-upload-cloudinary": "4.23.1",
"@strapi/strapi": "4.23.1",
"@strapi/plugin-color-picker": "4.24.0",
"@strapi/plugin-documentation": "4.24.0",
"@strapi/plugin-graphql": "4.24.0",
"@strapi/plugin-i18n": "4.24.0",
"@strapi/plugin-sentry": "4.24.0",
"@strapi/plugin-users-permissions": "4.24.0",
"@strapi/provider-email-mailgun": "4.24.0",
"@strapi/provider-upload-aws-s3": "4.24.0",
"@strapi/provider-upload-cloudinary": "4.24.0",
"@strapi/strapi": "4.24.0",
"better-sqlite3": "8.6.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/kitchensink-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "kitchensink-ts",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.23.1",
"@strapi/plugin-users-permissions": "4.23.1",
"@strapi/strapi": "4.23.1",
"@strapi/plugin-i18n": "4.24.0",
"@strapi/plugin-users-permissions": "4.24.0",
"@strapi/strapi": "4.24.0",
"better-sqlite3": "8.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/kitchensink/package.json
@@ -1,6 +1,6 @@
{
"name": "kitchensink",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -13,10 +13,10 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/provider-email-mailgun": "4.23.1",
"@strapi/provider-upload-aws-s3": "4.23.1",
"@strapi/provider-upload-cloudinary": "4.23.1",
"@strapi/strapi": "4.23.1",
"@strapi/provider-email-mailgun": "4.24.0",
"@strapi/provider-upload-aws-s3": "4.24.0",
"@strapi/provider-upload-cloudinary": "4.24.0",
"@strapi/strapi": "4.24.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.9.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/workspace-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-workspace-plugin",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"description": "This is the description of my plugin.",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "4.23.1",
"version": "4.24.0",
"packages": ["packages/*", "examples/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/admin-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin-test-utils",
"version": "4.23.1",
"version": "4.24.0",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/pack-up": "4.23.0",
"@testing-library/jest-dom": "5.16.5",
"eslint-config-custom": "4.23.1",
"tsconfig": "4.23.1"
"eslint-config-custom": "4.24.0",
"tsconfig": "4.24.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/create-strapi-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "4.23.1",
"version": "4.24.0",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-app",
Expand Down Expand Up @@ -43,14 +43,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "4.23.1",
"@strapi/generate-new": "4.24.0",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"eslint-config-custom": "4.23.1",
"tsconfig": "4.23.1"
"eslint-config-custom": "4.24.0",
"tsconfig": "4.24.0"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/create-strapi-starter/package.json
@@ -1,6 +1,6 @@
{
"name": "create-strapi-starter",
"version": "4.23.1",
"version": "4.24.0",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-starter",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "4.23.1",
"@strapi/generate-new": "4.24.0",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"commander": "8.3.0",
Expand All @@ -54,8 +54,8 @@
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"eslint-config-custom": "4.23.1",
"tsconfig": "4.23.1"
"eslint-config-custom": "4.24.0",
"tsconfig": "4.24.0"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
22 changes: 11 additions & 11 deletions packages/core/admin/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "4.23.1",
"version": "4.24.0",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -73,13 +73,13 @@
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.18.0",
"@strapi/helper-plugin": "4.23.1",
"@strapi/helper-plugin": "4.24.0",
"@strapi/icons": "1.18.0",
"@strapi/permissions": "4.23.1",
"@strapi/provider-audit-logs-local": "4.23.1",
"@strapi/types": "4.23.1",
"@strapi/typescript-utils": "4.23.1",
"@strapi/utils": "4.23.1",
"@strapi/permissions": "4.24.0",
"@strapi/provider-audit-logs-local": "4.24.0",
"@strapi/types": "4.24.0",
"@strapi/typescript-utils": "4.24.0",
"@strapi/utils": "4.24.0",
"@vitejs/plugin-react-swc": "3.5.0",
"axios": "1.6.0",
"bcryptjs": "2.4.3",
Expand Down Expand Up @@ -169,11 +169,11 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin-test-utils": "4.23.1",
"@strapi/data-transfer": "4.23.1",
"@strapi/admin-test-utils": "4.24.0",
"@strapi/data-transfer": "4.24.0",
"@strapi/pack-up": "4.23.0",
"@strapi/plugin-content-manager": "4.23.1",
"@strapi/strapi": "4.23.1",
"@strapi/plugin-content-manager": "4.24.0",
"@strapi/strapi": "4.24.0",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/content-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-manager",
"version": "4.23.1",
"version": "4.24.0",
"description": "A powerful UI to easily manage your data.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/types": "4.23.1",
"@strapi/utils": "4.23.1",
"@strapi/types": "4.24.0",
"@strapi/utils": "4.24.0",
"koa": "2.13.4",
"koa-bodyparser": "4.4.1",
"lodash": "4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/content-releases/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "4.23.1",
"version": "4.24.0",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,10 +56,10 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.18.0",
"@strapi/helper-plugin": "4.23.1",
"@strapi/helper-plugin": "4.24.0",
"@strapi/icons": "1.18.0",
"@strapi/types": "workspace:*",
"@strapi/utils": "4.23.1",
"@strapi/utils": "4.24.0",
"axios": "1.6.0",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
Expand All @@ -71,10 +71,10 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "4.23.1",
"@strapi/admin-test-utils": "4.23.1",
"@strapi/admin": "4.24.0",
"@strapi/admin-test-utils": "4.24.0",
"@strapi/pack-up": "4.23.0",
"@strapi/strapi": "4.23.1",
"@strapi/strapi": "4.24.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/koa": "2.13.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/content-type-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-type-builder",
"version": "4.23.1",
"version": "4.24.0",
"description": "Strapi plugin to create content type",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,10 +59,10 @@
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.18.0",
"@strapi/generators": "4.23.1",
"@strapi/helper-plugin": "4.23.1",
"@strapi/generators": "4.24.0",
"@strapi/helper-plugin": "4.24.0",
"@strapi/icons": "1.18.0",
"@strapi/utils": "4.23.1",
"@strapi/utils": "4.24.0",
"fs-extra": "10.0.0",
"immer": "9.0.19",
"koa-bodyparser": "4.4.1",
Expand All @@ -77,8 +77,8 @@
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"@strapi/strapi": "4.23.1",
"@strapi/types": "4.23.1",
"@strapi/strapi": "4.24.0",
"@strapi/types": "4.24.0",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/data-transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "4.23.1",
"version": "4.24.0",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
Expand Down Expand Up @@ -40,10 +40,10 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/logger": "4.23.1",
"@strapi/strapi": "4.23.1",
"@strapi/types": "4.23.1",
"@strapi/utils": "4.23.1",
"@strapi/logger": "4.24.0",
"@strapi/strapi": "4.24.0",
"@strapi/types": "4.24.0",
"@strapi/utils": "4.24.0",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/database/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/database",
"version": "4.23.1",
"version": "4.24.0",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "4.23.1",
"@strapi/utils": "4.24.0",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
Expand All @@ -50,8 +50,8 @@
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"eslint-config-custom": "4.23.1",
"tsconfig": "4.23.1"
"eslint-config-custom": "4.24.0",
"tsconfig": "4.24.0"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/email/package.json
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-email",
"version": "4.23.1",
"version": "4.24.0",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"dependencies": {
"@strapi/design-system": "1.18.0",
"@strapi/helper-plugin": "4.23.1",
"@strapi/helper-plugin": "4.24.0",
"@strapi/icons": "1.18.0",
"@strapi/provider-email-sendmail": "4.23.1",
"@strapi/utils": "4.23.1",
"@strapi/provider-email-sendmail": "4.24.0",
"@strapi/utils": "4.24.0",
"lodash": "4.17.21",
"prop-types": "^15.8.1",
"react-intl": "6.4.1",
Expand All @@ -65,7 +65,7 @@
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"@strapi/types": "4.23.1",
"@strapi/types": "4.24.0",
"@testing-library/react": "14.0.0",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",
Expand Down

0 comments on commit bfa5109

Please sign in to comment.