Skip to content

Commit

Permalink
v4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markkaylor committed Dec 21, 2023
1 parent 8a26848 commit af13d4e
Show file tree
Hide file tree
Showing 47 changed files with 954 additions and 406 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.16.0",
"version": "4.16.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
22 changes: 11 additions & 11 deletions examples/getstarted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getstarted",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -14,16 +14,16 @@
},
"dependencies": {
"@strapi/icons": "1.11.0",
"@strapi/plugin-color-picker": "4.16.0",
"@strapi/plugin-documentation": "4.16.0",
"@strapi/plugin-graphql": "4.16.0",
"@strapi/plugin-i18n": "4.16.0",
"@strapi/plugin-sentry": "4.16.0",
"@strapi/plugin-users-permissions": "4.16.0",
"@strapi/provider-email-mailgun": "4.16.0",
"@strapi/provider-upload-aws-s3": "4.16.0",
"@strapi/provider-upload-cloudinary": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/plugin-color-picker": "4.16.1",
"@strapi/plugin-documentation": "4.16.1",
"@strapi/plugin-graphql": "4.16.1",
"@strapi/plugin-i18n": "4.16.1",
"@strapi/plugin-sentry": "4.16.1",
"@strapi/plugin-users-permissions": "4.16.1",
"@strapi/provider-email-mailgun": "4.16.1",
"@strapi/provider-upload-aws-s3": "4.16.1",
"@strapi/provider-upload-cloudinary": "4.16.1",
"@strapi/strapi": "4.16.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchensink-ts",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"description": "A Strapi application",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.16.0",
"@strapi/plugin-users-permissions": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/plugin-i18n": "4.16.1",
"@strapi/plugin-users-permissions": "4.16.1",
"@strapi/strapi": "4.16.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchensink",
"version": "4.16.0",
"version": "4.16.1",
"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.16.0",
"@strapi/provider-upload-aws-s3": "4.16.0",
"@strapi/provider-upload-cloudinary": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/provider-email-mailgun": "4.16.1",
"@strapi/provider-upload-aws-s3": "4.16.1",
"@strapi/provider-upload-cloudinary": "4.16.1",
"@strapi/strapi": "4.16.1",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.6.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.16.0",
"version": "4.16.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.16.0",
"version": "4.16.1",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/pack-up": "workspace:*",
"@testing-library/jest-dom": "5.16.5",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/create-strapi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "4.16.0",
"version": "4.16.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-app",
Expand Down Expand Up @@ -44,14 +44,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "4.16.0",
"@strapi/generate-new": "4.16.1",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"@strapi/pack-up": "4.16.1",
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
10 changes: 5 additions & 5 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.16.0",
"version": "4.16.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-starter",
Expand Down Expand Up @@ -44,7 +44,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "4.16.0",
"@strapi/generate-new": "4.16.1",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"commander": "8.3.0",
Expand All @@ -54,9 +54,9 @@
"ora": "5.4.1"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"@strapi/pack-up": "4.16.1",
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
22 changes: 11 additions & 11 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.16.0",
"version": "4.16.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,15 +75,15 @@
"@radix-ui/react-context": "1.0.1",
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@strapi/data-transfer": "4.16.0",
"@strapi/data-transfer": "4.16.1",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/permissions": "4.16.0",
"@strapi/provider-audit-logs-local": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/typescript-utils": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/permissions": "4.16.1",
"@strapi/provider-audit-logs-local": "4.16.1",
"@strapi/types": "4.16.1",
"@strapi/typescript-utils": "4.16.1",
"@strapi/utils": "4.16.1",
"axios": "1.6.0",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
Expand Down Expand Up @@ -172,9 +172,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin-test-utils": "4.16.0",
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/admin-test-utils": "4.16.1",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.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.16.0",
"version": "4.16.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.16.0",
"@strapi/utils": "4.16.1",
"lodash": "4.17.21",
"qs": "6.11.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/core/content-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,20 +57,20 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/types": "workspace:*",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"axios": "1.6.0",
"formik": "2.4.0",
"react-intl": "6.4.1",
"react-redux": "8.1.1",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin-test-utils": "4.16.0",
"@strapi/admin-test-utils": "4.16.1",
"@strapi/pack-up": "workspace:*",
"@strapi/strapi": "4.16.0",
"@strapi/strapi": "4.16.1",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-type-builder",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi plugin to create content type",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,10 +49,10 @@
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.13.1",
"@strapi/generators": "4.16.0",
"@strapi/helper-plugin": "4.16.0",
"@strapi/generators": "4.16.1",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"fs-extra": "10.0.0",
"immer": "9.0.19",
"lodash": "4.17.21",
Expand All @@ -65,8 +65,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"history": "^4.9.0",
"react": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 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.16.0",
"version": "4.16.1",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
Expand Down Expand Up @@ -41,10 +41,10 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/logger": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/logger": "4.16.1",
"@strapi/strapi": "4.16.1",
"@strapi/types": "4.16.1",
"@strapi/utils": "4.16.1",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",
Expand All @@ -61,7 +61,7 @@
"ws": "8.13.0"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.2",
Expand Down
10 changes: 5 additions & 5 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.16.0",
"version": "4.16.1",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
Expand All @@ -50,9 +50,9 @@
"umzug": "3.2.1"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"@strapi/pack-up": "4.16.1",
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
Expand Down
12 changes: 6 additions & 6 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.16.0",
"version": "4.16.1",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,19 +54,19 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/provider-email-sendmail": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/provider-email-sendmail": "4.16.1",
"@strapi/utils": "4.16.1",
"lodash": "4.17.21",
"prop-types": "^15.8.1",
"react-intl": "6.4.1",
"react-query": "3.39.3",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/types": "4.16.1",
"@testing-library/react": "14.0.0",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",
Expand Down

0 comments on commit af13d4e

Please sign in to comment.