Skip to content

Commit

Permalink
v8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Oct 12, 2020
1 parent d02f6b0 commit 07c443a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v8.3.1

- Fix constants package.json (#1410)

## v8.3.0

## v8.3.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.3.0",
"version": "8.3.1",
"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.3.0",
"version": "8.3.1",
"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.3.0",
"version": "8.3.1",
"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.3.0",
"@luma.gl/engine": "8.3.0",
"@luma.gl/shadertools": "8.3.0",
"@luma.gl/webgl": "8.3.0"
"@luma.gl/constants": "8.3.1",
"@luma.gl/engine": "8.3.1",
"@luma.gl/shadertools": "8.3.1",
"@luma.gl/webgl": "8.3.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}
4 changes: 2 additions & 2 deletions modules/debug/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "8.3.0",
"version": "8.3.1",
"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.3.0",
"@luma.gl/constants": "8.3.1",
"glsl-transpiler": "^1.8.5",
"math.gl": "^3.3.0",
"probe.gl": "^3.2.1",
Expand Down
10 changes: 5 additions & 5 deletions modules/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "8.3.0",
"version": "8.3.1",
"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.3.0",
"@luma.gl/gltools": "8.3.0",
"@luma.gl/shadertools": "8.3.0",
"@luma.gl/webgl": "8.3.0",
"@luma.gl/constants": "8.3.1",
"@luma.gl/gltools": "8.3.1",
"@luma.gl/shadertools": "8.3.1",
"@luma.gl/webgl": "8.3.1",
"math.gl": "^3.3.0",
"probe.gl": "^3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/experimental/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/experimental",
"version": "8.3.0",
"version": "8.3.1",
"description": "Experimental classes 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.3.0",
"@luma.gl/constants": "8.3.1",
"earcut": "^2.0.6",
"math.gl": "^3.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/gltools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltools",
"version": "8.3.0",
"version": "8.3.1",
"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.3.0",
"@luma.gl/constants": "8.3.1",
"probe.gl": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "8.3.0",
"version": "8.3.1",
"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.3.0",
"version": "8.3.1",
"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.3.0",
"version": "8.3.1",
"description": "WebGL2 Classes",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.3.0",
"@luma.gl/gltools": "8.3.0",
"@luma.gl/constants": "8.3.1",
"@luma.gl/gltools": "8.3.1",
"probe.gl": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
Expand Down

0 comments on commit 07c443a

Please sign in to comment.