Skip to content

Commit

Permalink
v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Aug 2, 2023
1 parent f5107c7 commit be8985f
Show file tree
Hide file tree
Showing 43 changed files with 277 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-pr-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-pr-status",
"version": "4.12.0",
"version": "4.12.1",
"main": "dist/index.js",
"license": "MIT",
"private": true,
Expand Down
22 changes: 11 additions & 11 deletions examples/getstarted/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getstarted",
"private": true,
"version": "4.12.0",
"version": "4.12.1",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
Expand All @@ -13,16 +13,16 @@
},
"dependencies": {
"@strapi/icons": "1.8.2",
"@strapi/plugin-color-picker": "4.12.0",
"@strapi/plugin-documentation": "4.12.0",
"@strapi/plugin-graphql": "4.12.0",
"@strapi/plugin-i18n": "4.12.0",
"@strapi/plugin-sentry": "4.12.0",
"@strapi/plugin-users-permissions": "4.12.0",
"@strapi/provider-email-mailgun": "4.12.0",
"@strapi/provider-upload-aws-s3": "4.12.0",
"@strapi/provider-upload-cloudinary": "4.12.0",
"@strapi/strapi": "4.12.0",
"@strapi/plugin-color-picker": "4.12.1",
"@strapi/plugin-documentation": "4.12.1",
"@strapi/plugin-graphql": "4.12.1",
"@strapi/plugin-i18n": "4.12.1",
"@strapi/plugin-sentry": "4.12.1",
"@strapi/plugin-users-permissions": "4.12.1",
"@strapi/provider-email-mailgun": "4.12.1",
"@strapi/provider-upload-aws-s3": "4.12.1",
"@strapi/provider-upload-cloudinary": "4.12.1",
"@strapi/strapi": "4.12.1",
"better-sqlite3": "8.5.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/kitchensink-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitchensink-ts",
"private": true,
"version": "4.12.0",
"version": "4.12.1",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -10,9 +10,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.12.0",
"@strapi/plugin-users-permissions": "4.12.0",
"@strapi/strapi": "4.12.0",
"@strapi/plugin-i18n": "4.12.1",
"@strapi/plugin-users-permissions": "4.12.1",
"@strapi/strapi": "4.12.1",
"better-sqlite3": "8.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitchensink",
"private": true,
"version": "4.12.0",
"version": "4.12.1",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
Expand All @@ -12,10 +12,10 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/provider-email-mailgun": "4.12.0",
"@strapi/provider-upload-aws-s3": "4.12.0",
"@strapi/provider-upload-cloudinary": "4.12.0",
"@strapi/strapi": "4.12.0",
"@strapi/provider-email-mailgun": "4.12.1",
"@strapi/provider-upload-aws-s3": "4.12.1",
"@strapi/provider-upload-cloudinary": "4.12.1",
"@strapi/strapi": "4.12.1",
"lodash": "4.17.21",
"mysql": "2.18.1",
"passport-google-oauth2": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.12.0",
"version": "4.12.1",
"packages": ["packages/*", "examples/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/admin-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin-test-utils",
"version": "4.12.0",
"version": "4.12.1",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
Expand Down Expand Up @@ -42,9 +42,9 @@
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"eslint-config-custom": "4.12.0",
"eslint-config-custom": "4.12.1",
"redux": "^4.2.1",
"tsconfig": "4.12.0"
"tsconfig": "4.12.1"
},
"peerDependencies": {
"redux": "^4.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/create-strapi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "create-strapi-app",
"version": "4.12.0",
"version": "4.12.1",
"description": "Generate a new Strapi application.",
"dependencies": {
"@strapi/generate-new": "4.12.0",
"@strapi/generate-new": "4.12.1",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
Expand Down Expand Up @@ -49,8 +49,8 @@
"lint": "run -T eslint ."
},
"devDependencies": {
"eslint-config-custom": "4.12.0",
"tsconfig": "4.12.0"
"eslint-config-custom": "4.12.1",
"tsconfig": "4.12.1"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/create-strapi-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-strapi-starter",
"version": "4.12.0",
"version": "4.12.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-starter",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint": "run -T eslint ."
},
"dependencies": {
"@strapi/generate-new": "4.12.0",
"@strapi/generate-new": "4.12.1",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"commander": "8.3.0",
Expand All @@ -54,8 +54,8 @@
"ora": "5.4.1"
},
"devDependencies": {
"eslint-config-custom": "4.12.0",
"tsconfig": "4.12.0"
"eslint-config-custom": "4.12.1",
"tsconfig": "4.12.1"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "4.12.0",
"version": "4.12.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,14 +42,14 @@
"dependencies": {
"@casl/ability": "^5.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@strapi/data-transfer": "4.12.0",
"@strapi/data-transfer": "4.12.1",
"@strapi/design-system": "1.8.2",
"@strapi/helper-plugin": "4.12.0",
"@strapi/helper-plugin": "4.12.1",
"@strapi/icons": "1.8.2",
"@strapi/permissions": "4.12.0",
"@strapi/provider-audit-logs-local": "4.12.0",
"@strapi/typescript-utils": "4.12.0",
"@strapi/utils": "4.12.0",
"@strapi/permissions": "4.12.1",
"@strapi/provider-audit-logs-local": "4.12.1",
"@strapi/typescript-utils": "4.12.1",
"@strapi/utils": "4.12.1",
"axios": "1.4.0",
"bcryptjs": "2.4.3",
"browserslist": "^4.17.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/content-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-manager",
"version": "4.12.0",
"version": "4.12.1",
"description": "A powerful UI to easily manage your data.",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "4.12.0",
"@strapi/utils": "4.12.1",
"lodash": "4.17.21"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/content-type-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-type-builder",
"version": "4.12.0",
"version": "4.12.1",
"description": "Strapi plugin to create content type",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.8.2",
"@strapi/generators": "4.12.0",
"@strapi/helper-plugin": "4.12.0",
"@strapi/generators": "4.12.1",
"@strapi/helper-plugin": "4.12.1",
"@strapi/icons": "1.8.2",
"@strapi/utils": "4.12.0",
"@strapi/utils": "4.12.1",
"fs-extra": "10.0.0",
"immer": "9.0.19",
"lodash": "4.17.21",
Expand All @@ -49,7 +49,7 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "4.12.0",
"@strapi/admin": "4.12.1",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"history": "^4.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/data-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "4.12.0",
"version": "4.12.1",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
Expand Down Expand Up @@ -40,8 +40,8 @@
"./dist"
],
"dependencies": {
"@strapi/logger": "4.12.0",
"@strapi/strapi": "4.12.0",
"@strapi/logger": "4.12.1",
"@strapi/strapi": "4.12.1",
"chalk": "4.1.2",
"fs-extra": "10.0.0",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/database",
"version": "4.12.0",
"version": "4.12.1",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint": "run -T eslint ."
},
"dependencies": {
"@strapi/utils": "4.12.0",
"@strapi/utils": "4.12.1",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-email",
"version": "4.12.0",
"version": "4.12.1",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,15 +29,15 @@
"dependencies": {
"@strapi/design-system": "1.8.2",
"@strapi/icons": "1.8.2",
"@strapi/provider-email-sendmail": "4.12.0",
"@strapi/utils": "4.12.0",
"@strapi/provider-email-sendmail": "4.12.1",
"@strapi/utils": "4.12.1",
"lodash": "4.17.21",
"prop-types": "^15.8.1",
"react-intl": "6.4.1",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/helper-plugin": "4.12.0",
"@strapi/helper-plugin": "4.12.1",
"@testing-library/react": "14.0.0",
"msw": "1.2.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/helper-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/helper-plugin",
"version": "4.12.0",
"version": "4.12.1",
"description": "Helper for Strapi plugins development",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/permissions",
"version": "4.12.0",
"version": "4.12.1",
"description": "Strapi's permission layer.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@casl/ability": "5.4.4",
"@strapi/utils": "4.12.0",
"@strapi/utils": "4.12.1",
"lodash": "4.17.21",
"sift": "16.0.1"
},
"devDependencies": {
"eslint-config-custom": "4.12.0",
"tsconfig": "4.12.0"
"eslint-config-custom": "4.12.1",
"tsconfig": "4.12.1"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
Expand Down
28 changes: 14 additions & 14 deletions packages/core/strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/strapi",
"version": "4.12.0",
"version": "4.12.1",
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
"keywords": [
"strapi",
Expand Down Expand Up @@ -81,19 +81,19 @@
"dependencies": {
"@koa/cors": "3.4.3",
"@koa/router": "10.1.1",
"@strapi/admin": "4.12.0",
"@strapi/data-transfer": "4.12.0",
"@strapi/database": "4.12.0",
"@strapi/generate-new": "4.12.0",
"@strapi/generators": "4.12.0",
"@strapi/logger": "4.12.0",
"@strapi/permissions": "4.12.0",
"@strapi/plugin-content-manager": "4.12.0",
"@strapi/plugin-content-type-builder": "4.12.0",
"@strapi/plugin-email": "4.12.0",
"@strapi/plugin-upload": "4.12.0",
"@strapi/typescript-utils": "4.12.0",
"@strapi/utils": "4.12.0",
"@strapi/admin": "4.12.1",
"@strapi/data-transfer": "4.12.1",
"@strapi/database": "4.12.1",
"@strapi/generate-new": "4.12.1",
"@strapi/generators": "4.12.1",
"@strapi/logger": "4.12.1",
"@strapi/permissions": "4.12.1",
"@strapi/plugin-content-manager": "4.12.1",
"@strapi/plugin-content-type-builder": "4.12.1",
"@strapi/plugin-email": "4.12.1",
"@strapi/plugin-upload": "4.12.1",
"@strapi/typescript-utils": "4.12.1",
"@strapi/utils": "4.12.1",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
"chalk": "4.1.2",
Expand Down
Loading

0 comments on commit be8985f

Please sign in to comment.