From d1e0103b82f81c574f7acba46b645ab9d74e3f06 Mon Sep 17 00:00:00 2001 From: Xintong Xia Date: Thu, 19 Sep 2019 15:15:08 -0700 Subject: [PATCH] v1.3.1 --- lerna.json | 2 +- modules/3d-tiles/package.json | 10 +++++----- modules/arrow/package.json | 6 +++--- modules/core/package.json | 2 +- modules/csv/package.json | 6 +++--- modules/draco/package.json | 4 ++-- modules/experimental/package.json | 4 ++-- modules/gltf/package.json | 8 ++++---- modules/images/package.json | 2 +- modules/kml/package.json | 4 ++-- modules/las/package.json | 4 ++-- modules/loader-utils/package.json | 2 +- modules/math/package.json | 4 ++-- modules/obj/package.json | 4 ++-- modules/pcd/package.json | 4 ++-- modules/ply/package.json | 4 ++-- modules/polyfills/package.json | 2 +- modules/zip/package.json | 4 ++-- 18 files changed, 38 insertions(+), 38 deletions(-) diff --git a/lerna.json b/lerna.json index 32af619d10..2cfd3fbd34 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.1", - "version": "1.3.0", + "version": "1.3.1", "command": { "publish": {}, "bootstrap": {} diff --git a/modules/3d-tiles/package.json b/modules/3d-tiles/package.json index e5c33435c0..bceeee3bae 100644 --- a/modules/3d-tiles/package.json +++ b/modules/3d-tiles/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/3d-tiles", - "version": "1.3.0", + "version": "1.3.1", "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.", "license": "MIT", "publishConfig": { @@ -34,10 +34,10 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0", - "@loaders.gl/gltf": "1.3.0", - "@loaders.gl/loader-utils": "1.3.0", - "@loaders.gl/math": "1.3.0", + "@loaders.gl/core": "1.3.1", + "@loaders.gl/gltf": "1.3.1", + "@loaders.gl/loader-utils": "1.3.1", + "@loaders.gl/math": "1.3.1", "@math.gl/culling": "^3.0.0-beta.3", "@math.gl/geospatial": "^3.0.0-beta.3", "math.gl": "^3.0.0-beta.3", diff --git a/modules/arrow/package.json b/modules/arrow/package.json index 35c8a0f824..337f0c81fa 100644 --- a/modules/arrow/package.json +++ b/modules/arrow/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/arrow", - "version": "1.3.0", + "version": "1.3.1", "description": "Simple columnar table loader for the Apache Arrow format", "license": "MIT", "publishConfig": { @@ -33,8 +33,8 @@ "build-worker": "webpack --entry ./src/arrow-loader.worker.js --output ./dist/arrow-loader.worker.js --config ../../scripts/worker-webpack-config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0", - "@loaders.gl/experimental": "1.3.0", + "@loaders.gl/core": "1.3.1", + "@loaders.gl/experimental": "1.3.1", "apache-arrow": "^0.13.0" } } diff --git a/modules/core/package.json b/modules/core/package.json index 9aee7ae39d..4ef2952de0 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/core", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loaders for 3D graphics formats", "license": "MIT", "publishConfig": { diff --git a/modules/csv/package.json b/modules/csv/package.json index 9b54c4b3c5..9197c736e5 100644 --- a/modules/csv/package.json +++ b/modules/csv/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/csv", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for CSV and DSV table formats", "license": "MIT", "publishConfig": { @@ -30,7 +30,7 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0", - "@loaders.gl/experimental": "1.3.0" + "@loaders.gl/core": "1.3.1", + "@loaders.gl/experimental": "1.3.1" } } diff --git a/modules/draco/package.json b/modules/draco/package.json index 3ae5d731f7..e06cf5cbf6 100644 --- a/modules/draco/package.json +++ b/modules/draco/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/draco", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader and writer for Draco compressed meshes and point clouds", "license": "MIT", "publishConfig": { @@ -38,7 +38,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "@loaders.gl/loader-utils": "1.3.0", + "@loaders.gl/loader-utils": "1.3.1", "draco3d": "^1.3.4" } } diff --git a/modules/experimental/package.json b/modules/experimental/package.json index ed92c2fe53..98a174fc4b 100644 --- a/modules/experimental/package.json +++ b/modules/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/experimental", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loaders for table formats (JSON, CSV, ...)", "license": "MIT", "publishConfig": { @@ -32,6 +32,6 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0" + "@loaders.gl/core": "1.3.1" } } diff --git a/modules/gltf/package.json b/modules/gltf/package.json index f716945e92..dbd56e4515 100644 --- a/modules/gltf/package.json +++ b/modules/gltf/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/gltf", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the glTF format", "license": "MIT", "publishConfig": { @@ -38,8 +38,8 @@ "build-bin": "BABEL_ENV=es5 babel scripts --config-file ../../babel.config.js --out-dir dist/scripts" }, "dependencies": { - "@loaders.gl/core": "1.3.0", - "@loaders.gl/images": "1.3.0", - "@loaders.gl/loader-utils": "1.3.0" + "@loaders.gl/core": "1.3.1", + "@loaders.gl/images": "1.3.1", + "@loaders.gl/loader-utils": "1.3.1" } } diff --git a/modules/images/package.json b/modules/images/package.json index 75282e9824..d852ad6766 100644 --- a/modules/images/package.json +++ b/modules/images/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/images", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loaders and writers for images (PNG, JPG, ...)", "license": "MIT", "publishConfig": { diff --git a/modules/kml/package.json b/modules/kml/package.json index a59a8c92cf..6421cb9256 100644 --- a/modules/kml/package.json +++ b/modules/kml/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/kml", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the KML format", "license": "MIT", "publishConfig": { @@ -32,6 +32,6 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0" + "@loaders.gl/core": "1.3.1" } } diff --git a/modules/las/package.json b/modules/las/package.json index 9793e8c525..0729ed5af9 100644 --- a/modules/las/package.json +++ b/modules/las/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/las", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the LAS and LAZ formats", "license": "MIT", "publishConfig": { @@ -42,6 +42,6 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "@loaders.gl/loader-utils": "1.3.0" + "@loaders.gl/loader-utils": "1.3.1" } } diff --git a/modules/loader-utils/package.json b/modules/loader-utils/package.json index 22bd848643..6864072d8d 100644 --- a/modules/loader-utils/package.json +++ b/modules/loader-utils/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/loader-utils", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loaders for 3D graphics formats", "license": "MIT", "publishConfig": { diff --git a/modules/math/package.json b/modules/math/package.json index cea6c6bd1c..71e475b3fa 100644 --- a/modules/math/package.json +++ b/modules/math/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/math", - "version": "1.3.0", + "version": "1.3.1", "description": "Experimental math classes for loaders.gl", "license": "MIT", "publishConfig": { @@ -31,7 +31,7 @@ "pre-build": "echo \"Nothing to build in @loaders.gl/math\"" }, "dependencies": { - "@loaders.gl/images": "1.3.0", + "@loaders.gl/images": "1.3.1", "math.gl": "^3.0.0-beta.3" } } diff --git a/modules/obj/package.json b/modules/obj/package.json index e2b637fbed..8179de36c2 100644 --- a/modules/obj/package.json +++ b/modules/obj/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/obj", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the OBJ format", "license": "MIT", "publishConfig": { @@ -34,6 +34,6 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "@loaders.gl/loader-utils": "1.3.0" + "@loaders.gl/loader-utils": "1.3.1" } } diff --git a/modules/pcd/package.json b/modules/pcd/package.json index 69bd373788..e5c0309768 100644 --- a/modules/pcd/package.json +++ b/modules/pcd/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/pcd", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the PCD format", "license": "MIT", "publishConfig": { @@ -33,6 +33,6 @@ "build-worker": "webpack --entry ./src/pcd-loader.worker.js --output ./dist/pcd-loader.worker.js --config ../../scripts/worker-webpack-config.js" }, "dependencies": { - "@loaders.gl/loader-utils": "1.3.0" + "@loaders.gl/loader-utils": "1.3.1" } } diff --git a/modules/ply/package.json b/modules/ply/package.json index 0c791c1b32..00122c0ab9 100644 --- a/modules/ply/package.json +++ b/modules/ply/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/ply", - "version": "1.3.0", + "version": "1.3.1", "description": "Framework-independent loader for the PLY format", "license": "MIT", "publishConfig": { @@ -34,6 +34,6 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "@loaders.gl/loader-utils": "1.3.0" + "@loaders.gl/loader-utils": "1.3.1" } } diff --git a/modules/polyfills/package.json b/modules/polyfills/package.json index 8e76de896a..c97e853ac1 100644 --- a/modules/polyfills/package.json +++ b/modules/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/polyfills", - "version": "1.3.0", + "version": "1.3.1", "description": "Polyfills for TextEncoder/TextDecoder", "license": "MIT", "publishConfig": { diff --git a/modules/zip/package.json b/modules/zip/package.json index baeca80160..c8932027a2 100644 --- a/modules/zip/package.json +++ b/modules/zip/package.json @@ -1,6 +1,6 @@ { "name": "@loaders.gl/zip", - "version": "1.3.0", + "version": "1.3.1", "description": "Zip Archive Loader", "license": "MIT", "publishConfig": { @@ -30,7 +30,7 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@loaders.gl/core": "1.3.0", + "@loaders.gl/core": "1.3.1", "jszip": "^3.1.5" } }