Skip to content

Commit

Permalink
v8.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Nov 26, 2019
1 parent 8deca64 commit 021feb6
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,
Expand Down
6 changes: 3 additions & 3 deletions modules/addons/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/addons",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Experimental classes for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@loaders.gl/gltf": "^1.3.0",
"@loaders.gl/images": "^1.3.0",
"@luma.gl/constants": "8.0.0-alpha.7",
"@luma.gl/constants": "8.0.0-alpha.8",
"math.gl": "^3.0.0"
},
"peerDependencies": {
Expand All @@ -45,5 +45,5 @@
"@loaders.gl/core": "^1.3.0",
"@loaders.gl/polyfills": "^1.3.0"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
4 changes: 2 additions & 2 deletions modules/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,5 +28,5 @@
"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
12 changes: 6 additions & 6 deletions modules/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,13 +31,13 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.7",
"@luma.gl/engine": "8.0.0-alpha.7",
"@luma.gl/shadertools": "8.0.0-alpha.7",
"@luma.gl/webgl": "8.0.0-alpha.7",
"@luma.gl/constants": "8.0.0-alpha.8",
"@luma.gl/engine": "8.0.0-alpha.8",
"@luma.gl/shadertools": "8.0.0-alpha.8",
"@luma.gl/webgl": "8.0.0-alpha.8",
"math.gl": "^3.0.0",
"probe.gl": "^3.1.1",
"seer": "^0.2.4"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
6 changes: 3 additions & 3 deletions modules/debug/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Debug utilities for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "8.0.0-alpha.7",
"@luma.gl/constants": "8.0.0-alpha.8",
"glsl-transpiler": "^1.8.5",
"math.gl": "^3.0.0",
"webgl-debug": "^2.0.1"
},
"peerDependencies": {
"@luma.gl/core": "^7.1.0"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
10 changes: 5 additions & 5 deletions modules/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.7",
"@luma.gl/shadertools": "8.0.0-alpha.7",
"@luma.gl/webgl": "8.0.0-alpha.7",
"@luma.gl/constants": "8.0.0-alpha.8",
"@luma.gl/shadertools": "8.0.0-alpha.8",
"@luma.gl/webgl": "8.0.0-alpha.8",
"math.gl": "^3.0.0",
"probe.gl": "^3.1.1",
"seer": "^0.2.4"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
6 changes: 3 additions & 3 deletions modules/gltools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltools",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.7"
"@luma.gl/constants": "8.0.0-alpha.8"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
4 changes: 2 additions & 2 deletions modules/shadertools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Shader module system for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -39,5 +39,5 @@
"@babel/runtime": "^7.0.0",
"math.gl": "^3.0.0"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
4 changes: 2 additions & 2 deletions modules/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,5 +35,5 @@
"@luma.gl/gltools": "^7.1.0",
"@probe.gl/test-utils": "^3.1.1"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
8 changes: 4 additions & 4 deletions modules/webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "WebGL2 Classes",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.7",
"@luma.gl/gltools": "8.0.0-alpha.7",
"@luma.gl/constants": "8.0.0-alpha.8",
"@luma.gl/gltools": "8.0.0-alpha.8",
"probe.gl": "^3.1.1"
},
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}

0 comments on commit 021feb6

Please sign in to comment.