From 22992f5595fe92da394511c67f89973ad3d756cb Mon Sep 17 00:00:00 2001 From: Tarek Sherif Date: Fri, 7 Feb 2020 17:10:35 -0500 Subject: [PATCH] v8.0.5 --- lerna.json | 2 +- modules/constants/package.json | 2 +- modules/core/package.json | 10 +++++----- modules/debug/package.json | 4 ++-- modules/engine/package.json | 10 +++++----- modules/experimental/package.json | 4 ++-- modules/gltools/package.json | 4 ++-- modules/shadertools/package.json | 2 +- modules/test-utils/package.json | 2 +- modules/webgl/package.json | 6 +++--- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lerna.json b/lerna.json index bf2d25c25c..53fcf47e73 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "8.0.4", + "version": "8.0.5", "npmClient": "yarn", "useWorkspaces": true, "exact": true, diff --git a/modules/constants/package.json b/modules/constants/package.json index 978e98c0ef..7639e9bbfe 100644 --- a/modules/constants/package.json +++ b/modules/constants/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/constants", - "version": "8.0.4", + "version": "8.0.5", "description": "WebGL and WebGL2 constants", "license": "MIT", "repository": { diff --git a/modules/core/package.json b/modules/core/package.json index a997d059a9..3ed6f95566 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/core", - "version": "8.0.4", + "version": "8.0.5", "description": "WebGL2 Components for High Performance Rendering and Computation", "license": "MIT", "publishConfig": { @@ -31,10 +31,10 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@luma.gl/constants": "8.0.4", - "@luma.gl/engine": "8.0.4", - "@luma.gl/shadertools": "8.0.4", - "@luma.gl/webgl": "8.0.4" + "@luma.gl/constants": "8.0.5", + "@luma.gl/engine": "8.0.5", + "@luma.gl/shadertools": "8.0.5", + "@luma.gl/webgl": "8.0.5" }, "gitHead": "0b2a5b9c8f710e36882fbbf4bfb21a886c3c6917" } diff --git a/modules/debug/package.json b/modules/debug/package.json index bf7eed4318..21f72214be 100644 --- a/modules/debug/package.json +++ b/modules/debug/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/debug", - "version": "8.0.4", + "version": "8.0.5", "description": "Debug utilities for luma.gl", "license": "MIT", "repository": { @@ -30,7 +30,7 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@luma.gl/constants": "8.0.4", + "@luma.gl/constants": "8.0.5", "glsl-transpiler": "^1.8.5", "math.gl": "^3.1.2", "probe.gl": "^3.2.0", diff --git a/modules/engine/package.json b/modules/engine/package.json index 16ed4c1fb4..9decbeeeec 100644 --- a/modules/engine/package.json +++ b/modules/engine/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/engine", - "version": "8.0.4", + "version": "8.0.5", "description": "WebGL2 Components for High Performance Rendering and Computation", "license": "MIT", "publishConfig": { @@ -31,10 +31,10 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@luma.gl/constants": "8.0.4", - "@luma.gl/gltools": "8.0.4", - "@luma.gl/shadertools": "8.0.4", - "@luma.gl/webgl": "8.0.4", + "@luma.gl/constants": "8.0.5", + "@luma.gl/gltools": "8.0.5", + "@luma.gl/shadertools": "8.0.5", + "@luma.gl/webgl": "8.0.5", "math.gl": "^3.1.2", "probe.gl": "^3.2.0" }, diff --git a/modules/experimental/package.json b/modules/experimental/package.json index 4146d284fd..1c45659a35 100644 --- a/modules/experimental/package.json +++ b/modules/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/experimental", - "version": "8.0.4", + "version": "8.0.5", "description": "Experimental classes for luma.gl", "license": "MIT", "repository": { @@ -31,7 +31,7 @@ }, "dependencies": { "@loaders.gl/images": "^2.0.0", - "@luma.gl/constants": "8.0.4", + "@luma.gl/constants": "8.0.5", "math.gl": "^3.1.2" }, "peerDependencies": { diff --git a/modules/gltools/package.json b/modules/gltools/package.json index 14e5008432..53147387ff 100644 --- a/modules/gltools/package.json +++ b/modules/gltools/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/gltools", - "version": "8.0.4", + "version": "8.0.5", "description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext", "license": "MIT", "repository": { @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@luma.gl/constants": "8.0.4", + "@luma.gl/constants": "8.0.5", "probe.gl": "^3.2.0" }, "gitHead": "0b2a5b9c8f710e36882fbbf4bfb21a886c3c6917" diff --git a/modules/shadertools/package.json b/modules/shadertools/package.json index 03222622dc..20b9dadc24 100644 --- a/modules/shadertools/package.json +++ b/modules/shadertools/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/shadertools", - "version": "8.0.4", + "version": "8.0.5", "description": "Shader module system for luma.gl", "license": "MIT", "repository": { diff --git a/modules/test-utils/package.json b/modules/test-utils/package.json index 7b2901a7ea..32337d3a9c 100644 --- a/modules/test-utils/package.json +++ b/modules/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/test-utils", - "version": "8.0.4", + "version": "8.0.5", "description": "Automated WebGL testing utilities with Puppeteer and image diffing", "license": "MIT", "publishConfig": { diff --git a/modules/webgl/package.json b/modules/webgl/package.json index 354fbd56a1..ff009b6c9c 100644 --- a/modules/webgl/package.json +++ b/modules/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/webgl", - "version": "8.0.4", + "version": "8.0.5", "description": "WebGL2 Classes", "license": "MIT", "publishConfig": { @@ -35,8 +35,8 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@luma.gl/constants": "8.0.4", - "@luma.gl/gltools": "8.0.4", + "@luma.gl/constants": "8.0.5", + "@luma.gl/gltools": "8.0.5", "probe.gl": "^3.2.0" }, "gitHead": "0b2a5b9c8f710e36882fbbf4bfb21a886c3c6917"