Merge pull request #3215 from strapi/3.0.0-alpha.26.2

3.0.0 alpha.26.2
This commit is contained in:
Jim LAURIE 2019-05-03 10:49:44 +02:00 committed by GitHub
commit a0b6a7ce42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
38 changed files with 79 additions and 79 deletions

View File

@ -1,4 +1,4 @@
# Migration guide from alpha.25 to alpha.26.1
# Migration guide from alpha.25 to alpha.26.2
**Here are the major changes:**
@ -6,7 +6,7 @@
**Useful links:**
- Changelog: [https://github.com/strapi/strapi/releases/tag/v3.0.0-alpha.26](https://github.com/strapi/strapi/releases/tag/v3.0.0-alpha.26)
- GitHub diff: [https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.1](https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.1)
- GitHub diff: [https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.2](https://github.com/strapi/strapi/compare/v3.0.0-alpha.25...v3.0.0-alpha.26.2)
<br>
@ -18,7 +18,7 @@ Feel free to [join us on Slack](http://slack.strapi.io) and ask questions about
## Getting started
Install Strapi `alpha.26.1` globally on your computer. To do so run `npm install strapi@3.0.0-alpha.26.1 -g`.
Install Strapi `alpha.26.2` globally on your computer. To do so run `npm install strapi@3.0.0-alpha.26.2 -g`.
When it's done, generate a new empty project `strapi new myNewProject` (don't pay attention to the database configuration).
@ -26,9 +26,9 @@ When it's done, generate a new empty project `strapi new myNewProject` (don't pa
## Update node modules
Update the Strapi's dependencies version (move Strapi's dependencies to `3.0.0-alpha.26.1` version) of your project.
Update the Strapi's dependencies version (move Strapi's dependencies to `3.0.0-alpha.26.2` version) of your project.
Run `npm install strapi@3.0.0-alpha.26.1 --save` to update your strapi version.
Run `npm install strapi@3.0.0-alpha.26.2 --save` to update your strapi version.
<br>
@ -181,4 +181,4 @@ And replace `<%= globalID %>` by the Global of your API.
<br>
That's all, you have now upgraded to Strapi `alpha.26.1`.
That's all, you have now upgraded to Strapi `alpha.26.2`.

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"dependencies": {},
"devDependencies": {
"assert": "~1.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-admin",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Strapi Admin",
"repository": {
"type": "git",
@ -35,8 +35,8 @@
"devDependencies": {
"cross-env": "^5.0.5",
"sanitize.css": "^4.1.0",
"strapi-helper-plugin": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-admin",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate the default admin panel for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
@ -19,8 +19,8 @@
"fs-extra": "^4.0.1",
"lodash": "^4.17.5",
"shelljs": "^0.7.8",
"strapi-admin": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-admin": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"email": "hi@strapi.io",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-api",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate an API for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-controller",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate a controller for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-model",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate a model for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-new",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate a new Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
@ -22,7 +22,7 @@
"ora": "^2.1.0",
"request": "^2.88.0",
"shelljs": "^0.7.8",
"strapi-utils": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.2",
"uuid": "^3.1.0"
},
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-plugin",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate an plugin for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-policy",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate a policy for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate-service",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Generate a service for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-generate",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Master of ceremonies for the Strapi generators.",
"homepage": "http://strapi.io",
"keywords": [
@ -20,7 +20,7 @@
"fs-extra": "^4.0.0",
"lodash": "^4.17.5",
"reportback": "^2.0.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi team",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-helper-plugin",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Helper for Strapi plugins development",
"engines": {
"node": ">= 10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-hook-bookshelf",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
@ -21,8 +21,8 @@
"lodash": "^4.17.5",
"pluralize": "^6.0.0",
"rimraf": "^2.6.2",
"strapi-hook-knex": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-hook-knex": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"strapi": {
"dependencies": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-hook-ejs",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "EJS hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-hook-knex",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Knex hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-hook-mongoose",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Mongoose hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
@ -20,7 +20,7 @@
"mongoose-float": "^1.0.3",
"pluralize": "^6.0.0",
"rimraf": "^2.6.2",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"email": "hi@strapi.io",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-hook-redis",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Redis hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
@ -19,7 +19,7 @@
"lodash": "^4.17.5",
"rimraf": "^2.6.2",
"stack-trace": "0.0.10",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"email": "hi@strapi.io",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-lint",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Strapi eslint and prettier configurations",
"directories": {
"lib": "lib"

View File

@ -1,6 +1,6 @@
{
"name": "strapi-middleware-views",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Views middleware to enable server-side rendering for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-content-manager",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "A powerful UI to easily manage your data.",
"strapi": {
"name": "Content Manager",
@ -26,11 +26,11 @@
"draft-js": "^0.10.5",
"react-select": "^1.2.1",
"showdown": "^1.8.6",
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"dependencies": {
"pluralize": "^7.0.0",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi team",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-content-type-builder",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Strapi plugin to create content type (API).",
"strapi": {
"name": "Content Type Builder",
@ -24,11 +24,11 @@
"dependencies": {
"immutable": "^3.8.2",
"pluralize": "^7.0.0",
"strapi-generate": "3.0.0-alpha.26.1",
"strapi-generate-api": "3.0.0-alpha.26.1"
"strapi-generate": "3.0.0-alpha.26.2",
"strapi-generate-api": "3.0.0-alpha.26.2"
},
"devDependencies": {
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi team",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-documentation",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Documentation",
@ -31,7 +31,7 @@
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.3",
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"author": {
"name": "soupette",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-email",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Email",
@ -22,13 +22,13 @@
"prepublishOnly": "IS_MONOREPO=true npm run build"
},
"dependencies": {
"strapi-provider-email-sendmail": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-provider-email-sendmail": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"devDependencies": {
"react-copy-to-clipboard": "5.0.1",
"rimraf": "^2.6.3",
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi team",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-graphql",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "graphql",
@ -32,7 +32,7 @@
"graphql-type-json": "^0.2.1",
"graphql-type-long": "^0.1.1",
"pluralize": "^7.0.0",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-utils": "3.0.0-alpha.26.2"
},
"devDependencies": {
"cross-env": "^5.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-settings-manager",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Strapi plugin to manage settings.",
"strapi": {
"name": "Settings Manager",
@ -26,7 +26,7 @@
"cross-env": "^5.2.0",
"flag-icon-css": "^2.8.0",
"rimraf": "^2.6.3",
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"dependencies": {
"shelljs": "^0.7.8"

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-upload",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Files Upload",
@ -22,13 +22,13 @@
"prepublishOnly": "IS_MONOREPO=true npm run build"
},
"dependencies": {
"strapi-provider-upload-local": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1",
"strapi-provider-upload-local": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2",
"stream-to-array": "^2.3.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"author": {
"name": "A Strapi developer",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-users-permissions",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Protect your API with a full-authentication process based on JWT",
"strapi": {
"name": "Roles & Permissions",
@ -29,11 +29,11 @@
"koa2-ratelimit": "^0.6.1",
"purest": "^2.0.1",
"request": "^2.83.0",
"strapi-utils": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"strapi-helper-plugin": "3.0.0-alpha.26.1"
"strapi-helper-plugin": "3.0.0-alpha.26.2"
},
"author": {
"name": "Strapi team",

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-amazon-ses",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Amazon SES provider for strapi email",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-mailgun",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Mailgun provider for strapi email plugin",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-sendgrid",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Sendgrid provider for strapi email",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-sendmail",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Sendmail provider for strapi email",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-aws-s3",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "AWS S3 provider for strapi upload",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-cloudinary",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Cloudinary provider for strapi upload",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-local",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Local provider for strapi upload",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-rackspace",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Rackspace provider for strapi upload",
"main": "./lib",
"keywords": [],

View File

@ -1,6 +1,6 @@
{
"name": "strapi-utils",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "Shared utilities for the Strapi packages",
"homepage": "http://strapi.io",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "strapi",
"version": "3.0.0-alpha.26.1",
"version": "3.0.0-alpha.26.2",
"description": "An open source solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier.",
"homepage": "http://strapi.io",
"keywords": [
@ -63,16 +63,16 @@
"semver": "^5.4.1",
"shelljs": "^0.8.3",
"stack-trace": "0.0.10",
"strapi-generate": "3.0.0-alpha.26.1",
"strapi-generate-admin": "3.0.0-alpha.26.1",
"strapi-generate-api": "3.0.0-alpha.26.1",
"strapi-generate-controller": "3.0.0-alpha.26.1",
"strapi-generate-model": "3.0.0-alpha.26.1",
"strapi-generate-new": "3.0.0-alpha.26.1",
"strapi-generate-plugin": "3.0.0-alpha.26.1",
"strapi-generate-policy": "3.0.0-alpha.26.1",
"strapi-generate-service": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
"strapi-generate": "3.0.0-alpha.26.2",
"strapi-generate-admin": "3.0.0-alpha.26.2",
"strapi-generate-api": "3.0.0-alpha.26.2",
"strapi-generate-controller": "3.0.0-alpha.26.2",
"strapi-generate-model": "3.0.0-alpha.26.2",
"strapi-generate-new": "3.0.0-alpha.26.2",
"strapi-generate-plugin": "3.0.0-alpha.26.2",
"strapi-generate-policy": "3.0.0-alpha.26.2",
"strapi-generate-service": "3.0.0-alpha.26.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"scripts": {
"test": "jest --forceExit --verbose",