Skip to content

Commit 1468a07

Browse files
committed
Revert "Revert "chore: update to beta.19.1""
This reverts commit cd8fb84.
1 parent cd8fb84 commit 1468a07

File tree

5 files changed

+281
-245
lines changed

5 files changed

+281
-245
lines changed

admin/src/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// DO NOT MODIFY THESE OPTIONS
22
export const LOGIN_LOGO = null;
33
export const SHOW_TUTORIALS = false;
4+
export const SETTINGS_BASE_URL = '/settings';

extensions/documentation/documentation/1.0.0/full_documentation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "Apache 2.0",
1515
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
1616
},
17-
"x-generation-date": "01/03/2020 4:03:19 PM"
17+
"x-generation-date": "03/04/2020 7:21:28 PM"
1818
},
1919
"x-strapi-config": {
2020
"path": "/documentation",

extensions/documentation/public/index.html

+1-1
Large diffs are not rendered by default.

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"dependencies": {
1515
"dotenv": "^8.2.0",
1616
"find-config": "^1.0.0",
17-
"strapi": "3.0.0-beta.18.7",
18-
"strapi-admin": "3.0.0-beta.18.7",
19-
"strapi-connector-mongoose": "3.0.0-beta.18.7",
20-
"strapi-plugin-content-manager": "3.0.0-beta.18.7",
21-
"strapi-plugin-content-type-builder": "3.0.0-beta.18.7",
22-
"strapi-plugin-documentation": "3.0.0-beta.18.7",
23-
"strapi-plugin-email": "3.0.0-beta.18.7",
24-
"strapi-plugin-graphql": "3.0.0-beta.18.7",
25-
"strapi-plugin-upload": "3.0.0-beta.18.7",
26-
"strapi-plugin-users-permissions": "3.0.0-beta.18.7",
17+
"strapi": "3.0.0-beta.19.1",
18+
"strapi-admin": "3.0.0-beta.19.1",
19+
"strapi-connector-mongoose": "3.0.0-beta.19.1",
20+
"strapi-plugin-content-manager": "3.0.0-beta.19.1",
21+
"strapi-plugin-content-type-builder": "3.0.0-beta.19.1",
22+
"strapi-plugin-documentation": "3.0.0-beta.19.1",
23+
"strapi-plugin-email": "3.0.0-beta.19.1",
24+
"strapi-plugin-graphql": "3.0.0-beta.19.1",
25+
"strapi-plugin-upload": "3.0.0-beta.19.1",
26+
"strapi-plugin-users-permissions": "3.0.0-beta.19.1",
2727
"strapi-provider-email-nodemailer": "^2.0.0",
28-
"strapi-utils": "^3.0.0-beta.18.7"
28+
"strapi-utils": "^3.0.0-beta.19.1"
2929
},
3030
"author": {
3131
"name": "A Strapi developer"

0 commit comments

Comments
 (0)