Bump v5.0.0-nightly.20190119

This commit is contained in:
Electron Bot 2019-01-19 19:52:39 -08:00
parent 441c9ce376
commit 2cca0f9bb7
6 changed files with 9 additions and 30 deletions

View file

@ -1 +1 @@
5.0.0-nightly.20190110 5.0.0-nightly.20190119

View file

@ -17,9 +17,9 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>electron.icns</string> <string>electron.icns</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.0-nightly.20190110</string> <string>5.0.0-nightly.20190119</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.0-nightly.20190110</string> <string>5.0.0-nightly.20190119</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string> <string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -50,8 +50,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,20190110 FILEVERSION 5,0,0,20190119
PRODUCTVERSION 5,0,0,20190110 PRODUCTVERSION 5,0,0,20190119
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L

View file

@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0 #define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0 #define ATOM_PATCH_VERSION 0
// clang-format off // clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20190110 #define ATOM_PRE_RELEASE_VERSION -nightly.20190119
// clang-format on // clang-format on
#ifndef ATOM_STRINGIFY #ifndef ATOM_STRINGIFY

23
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "5.0.0-nightly.20190110", "version": "5.0.0-nightly.20190119",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -5297,12 +5297,6 @@
"integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==", "integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
"dev": true "dev": true
}, },
"html-entities": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
"integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
"dev": true
},
"htmlescape": { "htmlescape": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz",
@ -7273,12 +7267,6 @@
"minimatch": "^3.0.2" "minimatch": "^3.0.2"
} }
}, },
"node-fetch": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.1.2.tgz",
"integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=",
"dev": true
},
"node-version": { "node-version": {
"version": "1.1.3", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/node-version/-/node-version-1.1.3.tgz", "resolved": "https://registry.npmjs.org/node-version/-/node-version-1.1.3.tgz",
@ -8415,15 +8403,6 @@
} }
} }
}, },
"recursive-readdir": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
"integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
"dev": true,
"requires": {
"minimatch": "3.0.4"
}
},
"redent": { "redent": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",

View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "5.0.0-nightly.20190110", "version": "5.0.0-nightly.20190119",
"repository": "https://github.com/electron/electron", "repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": { "devDependencies": {
@ -70,4 +70,4 @@
"@electron/internal/(.+)": "./lib/$1" "@electron/internal/(.+)": "./lib/$1"
} }
} }
} }