Skip to content

Commit

Permalink
v8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jul 19, 2021
1 parent c0ed5e4 commit ab81e19
Show file tree
Hide file tree
Showing 34 changed files with 135 additions and 126 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# luma.gl CHANGELOG

## v8.5.2

- Bump probe.gl and loaders.gl (#1479)

## v8.5.1

- chore: bump loaders.gl and probe.gl (#1478)
- bump: [email protected] (#1477)

## v8.5.0

- Bump dependencies to beta (#1476)
Expand Down
8 changes: 4 additions & 4 deletions examples/api/animation/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-animation",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/api/cubemap/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "luma.gl-examples-cubemap",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open",
"build": "webpack --env.analyze"
},
"dependencies": {
"@luma.gl/constants": "8.5.1",
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/constants": "8.5.2",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/api/program-management/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "luma.gl-examples-program-management",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/core": "8.5.1",
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/core": "8.5.2",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/api/texture-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-texture-3d",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/getting-started/external-context/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-external-content",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"core-js": "^3.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/getting-started/hello-cube/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "luma.gl-examples-hello-cube",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open",
"build": "webpack --env.analyze"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/hello-instancing-high/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "luma.gl-examples-hello-instancing-high",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"core-js": "^3.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/hello-instancing-low/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "luma.gl-examples-hello-instancing-low",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"core-js": "^3.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/getting-started/hello-instancing-mid/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-hello-instancing-mid",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/webgl": "8.5.1"
"@luma.gl/engine": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@luma.gl/webgl": "8.5.2"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/hello-triangle/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "luma.gl-examples-hello-triangle",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/webgl": "8.5.1"
"@luma.gl/engine": "8.5.2",
"@luma.gl/webgl": "8.5.2"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/getting-started/instanced-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "luma.gl-examples-instanced-transform",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open",
"build": "webpack --env.analyze"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/getting-started/lighting/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "luma.gl-examples-lighting",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open",
"build": "webpack --env.analyze"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/shader-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "luma.gl-examples-shader-hooks",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/webgl": "8.5.1"
"@luma.gl/engine": "8.5.2",
"@luma.gl/webgl": "8.5.2"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/getting-started/shader-modules-low/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-shader-modules-low",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"core-js": "^3.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/shader-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "luma.gl-examples-shader-modules",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/webgl": "8.5.1"
"@luma.gl/engine": "8.5.2",
"@luma.gl/webgl": "8.5.2"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/getting-started/transform-feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "luma.gl-examples-transform-feedback",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress --hot --open -d",
"start-local": "webpack-dev-server --env.local --progress --hot --open -d",
"build": "webpack --env.local --env.analyze --profile --json > stats.json"
},
"dependencies": {
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/webgl": "8.5.1"
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/webgl": "8.5.2"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/performance/stress-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luma.gl-example-stress-test",
"version": "8.5.1",
"version": "8.5.2",
"private": true,
"description": "A stress test for luma.gl.",
"contributors": [
Expand All @@ -11,11 +11,11 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open -d"
},
"dependencies": {
"@luma.gl/constants": "8.5.1",
"@luma.gl/engine": "8.5.1",
"@luma.gl/gltools": "8.5.1",
"@luma.gl/shadertools": "8.5.1",
"@luma.gl/webgl": "8.5.1",
"@luma.gl/constants": "8.5.2",
"@luma.gl/engine": "8.5.2",
"@luma.gl/gltools": "8.5.2",
"@luma.gl/shadertools": "8.5.2",
"@luma.gl/webgl": "8.5.2",
"@math.gl/core": "^3.5.0",
"@probe.gl/stats-widget": "^3.4.0"
},
Expand Down
Loading

0 comments on commit ab81e19

Please sign in to comment.