Skip to content

Commit

Permalink
Merge pull request #5787 from sebavan/master
Browse files Browse the repository at this point in the history
Relase  4.0.0-alpha.20
  • Loading branch information
sebavan committed Jan 17, 2019
2 parents 94ca2b6 + 1416cde commit 6bb81c0
Show file tree
Hide file tree
Showing 91 changed files with 63,412 additions and 65,239 deletions.
2 changes: 1 addition & 1 deletion Tools/Publisher/tasks/buildBabylonJSAndDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const colorConsole = require("../../NodeHelpers/colorConsole");
*/
function buildBabylonJSAndDependencies() {
colorConsole.log("Running gulp compilation");
let exec = shelljs.exec("gulp typescript-libraries typescript-es6", {
let exec = shelljs.exec("gulp typescript-all", {
cwd: path.resolve(__dirname, "../../Gulp/")
});
if (exec.code) {
Expand Down
2 changes: 1 addition & 1 deletion Tools/Publisher/tasks/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ module.exports = function(production, options) {
return;
}

buildBabylonJSAndDependencies();
versionNumberManager.updateEngineVersion(version);
buildBabylonJSAndDependencies();
versionNumberManager.updateRootPackageVersion(version);

process.env.BABYLONJSREALPUBLISH = true;
Expand Down
18,935 changes: 9,475 additions & 9,460 deletions dist/preview release/babylon.d.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/preview release/babylon.js

Large diffs are not rendered by default.

1,295 changes: 690 additions & 605 deletions dist/preview release/babylon.max.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/babylon.max.js.map

Large diffs are not rendered by default.

48,170 changes: 24,102 additions & 24,068 deletions dist/preview release/babylon.module.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/glTF2Interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babylonjs-gltf2interface",
"description": "A typescript declaration of babylon's gltf2 inteface.",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.20",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down
84 changes: 42 additions & 42 deletions dist/preview release/gui/babylon.gui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/gui/babylon.gui.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/preview release/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"name": "babylonjs-gui",
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.20",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand All @@ -28,7 +28,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"babylonjs": "4.0.0-alpha.19"
"babylonjs": "4.0.0-alpha.20"
},
"engines": {
"node": "*"
Expand Down
37 changes: 9 additions & 28 deletions dist/preview release/inspector/babylon.inspector.bundle.js

Large diffs are not rendered by default.

0 comments on commit 6bb81c0

Please sign in to comment.