Skip to content

Commit

Permalink
v8.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Nov 11, 2019
1 parent 878ea37 commit d5d7046
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,
Expand Down
4 changes: 2 additions & 2 deletions modules/addons/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/addons",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.2",
"@luma.gl/constants": "8.0.0-alpha.3",
"math.gl": "^3.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions modules/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.2",
"@luma.gl/shadertools": "8.0.0-alpha.2",
"@luma.gl/webgl": "8.0.0-alpha.2",
"@luma.gl/constants": "8.0.0-alpha.3",
"@luma.gl/shadertools": "8.0.0-alpha.3",
"@luma.gl/webgl": "8.0.0-alpha.3",
"math.gl": "^3.0.0",
"probe.gl": "^3.1.1",
"seer": "^0.2.4"
Expand Down
4 changes: 2 additions & 2 deletions modules/debug/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.0-alpha.2",
"@luma.gl/constants": "8.0.0-alpha.3",
"glsl-transpiler": "^1.8.5",
"math.gl": "^3.0.0",
"webgl-debug": "^2.0.1"
Expand Down
8 changes: 4 additions & 4 deletions modules/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.0.0-alpha.2",
"@luma.gl/shadertools": "8.0.0-alpha.2",
"@luma.gl/webgl": "8.0.0-alpha.2",
"@luma.gl/constants": "8.0.0-alpha.3",
"@luma.gl/shadertools": "8.0.0-alpha.3",
"@luma.gl/webgl": "8.0.0-alpha.3",
"math.gl": "^3.0.0",
"probe.gl": "^3.1.1",
"seer": "^0.2.4"
Expand Down
4 changes: 2 additions & 2 deletions modules/gltools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltools",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.2"
"@luma.gl/constants": "8.0.0-alpha.3"
},
"gitHead": "8879619ac0a9f82671715f78e98958051da8f6c5"
}
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.0-alpha.2",
"@luma.gl/gltools": "8.0.0-alpha.2",
"@luma.gl/constants": "8.0.0-alpha.3",
"@luma.gl/gltools": "8.0.0-alpha.3",
"probe.gl": "^3.1.1"
},
"gitHead": "8879619ac0a9f82671715f78e98958051da8f6c5"
Expand Down

0 comments on commit d5d7046

Please sign in to comment.