Skip to content

Commit

Permalink
v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jan 21, 2020
1 parent 003ba93 commit 4d96c11
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.0.1",
"version": "8.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "8.0.1",
"version": "8.0.2",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions modules/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "8.0.1",
"version": "8.0.2",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.1",
"@luma.gl/engine": "8.0.1",
"@luma.gl/shadertools": "8.0.1",
"@luma.gl/webgl": "8.0.1"
"@luma.gl/constants": "8.0.2",
"@luma.gl/engine": "8.0.2",
"@luma.gl/shadertools": "8.0.2",
"@luma.gl/webgl": "8.0.2"
},
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}
4 changes: 2 additions & 2 deletions modules/debug/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "8.0.1",
"version": "8.0.2",
"description": "Debug utilities for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "8.0.1",
"@luma.gl/constants": "8.0.2",
"glsl-transpiler": "^1.8.5",
"math.gl": "^3.1.2",
"probe.gl": "^3.2.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "8.0.1",
"version": "8.0.2",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.1",
"@luma.gl/gltools": "8.0.1",
"@luma.gl/shadertools": "8.0.1",
"@luma.gl/webgl": "8.0.1",
"@luma.gl/constants": "8.0.2",
"@luma.gl/gltools": "8.0.2",
"@luma.gl/shadertools": "8.0.2",
"@luma.gl/webgl": "8.0.2",
"math.gl": "^3.1.2",
"probe.gl": "^3.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/experimental/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/experimental",
"version": "8.0.1",
"version": "8.0.2",
"description": "Experimental classes for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@loaders.gl/images": "^2.0.0",
"@luma.gl/constants": "8.0.1",
"@luma.gl/constants": "8.0.2",
"math.gl": "^3.1.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions modules/gltools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltools",
"version": "8.0.1",
"version": "8.0.2",
"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.1",
"@luma.gl/constants": "8.0.2",
"probe.gl": "^3.2.0"
},
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "8.0.1",
"version": "8.0.2",
"description": "Shader module system for luma.gl",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "8.0.1",
"version": "8.0.2",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions modules/webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "8.0.1",
"version": "8.0.2",
"description": "WebGL2 Classes",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.1",
"@luma.gl/gltools": "8.0.1",
"@luma.gl/constants": "8.0.2",
"@luma.gl/gltools": "8.0.2",
"probe.gl": "^3.2.0"
},
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
Expand Down

0 comments on commit 4d96c11

Please sign in to comment.