Skip to content

Commit

Permalink
3.0.0-alpha.13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriejim committed Jul 26, 2018
1 parent 172e5bc commit 09a2a4b
Show file tree
Hide file tree
Showing 35 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"dependencies": {},
"devDependencies": {
"assert": "~1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-admin",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"sanitize.css": "^4.1.0",
"strapi-helper-plugin": "3.0.0-alpha.12.7.1",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-helper-plugin": "3.0.0-alpha.13.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"author": {
"name": "Strapi",
Expand All @@ -51,4 +51,4 @@
"npm": ">= 5.0.0"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/strapi-email-mailgun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-email-mailgun",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Mailgun provider for strapi email plugin",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-email-sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-email-sendgrid",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Sendgrid provider for strapi email",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-email-sendmail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-email-sendmail",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Sendmail provider for strapi email",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/strapi-generate-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-admin",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate the default admin panel for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"fs-extra": "^4.0.1",
"lodash": "^4.17.4",
"strapi-admin": "3.0.0-alpha.12.7.1",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-admin": "3.0.0-alpha.13.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"author": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-generate-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-api",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate an API for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-controller",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate a controller for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-model",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate a model for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
6 changes: 3 additions & 3 deletions packages/strapi-generate-new/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-new",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate a new Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"listr": "^0.14.1",
"lodash": "^4.17.4",
"ora": "^2.1.0",
"strapi-utils": "3.0.0-alpha.12.7.1",
"strapi-utils": "3.0.0-alpha.13.0.1",
"uuid": "^3.1.0"
},
"scripts": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-plugin",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate an plugin for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -44,4 +44,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-policy",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate a policy for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate-service",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Generate a service for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-generate",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Master of ceremonies for the Strapi generators.",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"fs-extra": "^4.0.0",
"lodash": "^4.17.4",
"reportback": "^2.0.1",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"author": {
"name": "Strapi team",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-helper-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-helper-plugin",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Helper for Strapi plugins development",
"engines": {
"node": ">= 9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/strapi-hook-bookshelf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-bookshelf",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -20,8 +20,8 @@
"inquirer": "^5.2.0",
"lodash": "^4.17.4",
"pluralize": "^6.0.0",
"strapi-hook-knex": "3.0.0-alpha.12.7.1",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-hook-knex": "3.0.0-alpha.13.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"strapi": {
"dependencies": [
Expand Down Expand Up @@ -55,4 +55,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/strapi-hook-ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-ejs",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "EJS hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/strapi-hook-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-knex",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Knex hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-hook-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-mongoose",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Mongoose hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"mongoose": "^5.0.16",
"mongoose-float": "^1.0.2",
"pluralize": "^6.0.0",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"author": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-hook-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-hook-redis",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Redis hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"ioredis": "^3.1.2",
"lodash": "^4.17.4",
"stack-trace": "0.0.10",
"strapi-utils": "3.0.0-alpha.12.7.1"
"strapi-utils": "3.0.0-alpha.13.0.1"
},
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-lint",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Strapi eslint and prettier configurations",
"directories": {
"lib": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-middleware-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-middleware-views",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-content-manager",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "A powerful UI to easily manage your data.",
"strapi": {
"name": "Content Manager",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-dnd-html5-backend": "^5.0.1",
"react-select": "^1.2.1",
"showdown": "^1.8.6",
"strapi-helper-plugin": "3.0.0-alpha.12.7.1"
"strapi-helper-plugin": "3.0.0-alpha.13.0.1"
},
"author": {
"name": "Strapi team",
Expand All @@ -51,4 +51,4 @@
"npm": ">= 5.0.0"
},
"license": "MIT"
}
}
10 changes: 5 additions & 5 deletions packages/strapi-plugin-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": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "Strapi plugin to create content type (API).",
"strapi": {
"name": "Content Type Builder",
Expand All @@ -23,11 +23,11 @@
},
"dependencies": {
"pluralize": "^7.0.0",
"strapi-generate": "3.0.0-alpha.12.7.1",
"strapi-generate-api": "3.0.0-alpha.12.7.1"
"strapi-generate": "3.0.0-alpha.13.0.1",
"strapi-generate-api": "3.0.0-alpha.13.0.1"
},
"devDependencies": {
"strapi-helper-plugin": "3.0.0-alpha.12.7.1"
"strapi-helper-plugin": "3.0.0-alpha.13.0.1"
},
"author": {
"name": "Strapi team",
Expand All @@ -50,4 +50,4 @@
"npm": ">= 5.0.0"
},
"license": "MIT"
}
}
8 changes: 4 additions & 4 deletions packages/strapi-plugin-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-email",
"version": "3.0.0-alpha.12.7.1",
"version": "3.0.0-alpha.13.0.1",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Email",
Expand All @@ -22,11 +22,11 @@
"prepublishOnly": "IS_MONOREPO=true npm run build"
},
"dependencies": {
"strapi-email-sendmail": "3.0.0-alpha.12.7.1"
"strapi-email-sendmail": "3.0.0-alpha.13.0.1"
},
"devDependencies": {
"react-copy-to-clipboard": "5.0.1",
"strapi-helper-plugin": "3.0.0-alpha.12.7.1"
"strapi-helper-plugin": "3.0.0-alpha.13.0.1"
},
"author": {
"name": "Strapi team",
Expand All @@ -49,4 +49,4 @@
"npm": ">= 5.0.0"
},
"license": "MIT"
}
}
Loading

0 comments on commit 09a2a4b

Please sign in to comment.