Skip to content

Commit 8bf227a

Browse files
committed
v9.2.3
1 parent 544bfda commit 8bf227a

33 files changed

Lines changed: 230 additions & 226 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Production WebGPU support
66

7+
### v9.2.3
8+
9+
- fix(webgl,webgpu): fix import parth error in published package (#2458)
10+
711
### v9.2.2
812

913
- fix(webgl): WebGLAdapter.attach support passing DeviceProps (#2453)

examples/api/animation/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "luma.gl-examples-animation",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/core": "9.2.2",
12-
"@luma.gl/engine": "9.2.2",
13-
"@luma.gl/shadertools": "9.2.2",
14-
"@luma.gl/webgl": "9.2.2",
11+
"@luma.gl/core": "9.2.3",
12+
"@luma.gl/engine": "9.2.3",
13+
"@luma.gl/shadertools": "9.2.3",
14+
"@luma.gl/webgl": "9.2.3",
1515
"@math.gl/core": "^4.1.0"
1616
},
1717
"devDependencies": {

examples/api/cubemap/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "luma.gl-examples-cubemap",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/constants": "9.2.2",
12-
"@luma.gl/core": "9.2.2",
13-
"@luma.gl/engine": "9.2.2",
14-
"@luma.gl/shadertools": "9.2.2",
15-
"@luma.gl/webgl": "9.2.2",
16-
"@luma.gl/webgpu": "9.2.2",
11+
"@luma.gl/constants": "9.2.3",
12+
"@luma.gl/core": "9.2.3",
13+
"@luma.gl/engine": "9.2.3",
14+
"@luma.gl/shadertools": "9.2.3",
15+
"@luma.gl/webgl": "9.2.3",
16+
"@luma.gl/webgpu": "9.2.3",
1717
"@math.gl/core": "^4.1.0"
1818
},
1919
"devDependencies": {

examples/api/texture-3d/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "luma.gl-examples-texture-3d",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/core": "9.2.2",
12-
"@luma.gl/engine": "9.2.2",
13-
"@luma.gl/shadertools": "9.2.2",
14-
"@luma.gl/webgl": "9.2.2",
15-
"@luma.gl/webgpu": "9.2.2",
11+
"@luma.gl/core": "9.2.3",
12+
"@luma.gl/engine": "9.2.3",
13+
"@luma.gl/shadertools": "9.2.3",
14+
"@luma.gl/webgl": "9.2.3",
15+
"@luma.gl/webgpu": "9.2.3",
1616
"@math.gl/core": "^4.1.0"
1717
},
1818
"devDependencies": {

examples/api/texture-compressed/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "luma.gl-examples-texture-compressed",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/core": "9.2.2",
12-
"@luma.gl/engine": "9.2.2",
13-
"@luma.gl/shadertools": "9.2.2",
14-
"@luma.gl/webgl": "9.2.2",
15-
"@luma.gl/webgpu": "9.2.2",
11+
"@luma.gl/core": "9.2.3",
12+
"@luma.gl/engine": "9.2.3",
13+
"@luma.gl/shadertools": "9.2.3",
14+
"@luma.gl/webgl": "9.2.3",
15+
"@luma.gl/webgpu": "9.2.3",
1616
"@math.gl/core": "^4.1.0",
1717
"ktx-parse": "^0.7.1"
1818
},

examples/showcase/instancing/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luma.gl-examples-instancing",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -9,11 +9,11 @@
99
"serve": "vite preview"
1010
},
1111
"dependencies": {
12-
"@luma.gl/core": "9.2.2",
13-
"@luma.gl/engine": "9.2.2",
14-
"@luma.gl/shadertools": "9.2.2",
15-
"@luma.gl/webgl": "9.2.2",
16-
"@luma.gl/webgpu": "9.2.2",
12+
"@luma.gl/core": "9.2.3",
13+
"@luma.gl/engine": "9.2.3",
14+
"@luma.gl/shadertools": "9.2.3",
15+
"@luma.gl/webgl": "9.2.3",
16+
"@luma.gl/webgpu": "9.2.3",
1717
"@math.gl/core": "^4.1.0"
1818
},
1919
"devDependencies": {

examples/showcase/persistence/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "luma.gl-examples-persistence",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/core": "9.2.2",
12-
"@luma.gl/engine": "9.2.2",
13-
"@luma.gl/shadertools": "9.2.2",
14-
"@luma.gl/webgl": "9.2.2",
15-
"@luma.gl/webgpu": "9.2.2",
11+
"@luma.gl/core": "9.2.3",
12+
"@luma.gl/engine": "9.2.3",
13+
"@luma.gl/shadertools": "9.2.3",
14+
"@luma.gl/webgl": "9.2.3",
15+
"@luma.gl/webgpu": "9.2.3",
1616
"@math.gl/core": "^4.1.0"
1717
},
1818
"devDependencies": {

examples/showcase/postprocessing/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luma.gl-examples-postprocessing",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@loaders.gl/core": "^4.2.0",
1212
"@loaders.gl/gltf": "^4.2.0",
13-
"@luma.gl/constants": "9.2.2",
14-
"@luma.gl/core": "9.2.2",
15-
"@luma.gl/engine": "9.2.2",
16-
"@luma.gl/gltf": "9.2.2",
17-
"@luma.gl/shadertools": "9.2.2",
18-
"@luma.gl/webgl": "9.2.2",
19-
"@luma.gl/webgpu": "9.2.2",
13+
"@luma.gl/constants": "9.2.3",
14+
"@luma.gl/core": "9.2.3",
15+
"@luma.gl/engine": "9.2.3",
16+
"@luma.gl/gltf": "9.2.3",
17+
"@luma.gl/shadertools": "9.2.3",
18+
"@luma.gl/webgl": "9.2.3",
19+
"@luma.gl/webgpu": "9.2.3",
2020
"@math.gl/core": "^4.1.0"
2121
},
2222
"devDependencies": {

examples/tutorials/hello-cube/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "luma.gl-examples-hello-cube",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
77
"build": "tsc && vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@luma.gl/core": "9.2.2",
12-
"@luma.gl/engine": "9.2.2",
13-
"@luma.gl/shadertools": "9.2.2",
14-
"@luma.gl/webgl": "9.2.2",
11+
"@luma.gl/core": "9.2.3",
12+
"@luma.gl/engine": "9.2.3",
13+
"@luma.gl/shadertools": "9.2.3",
14+
"@luma.gl/webgl": "9.2.3",
1515
"@math.gl/core": "^4.1.0"
1616
},
1717
"devDependencies": {

examples/tutorials/hello-gltf/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luma.gl-examples-hello-gltf",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"private": true,
55
"scripts": {
66
"start": "vite",
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@loaders.gl/core": "^4.2.0",
1212
"@loaders.gl/gltf": "^4.2.0",
13-
"@luma.gl/constants": "9.2.2",
14-
"@luma.gl/core": "9.2.2",
15-
"@luma.gl/engine": "9.2.2",
16-
"@luma.gl/gltf": "9.2.2",
17-
"@luma.gl/shadertools": "9.2.2",
18-
"@luma.gl/webgl": "9.2.2",
19-
"@luma.gl/webgpu": "9.2.2",
13+
"@luma.gl/constants": "9.2.3",
14+
"@luma.gl/core": "9.2.3",
15+
"@luma.gl/engine": "9.2.3",
16+
"@luma.gl/gltf": "9.2.3",
17+
"@luma.gl/shadertools": "9.2.3",
18+
"@luma.gl/webgl": "9.2.3",
19+
"@luma.gl/webgpu": "9.2.3",
2020
"@math.gl/core": "^4.1.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)