Skip to content

Commit

Permalink
v1.3.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Sep 13, 2019
1 parent 1d6e6d3 commit 2db6825
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"command": {
"publish": {},
"bootstrap": {}
Expand Down
10 changes: 5 additions & 5 deletions modules/3d-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/3d-tiles",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "1.3.0-beta.2",
"@loaders.gl/gltf": "1.3.0-beta.2",
"@loaders.gl/loader-utils": "1.3.0-beta.2",
"@loaders.gl/math": "1.3.0-beta.2",
"@loaders.gl/core": "1.3.0-beta.3",
"@loaders.gl/gltf": "1.3.0-beta.3",
"@loaders.gl/loader-utils": "1.3.0-beta.3",
"@loaders.gl/math": "1.3.0-beta.3",
"@math.gl/culling": "^3.0.0-beta.3",
"@math.gl/geospatial": "^3.0.0-beta.3",
"math.gl": "^3.0.0-beta.3",
Expand Down
6 changes: 3 additions & 3 deletions modules/arrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/arrow",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Simple columnar table loader for the Apache Arrow format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -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-beta.2",
"@loaders.gl/experimental": "1.3.0-beta.2",
"@loaders.gl/core": "1.3.0-beta.3",
"@loaders.gl/experimental": "1.3.0-beta.3",
"apache-arrow": "^0.13.0"
}
}
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/core",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loaders for 3D graphics formats",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions modules/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/csv",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for CSV and DSV table formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "1.3.0-beta.2",
"@loaders.gl/experimental": "1.3.0-beta.2"
"@loaders.gl/core": "1.3.0-beta.3",
"@loaders.gl/experimental": "1.3.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/draco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/draco",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "1.3.0-beta.2",
"@loaders.gl/loader-utils": "1.3.0-beta.3",
"draco3d": "^1.3.4"
}
}
4 changes: 2 additions & 2 deletions modules/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/experimental",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loaders for table formats (JSON, CSV, ...)",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "1.3.0-beta.2"
"@loaders.gl/core": "1.3.0-beta.3"
}
}
8 changes: 4 additions & 4 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/gltf",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the glTF format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -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-beta.2",
"@loaders.gl/images": "1.3.0-beta.2",
"@loaders.gl/loader-utils": "1.3.0-beta.2"
"@loaders.gl/core": "1.3.0-beta.3",
"@loaders.gl/images": "1.3.0-beta.3",
"@loaders.gl/loader-utils": "1.3.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion modules/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/images",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/kml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/kml",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the KML format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "1.3.0-beta.2"
"@loaders.gl/core": "1.3.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/las/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/las",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the LAS and LAZ formats",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "1.3.0-beta.2"
"@loaders.gl/loader-utils": "1.3.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion modules/loader-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/loader-utils",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loaders for 3D graphics formats",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/math",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Experimental math classes for loaders.gl",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"pre-build": "echo \"Nothing to build in @loaders.gl/math\""
},
"dependencies": {
"@loaders.gl/images": "1.3.0-beta.2",
"@loaders.gl/images": "1.3.0-beta.3",
"math.gl": "^3.0.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/obj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/obj",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the OBJ format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "1.3.0-beta.2"
"@loaders.gl/loader-utils": "1.3.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/pcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/pcd",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the PCD format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -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-beta.2"
"@loaders.gl/loader-utils": "1.3.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/ply/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/ply",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Framework-independent loader for the PLY format",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "1.3.0-beta.2"
"@loaders.gl/loader-utils": "1.3.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion modules/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/polyfills",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Polyfills for TextEncoder/TextDecoder",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/zip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/zip",
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Zip Archive Loader",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "1.3.0-beta.2",
"@loaders.gl/core": "1.3.0-beta.3",
"jszip": "^3.1.5"
}
}

0 comments on commit 2db6825

Please sign in to comment.