Skip to content

Commit

Permalink
v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imaksp committed Jan 17, 2023
1 parent b663a2f commit 4f785ce
Show file tree
Hide file tree
Showing 38 changed files with 137 additions and 137 deletions.
36 changes: 18 additions & 18 deletions examples/getstarted/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getstarted",
"private": true,
"version": "3.10.0",
"version": "3.10.1",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
Expand All @@ -12,23 +12,23 @@
"strapi": "strapi"
},
"dependencies": {
"@akemona-org/strapi": "3.10.0",
"@akemona-org/strapi-admin": "3.10.0",
"@akemona-org/strapi-connector-bookshelf": "3.10.0",
"@akemona-org/strapi-connector-mongoose": "3.10.0",
"@akemona-org/strapi-middleware-views": "3.10.0",
"@akemona-org/strapi-plugin-content-manager": "3.10.0",
"@akemona-org/strapi-plugin-content-type-builder": "3.10.0",
"@akemona-org/strapi-plugin-documentation": "3.10.0",
"@akemona-org/strapi-plugin-email": "3.10.0",
"@akemona-org/strapi-plugin-graphql": "3.10.0",
"@akemona-org/strapi-plugin-i18n": "3.10.0",
"@akemona-org/strapi-plugin-upload": "3.10.0",
"@akemona-org/strapi-plugin-users-permissions": "3.10.0",
"@akemona-org/strapi-provider-email-mailgun": "3.10.0",
"@akemona-org/strapi-provider-upload-aws-s3": "3.10.0",
"@akemona-org/strapi-provider-upload-cloudinary": "3.10.0",
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi": "3.10.1",
"@akemona-org/strapi-admin": "3.10.1",
"@akemona-org/strapi-connector-bookshelf": "3.10.1",
"@akemona-org/strapi-connector-mongoose": "3.10.1",
"@akemona-org/strapi-middleware-views": "3.10.1",
"@akemona-org/strapi-plugin-content-manager": "3.10.1",
"@akemona-org/strapi-plugin-content-type-builder": "3.10.1",
"@akemona-org/strapi-plugin-documentation": "3.10.1",
"@akemona-org/strapi-plugin-email": "3.10.1",
"@akemona-org/strapi-plugin-graphql": "3.10.1",
"@akemona-org/strapi-plugin-i18n": "3.10.1",
"@akemona-org/strapi-plugin-upload": "3.10.1",
"@akemona-org/strapi-plugin-users-permissions": "3.10.1",
"@akemona-org/strapi-provider-email-mailgun": "3.10.1",
"@akemona-org/strapi-provider-upload-aws-s3": "3.10.1",
"@akemona-org/strapi-provider-upload-cloudinary": "3.10.1",
"@akemona-org/strapi-utils": "3.10.1",
"knex": "0.21.18",
"lodash": "4.17.21",
"mysql": "2.18.1",
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": "3.10.0",
"version": "3.10.1",
"packages": ["packages/*", "examples/*"],
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
6 changes: 3 additions & 3 deletions packages/create-strapi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a new Strapi application.",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://strapi.akemona.com",
Expand All @@ -19,7 +19,7 @@
"create-strapi-app": "./index.js"
},
"dependencies": {
"@akemona-org/strapi-generate-new": "3.10.0",
"@akemona-org/strapi-generate-new": "3.10.1",
"chalk": "4.1.1",
"commander": "6.1.0",
"inquirer": "8.1.0",
Expand All @@ -45,5 +45,5 @@
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/create-strapi-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a new Strapi application.",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://strapi.akemona.com",
Expand All @@ -19,7 +19,7 @@
"create-strapi-starter": "./index.js"
},
"dependencies": {
"@akemona-org/strapi-generate-new": "3.10.0",
"@akemona-org/strapi-generate-new": "3.10.1",
"chalk": "4.1.1",
"ci-info": "3.1.1",
"commander": "7.1.0",
Expand Down Expand Up @@ -51,5 +51,5 @@
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
8 changes: 4 additions & 4 deletions packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
},
"main": "index.js",
"dependencies": {
"@akemona-org/strapi-helper-plugin": "3.10.0",
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-helper-plugin": "3.10.1",
"@akemona-org/strapi-utils": "3.10.1",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-async-generator-functions": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.12.1",
Expand Down Expand Up @@ -125,5 +125,5 @@
"devDependencies": {
"webpack-bundle-analyzer": "4.4.0"
},
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-connector-bookshelf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -19,7 +19,7 @@
},
"main": "./lib",
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"bookshelf": "^1.0.1",
"date-fns": "^2.19.0",
"inquirer": "^6.3.1",
Expand Down Expand Up @@ -63,5 +63,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-connector-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Mongoose hook for the Strapi framework",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -18,7 +18,7 @@
},
"main": "./lib",
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21",
"mongoose": "6.8.3",
"mongoose-float": "1.0.4",
Expand Down Expand Up @@ -54,5 +54,5 @@
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Strapi's database layer",
"homepage": "https://strapi.akemona.com",
"main": "./lib/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"debug": "4.3.1",
"lodash": "4.17.21",
"p-map": "4.0.0",
"verror": "^1.10.0"
},
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate an API for a Strapi application.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21",
"pluralize": "^8.0.0"
},
Expand Down Expand Up @@ -47,5 +47,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a controller for a Strapi API.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21"
},
"scripts": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a model for a Strapi API.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21",
"pluralize": "^8.0.0"
},
Expand Down Expand Up @@ -48,5 +48,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a new Strapi application.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand Down Expand Up @@ -56,5 +56,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akemona-org/strapi-generate-plugin",
"version": "3.10.0",
"version": "3.10.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -16,7 +16,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"fs-extra": "^9.1.0",
"lodash": "4.17.21"
},
Expand Down Expand Up @@ -47,5 +47,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a policy for a Strapi API.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21"
},
"scripts": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Generate a service for a Strapi API.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"lib": "./lib"
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"lodash": "4.17.21"
},
"scripts": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
6 changes: 3 additions & 3 deletions packages/strapi-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"version": "3.10.1",
"description": "Master of ceremonies for the Strapi generators.",
"homepage": "https://strapi.akemona.com",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@akemona-org/strapi-utils": "3.10.0",
"@akemona-org/strapi-utils": "3.10.1",
"async": "^2.6.2",
"fs-extra": "^9.1.0",
"lodash": "4.17.21",
Expand Down Expand Up @@ -49,5 +49,5 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "56521c15c8e31f5d14bb4db6b45af2f7e291f54b"
"gitHead": "b663a2f33f441789c19223a91f8bec06e1be50d4"
}
Loading

0 comments on commit 4f785ce

Please sign in to comment.