Skip to content

Commit bfa5109

Browse files
committed
v4.24.0
1 parent 6ad256c commit bfa5109

File tree

47 files changed

+380
-380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+380
-380
lines changed

.github/actions/check-pr-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-pr-status",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/index.js",

examples/getstarted/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getstarted",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"description": "A Strapi application.",
66
"license": "SEE LICENSE IN LICENSE",
@@ -14,16 +14,16 @@
1414
},
1515
"dependencies": {
1616
"@strapi/icons": "1.18.0",
17-
"@strapi/plugin-color-picker": "4.23.1",
18-
"@strapi/plugin-documentation": "4.23.1",
19-
"@strapi/plugin-graphql": "4.23.1",
20-
"@strapi/plugin-i18n": "4.23.1",
21-
"@strapi/plugin-sentry": "4.23.1",
22-
"@strapi/plugin-users-permissions": "4.23.1",
23-
"@strapi/provider-email-mailgun": "4.23.1",
24-
"@strapi/provider-upload-aws-s3": "4.23.1",
25-
"@strapi/provider-upload-cloudinary": "4.23.1",
26-
"@strapi/strapi": "4.23.1",
17+
"@strapi/plugin-color-picker": "4.24.0",
18+
"@strapi/plugin-documentation": "4.24.0",
19+
"@strapi/plugin-graphql": "4.24.0",
20+
"@strapi/plugin-i18n": "4.24.0",
21+
"@strapi/plugin-sentry": "4.24.0",
22+
"@strapi/plugin-users-permissions": "4.24.0",
23+
"@strapi/provider-email-mailgun": "4.24.0",
24+
"@strapi/provider-upload-aws-s3": "4.24.0",
25+
"@strapi/provider-upload-cloudinary": "4.24.0",
26+
"@strapi/strapi": "4.24.0",
2727
"better-sqlite3": "8.6.0",
2828
"lodash": "4.17.21",
2929
"mysql": "2.18.1",

examples/kitchensink-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitchensink-ts",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"description": "A Strapi application",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"strapi": "strapi"
1515
},
1616
"dependencies": {
17-
"@strapi/plugin-i18n": "4.23.1",
18-
"@strapi/plugin-users-permissions": "4.23.1",
19-
"@strapi/strapi": "4.23.1",
17+
"@strapi/plugin-i18n": "4.24.0",
18+
"@strapi/plugin-users-permissions": "4.24.0",
19+
"@strapi/strapi": "4.24.0",
2020
"better-sqlite3": "8.6.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/kitchensink/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitchensink",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"description": "A Strapi application.",
66
"license": "SEE LICENSE IN LICENSE",
@@ -13,10 +13,10 @@
1313
"strapi": "strapi"
1414
},
1515
"dependencies": {
16-
"@strapi/provider-email-mailgun": "4.23.1",
17-
"@strapi/provider-upload-aws-s3": "4.23.1",
18-
"@strapi/provider-upload-cloudinary": "4.23.1",
19-
"@strapi/strapi": "4.23.1",
16+
"@strapi/provider-email-mailgun": "4.24.0",
17+
"@strapi/provider-upload-aws-s3": "4.24.0",
18+
"@strapi/provider-upload-cloudinary": "4.24.0",
19+
"@strapi/strapi": "4.24.0",
2020
"lodash": "4.17.21",
2121
"mysql": "2.18.1",
2222
"mysql2": "3.9.4",

examples/plugins/workspace-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-workspace-plugin",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"description": "This is the description of my plugin.",
66
"exports": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.23.1",
2+
"version": "4.24.0",
33
"packages": ["packages/*", "examples/*"],
44
"npmClient": "yarn",
55
"useWorkspaces": true,

packages/admin-test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/admin-test-utils",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"private": true,
55
"description": "Test utilities for the Strapi administration panel",
66
"license": "MIT",
@@ -74,8 +74,8 @@
7474
"@reduxjs/toolkit": "1.9.7",
7575
"@strapi/pack-up": "4.23.0",
7676
"@testing-library/jest-dom": "5.16.5",
77-
"eslint-config-custom": "4.23.1",
78-
"tsconfig": "4.23.1"
77+
"eslint-config-custom": "4.24.0",
78+
"tsconfig": "4.24.0"
7979
},
8080
"peerDependencies": {
8181
"@reduxjs/toolkit": "^1.9.7",

packages/cli/create-strapi-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-strapi-app",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"description": "Generate a new Strapi application.",
55
"keywords": [
66
"create-strapi-app",
@@ -43,14 +43,14 @@
4343
"watch": "pack-up watch"
4444
},
4545
"dependencies": {
46-
"@strapi/generate-new": "4.23.1",
46+
"@strapi/generate-new": "4.24.0",
4747
"commander": "8.3.0",
4848
"inquirer": "8.2.5"
4949
},
5050
"devDependencies": {
5151
"@strapi/pack-up": "4.23.0",
52-
"eslint-config-custom": "4.23.1",
53-
"tsconfig": "4.23.1"
52+
"eslint-config-custom": "4.24.0",
53+
"tsconfig": "4.24.0"
5454
},
5555
"engines": {
5656
"node": ">=18.0.0 <=20.x.x",

packages/cli/create-strapi-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-strapi-starter",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"description": "Generate a new Strapi application.",
55
"keywords": [
66
"create-strapi-starter",
@@ -43,7 +43,7 @@
4343
"watch": "pack-up watch"
4444
},
4545
"dependencies": {
46-
"@strapi/generate-new": "4.23.1",
46+
"@strapi/generate-new": "4.24.0",
4747
"chalk": "4.1.2",
4848
"ci-info": "3.8.0",
4949
"commander": "8.3.0",
@@ -54,8 +54,8 @@
5454
},
5555
"devDependencies": {
5656
"@strapi/pack-up": "4.23.0",
57-
"eslint-config-custom": "4.23.1",
58-
"tsconfig": "4.23.1"
57+
"eslint-config-custom": "4.24.0",
58+
"tsconfig": "4.24.0"
5959
},
6060
"engines": {
6161
"node": ">=18.0.0 <=20.x.x",

packages/core/admin/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/admin",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"description": "Strapi Admin",
55
"repository": {
66
"type": "git",
@@ -73,13 +73,13 @@
7373
"@radix-ui/react-toolbar": "1.0.4",
7474
"@reduxjs/toolkit": "1.9.7",
7575
"@strapi/design-system": "1.18.0",
76-
"@strapi/helper-plugin": "4.23.1",
76+
"@strapi/helper-plugin": "4.24.0",
7777
"@strapi/icons": "1.18.0",
78-
"@strapi/permissions": "4.23.1",
79-
"@strapi/provider-audit-logs-local": "4.23.1",
80-
"@strapi/types": "4.23.1",
81-
"@strapi/typescript-utils": "4.23.1",
82-
"@strapi/utils": "4.23.1",
78+
"@strapi/permissions": "4.24.0",
79+
"@strapi/provider-audit-logs-local": "4.24.0",
80+
"@strapi/types": "4.24.0",
81+
"@strapi/typescript-utils": "4.24.0",
82+
"@strapi/utils": "4.24.0",
8383
"@vitejs/plugin-react-swc": "3.5.0",
8484
"axios": "1.6.0",
8585
"bcryptjs": "2.4.3",
@@ -169,11 +169,11 @@
169169
"yup": "0.32.9"
170170
},
171171
"devDependencies": {
172-
"@strapi/admin-test-utils": "4.23.1",
173-
"@strapi/data-transfer": "4.23.1",
172+
"@strapi/admin-test-utils": "4.24.0",
173+
"@strapi/data-transfer": "4.24.0",
174174
"@strapi/pack-up": "4.23.0",
175-
"@strapi/plugin-content-manager": "4.23.1",
176-
"@strapi/strapi": "4.23.1",
175+
"@strapi/plugin-content-manager": "4.24.0",
176+
"@strapi/strapi": "4.24.0",
177177
"@testing-library/dom": "9.2.0",
178178
"@testing-library/react": "14.0.0",
179179
"@testing-library/user-event": "14.4.3",

0 commit comments

Comments
 (0)