From f0a4f1eefabe23cdc8fc06de6b20268d9a70cc14 Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Thu, 2 May 2019 16:49:13 +0200 Subject: [PATCH] Update version in migration guide --- .../migration-guide-alpha.25-to-alpha.26.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md b/docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md index e81e00eda1..1cc7cc5a3e 100644 --- a/docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md +++ b/docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md @@ -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)
@@ -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.
@@ -181,4 +181,4 @@ And replace `<%= globalID %>` by the Global of your API.
-That's all, you have now upgraded to Strapi `alpha.26.1`. +That's all, you have now upgraded to Strapi `alpha.26.2`.