Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Jun 15, 2020
1 parent ce27609 commit 497fb74
Show file tree
Hide file tree
Showing 36 changed files with 95 additions and 95 deletions.
34 changes: 17 additions & 17 deletions examples/getstarted/package.json
@@ -1,7 +1,7 @@
{
"name": "getstarted",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
Expand All @@ -15,22 +15,22 @@
"mysql": "^2.17.1",
"pg": "^7.10.0",
"sqlite3": "^4.0.6",
"strapi": "3.0.1",
"strapi-admin": "3.0.1",
"strapi-connector-bookshelf": "3.0.1",
"strapi-connector-mongoose": "3.0.1",
"strapi-middleware-views": "3.0.0",
"strapi-plugin-content-manager": "3.0.1",
"strapi-plugin-content-type-builder": "3.0.1",
"strapi-plugin-documentation": "3.0.1",
"strapi-plugin-email": "3.0.1",
"strapi-plugin-graphql": "3.0.1",
"strapi-plugin-upload": "3.0.1",
"strapi-plugin-users-permissions": "3.0.1",
"strapi-provider-email-mailgun": "3.0.1",
"strapi-provider-upload-aws-s3": "3.0.0",
"strapi-provider-upload-cloudinary": "3.0.0",
"strapi-utils": "3.0.1"
"strapi": "3.0.2",
"strapi-admin": "3.0.2",
"strapi-connector-bookshelf": "3.0.2",
"strapi-connector-mongoose": "3.0.2",
"strapi-middleware-views": "3.0.2",
"strapi-plugin-content-manager": "3.0.2",
"strapi-plugin-content-type-builder": "3.0.2",
"strapi-plugin-documentation": "3.0.2",
"strapi-plugin-email": "3.0.2",
"strapi-plugin-graphql": "3.0.2",
"strapi-plugin-upload": "3.0.2",
"strapi-plugin-users-permissions": "3.0.2",
"strapi-provider-email-mailgun": "3.0.2",
"strapi-provider-upload-aws-s3": "3.0.2",
"strapi-provider-upload-cloudinary": "3.0.2",
"strapi-utils": "3.0.2"
},
"strapi": {
"uuid": "getstarted"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"packages": [
"packages/*",
"examples/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-strapi-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a new Strapi application.",
"license": "MIT",
"homepage": "http://strapi.io",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"commander": "^2.20.0",
"strapi-generate-new": "3.0.1"
"strapi-generate-new": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
6 changes: 3 additions & 3 deletions packages/strapi-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-admin",
"version": "3.0.1",
"version": "3.0.2",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -84,8 +84,8 @@
"reselect": "^4.0.0",
"sanitize.css": "^4.1.0",
"shelljs": "^0.7.8",
"strapi-helper-plugin": "3.0.0",
"strapi-utils": "3.0.1",
"strapi-helper-plugin": "3.0.2",
"strapi-utils": "3.0.2",
"style-loader": "^0.23.1",
"styled-components": "^5.0.0",
"terser-webpack-plugin": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-connector-bookshelf/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-connector-bookshelf",
"version": "3.0.1",
"version": "3.0.2",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"lodash": "^4.17.11",
"pluralize": "^7.0.0",
"rimraf": "3.0.0",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"peerDependencies": {
"knex": "^0.20.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-connector-mongoose/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-connector-mongoose",
"version": "3.0.1",
"version": "3.0.2",
"description": "Mongoose hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"mongoose-long": "^0.2.1",
"pluralize": "^7.0.0",
"semver": "^7.3.2",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"author": {
"email": "hi@strapi.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-database/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-database",
"version": "3.0.0",
"version": "3.0.2",
"description": "Strapi's database layer",
"homepage": "http://strapi.io",
"main": "./lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-api/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-api",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate an API for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"lodash": "^4.17.11",
"pluralize": "^7.0.0",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-controller/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-controller",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a controller for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"lodash": "^4.17.11",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-model/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-model",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a model for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"lodash": "^4.17.11",
"pluralize": "^7.0.0",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-new/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-new",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a new Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-plugin",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate an plugin for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"fs-extra": "^8.0.1",
"lodash": "^4.17.11",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-policy/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-policy",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a policy for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"lodash": "^4.17.11",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-service/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-service",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate a service for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"lodash": "^4.17.11",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-generate",
"version": "3.0.1",
"version": "3.0.2",
"description": "Master of ceremonies for the Strapi generators.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"fs-extra": "^8.0.1",
"lodash": "^4.17.11",
"reportback": "^2.0.2",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"author": {
"name": "Strapi team",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-helper-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-helper-plugin",
"version": "3.0.0",
"version": "3.0.2",
"description": "Helper for Strapi plugins development",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-hook-ejs/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-ejs",
"version": "3.0.0",
"version": "3.0.2",
"description": "EJS hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-hook-redis/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-redis",
"version": "3.0.1",
"version": "3.0.2",
"description": "Redis hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"lodash": "^4.17.11",
"rimraf": "3.0.0",
"stack-trace": "0.0.10",
"strapi-utils": "3.0.1"
"strapi-utils": "3.0.2"
},
"author": {
"email": "hi@strapi.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-middleware-views/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-middleware-views",
"version": "3.0.0",
"version": "3.0.2",
"description": "Views middleware to enable server-side rendering for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/strapi-plugin-content-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-content-manager",
"version": "3.0.1",
"version": "3.0.2",
"description": "A powerful UI to easily manage your data.",
"strapi": {
"name": "Content Manager",
Expand All @@ -27,8 +27,8 @@
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"showdown": "^1.9.0",
"strapi-helper-plugin": "3.0.0",
"strapi-utils": "3.0.1",
"strapi-helper-plugin": "3.0.2",
"strapi-utils": "3.0.2",
"yup": "^0.27.0"
},
"author": {
Expand Down
10 changes: 5 additions & 5 deletions packages/strapi-plugin-content-type-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-content-type-builder",
"version": "3.0.1",
"version": "3.0.2",
"description": "Strapi plugin to create content type (API).",
"strapi": {
"name": "Content Type Builder",
Expand All @@ -23,10 +23,10 @@
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"strapi-generate": "3.0.1",
"strapi-generate-api": "3.0.1",
"strapi-helper-plugin": "3.0.0",
"strapi-utils": "3.0.1",
"strapi-generate": "3.0.2",
"strapi-generate-api": "3.0.2",
"strapi-helper-plugin": "3.0.2",
"strapi-utils": "3.0.2",
"yup": "^0.27.0"
},
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-plugin-documentation/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-documentation",
"version": "3.0.1",
"version": "3.0.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Documentation",
Expand Down Expand Up @@ -29,7 +29,7 @@
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"strapi-helper-plugin": "3.0.0",
"strapi-helper-plugin": "3.0.2",
"swagger-ui-dist": "3.24.3"
},
"author": {
Expand Down
8 changes: 4 additions & 4 deletions packages/strapi-plugin-email/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-email",
"version": "3.0.1",
"version": "3.0.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Email",
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"lodash": "^4.17.11",
"strapi-provider-email-sendmail": "3.0.1",
"strapi-utils": "3.0.1"
"strapi-provider-email-sendmail": "3.0.2",
"strapi-utils": "3.0.2"
},
"devDependencies": {
"rimraf": "3.0.0",
"strapi-helper-plugin": "3.0.0"
"strapi-helper-plugin": "3.0.2"
},
"author": {
"name": "Strapi team",
Expand Down

0 comments on commit 497fb74

Please sign in to comment.