Skip to content

Commit 97922f9

Browse files
v3.1.3
1 parent 95bb4c7 commit 97922f9

File tree

36 files changed

+95
-95
lines changed

36 files changed

+95
-95
lines changed

examples/getstarted/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "getstarted",
33
"private": true,
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"description": "A Strapi application.",
66
"scripts": {
77
"develop": "strapi develop",
@@ -17,22 +17,22 @@
1717
"mysql": "^2.17.1",
1818
"pg": "^7.10.0",
1919
"sqlite3": "^4.0.6",
20-
"strapi": "3.1.2",
21-
"strapi-admin": "3.1.2",
22-
"strapi-connector-bookshelf": "3.1.2",
23-
"strapi-connector-mongoose": "3.1.2",
24-
"strapi-middleware-views": "3.1.2",
25-
"strapi-plugin-content-manager": "3.1.2",
26-
"strapi-plugin-content-type-builder": "3.1.2",
27-
"strapi-plugin-documentation": "3.1.2",
28-
"strapi-plugin-email": "3.1.2",
29-
"strapi-plugin-graphql": "3.1.2",
30-
"strapi-plugin-upload": "3.1.2",
31-
"strapi-plugin-users-permissions": "3.1.2",
32-
"strapi-provider-email-mailgun": "3.1.2",
33-
"strapi-provider-upload-aws-s3": "3.1.2",
34-
"strapi-provider-upload-cloudinary": "3.1.2",
35-
"strapi-utils": "3.1.2"
20+
"strapi": "3.1.3",
21+
"strapi-admin": "3.1.3",
22+
"strapi-connector-bookshelf": "3.1.3",
23+
"strapi-connector-mongoose": "3.1.3",
24+
"strapi-middleware-views": "3.1.3",
25+
"strapi-plugin-content-manager": "3.1.3",
26+
"strapi-plugin-content-type-builder": "3.1.3",
27+
"strapi-plugin-documentation": "3.1.3",
28+
"strapi-plugin-email": "3.1.3",
29+
"strapi-plugin-graphql": "3.1.3",
30+
"strapi-plugin-upload": "3.1.3",
31+
"strapi-plugin-users-permissions": "3.1.3",
32+
"strapi-provider-email-mailgun": "3.1.3",
33+
"strapi-provider-upload-aws-s3": "3.1.3",
34+
"strapi-provider-upload-cloudinary": "3.1.3",
35+
"strapi-utils": "3.1.3"
3636
},
3737
"strapi": {
3838
"uuid": "getstarted"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.2",
2+
"version": "3.1.3",
33
"packages": [
44
"packages/*",
55
"examples/*"

packages/create-strapi-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-strapi-app",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Generate a new Strapi application.",
55
"license": "SEE LICENSE IN LICENSE",
66
"homepage": "http://strapi.io",
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"commander": "^2.20.0",
24-
"strapi-generate-new": "3.1.2"
24+
"strapi-generate-new": "3.1.3"
2525
},
2626
"scripts": {
2727
"test": "echo \"no tests yet\""

packages/strapi-admin/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",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Strapi Admin",
55
"repository": {
66
"type": "git",
@@ -94,8 +94,8 @@
9494
"reselect": "^4.0.0",
9595
"sanitize.css": "^4.1.0",
9696
"sift": "13.1.10",
97-
"strapi-helper-plugin": "3.1.2",
98-
"strapi-utils": "3.1.2",
97+
"strapi-helper-plugin": "3.1.3",
98+
"strapi-utils": "3.1.3",
9999
"style-loader": "^0.23.1",
100100
"styled-components": "^5.0.0",
101101
"terser-webpack-plugin": "^1.2.3",

packages/strapi-connector-bookshelf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-connector-bookshelf",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Bookshelf hook for the Strapi framework",
55
"homepage": "http://strapi.io",
66
"keywords": [
@@ -23,7 +23,7 @@
2323
"p-map": "4.0.0",
2424
"pluralize": "^8.0.0",
2525
"rimraf": "3.0.0",
26-
"strapi-utils": "3.1.2"
26+
"strapi-utils": "3.1.3"
2727
},
2828
"peerDependencies": {
2929
"knex": "^0.20.0"

packages/strapi-connector-mongoose/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-connector-mongoose",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Mongoose hook for the Strapi framework",
55
"homepage": "http://strapi.io",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"mongoose-long": "^0.2.1",
2222
"pluralize": "^8.0.0",
2323
"semver": "^7.3.2",
24-
"strapi-utils": "3.1.2"
24+
"strapi-utils": "3.1.3"
2525
},
2626
"author": {
2727
"email": "hi@strapi.io",

packages/strapi-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-database",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Strapi's database layer",
55
"homepage": "http://strapi.io",
66
"main": "./lib/index.js",

packages/strapi-generate-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-generate-api",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Generate an API for a Strapi application.",
55
"homepage": "http://strapi.io",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"lodash": "4.17.19",
1717
"pluralize": "^8.0.0",
18-
"strapi-utils": "3.1.2"
18+
"strapi-utils": "3.1.3"
1919
},
2020
"scripts": {
2121
"test": "echo \"no tests yet\""

packages/strapi-generate-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-generate-controller",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Generate a controller for a Strapi API.",
55
"homepage": "http://strapi.io",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"lodash": "4.17.19",
18-
"strapi-utils": "3.1.2"
18+
"strapi-utils": "3.1.3"
1919
},
2020
"scripts": {
2121
"test": "echo \"no tests yet\""

packages/strapi-generate-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-generate-model",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Generate a model for a Strapi API.",
55
"homepage": "http://strapi.io",
66
"keywords": [
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"lodash": "4.17.19",
1818
"pluralize": "^8.0.0",
19-
"strapi-utils": "3.1.2"
19+
"strapi-utils": "3.1.3"
2020
},
2121
"scripts": {
2222
"test": "echo \"no tests yet\""

0 commit comments

Comments
 (0)