Skip to content

Commit

Permalink
v7.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Apr 12, 2019
1 parent e9789da commit 07e2a1b
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"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": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "Additional classes for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@loaders.gl/core": "1.0.0-alpha.2",
"@loaders.gl/draco": "1.0.0-alpha.2",
"@loaders.gl/gltf": "1.0.0-alpha.2",
"@luma.gl/constants": "7.0.0-beta.8",
"@luma.gl/constants": "7.0.0-beta.9",
"math.gl": "^2.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions modules/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand All @@ -27,11 +27,11 @@
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.0.0-beta.8",
"@luma.gl/shadertools": "7.0.0-beta.8",
"@luma.gl/webgl": "7.0.0-beta.8",
"@luma.gl/webgl-state-tracker": "7.0.0-beta.8",
"@luma.gl/webgl2-polyfill": "7.0.0-beta.8",
"@luma.gl/constants": "7.0.0-beta.9",
"@luma.gl/shadertools": "7.0.0-beta.9",
"@luma.gl/webgl": "7.0.0-beta.9",
"@luma.gl/webgl-state-tracker": "7.0.0-beta.9",
"@luma.gl/webgl2-polyfill": "7.0.0-beta.9",
"math.gl": "^2.3.0",
"probe.gl": "^3.0.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": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "Debug utilities for luma.gl",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"sideEffects": false,
"scripts": {},
"dependencies": {
"@luma.gl/constants": "7.0.0-beta.8",
"@luma.gl/constants": "7.0.0-beta.9",
"glsl-transpiler": "^1.8.5",
"math.gl": "^2.3.0",
"webgl-debug": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion modules/glfx/package.json
@@ -1,7 +1,7 @@
{
"name": "@luma.gl/glfx",
"description": "glfx - image processing packaged as composable shader modules",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions modules/gpgpu/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gpgpu",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "Set of gpgpu utility methods based on luma.gl",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"sideEffects": false,
"scripts": {},
"dependencies": {
"@luma.gl/constants": "7.0.0-beta.8"
"@luma.gl/constants": "7.0.0-beta.9"
},
"peerDependencies": {
"@luma.gl/core": "^7.0.0-beta.1"
Expand Down
8 changes: 4 additions & 4 deletions modules/main/package.json
@@ -1,6 +1,6 @@
{
"name": "luma.gl",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
],
"scripts": {},
"dependencies": {
"@luma.gl/addons": "7.0.0-beta.8",
"@luma.gl/constants": "7.0.0-beta.8",
"@luma.gl/core": "7.0.0-beta.8"
"@luma.gl/addons": "7.0.0-beta.9",
"@luma.gl/constants": "7.0.0-beta.9",
"@luma.gl/core": "7.0.0-beta.9"
}
}
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"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": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl-state-tracker/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl-state-tracker",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",
"license": "MIT",
"repository": {
Expand All @@ -24,6 +24,6 @@
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.0.0-beta.8"
"@luma.gl/constants": "7.0.0-beta.9"
}
}
8 changes: 4 additions & 4 deletions modules/webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL2 Classes",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.0.0-beta.8",
"@luma.gl/webgl-state-tracker": "7.0.0-beta.8",
"@luma.gl/webgl2-polyfill": "7.0.0-beta.8",
"@luma.gl/constants": "7.0.0-beta.9",
"@luma.gl/webgl-state-tracker": "7.0.0-beta.9",
"@luma.gl/webgl2-polyfill": "7.0.0-beta.9",
"probe.gl": "^3.0.1"
}
}
4 changes: 2 additions & 2 deletions modules/webgl2-polyfill/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl2-polyfill",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"license": "MIT",
"repository": {
Expand All @@ -23,6 +23,6 @@
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.0.0-beta.8"
"@luma.gl/constants": "7.0.0-beta.9"
}
}

0 comments on commit 07e2a1b

Please sign in to comment.