From 82c56392f73c3f7b258e2928d687a4beca2e2838 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Mon, 15 Apr 2024 22:06:45 -0700 Subject: [PATCH] v9.0.11 --- CHANGELOG.md | 4 ++++ examples/api/animation/package.json | 10 +++++----- examples/api/cubemap/package.json | 12 ++++++------ examples/api/texture-3d/package.json | 10 +++++----- examples/portable/instanced-cubes/package.json | 10 +++++----- examples/portable/rotating-cube/package.json | 10 +++++----- examples/portable/triangle/package.json | 10 +++++----- examples/portable/two-cubes/package.json | 10 +++++----- examples/showcase/instancing/package.json | 12 ++++++------ examples/showcase/persistence/package.json | 10 +++++----- examples/tutorials/hello-cube/package.json | 10 +++++----- examples/tutorials/hello-gltf/package.json | 14 +++++++------- examples/tutorials/hello-instancing/package.json | 10 +++++----- examples/tutorials/hello-triangle/package.json | 12 ++++++------ examples/tutorials/lighting/package.json | 10 +++++----- examples/tutorials/shader-hooks/package.json | 10 +++++----- examples/tutorials/shader-modules/package.json | 10 +++++----- examples/webgpu/computeboids/package.json | 10 +++++----- examples/webgpu/textured-cube/package.json | 10 +++++----- lerna.json | 2 +- modules/constants/package.json | 2 +- modules/core-tests/package.json | 14 +++++++------- modules/core/package.json | 2 +- modules/engine/package.json | 4 ++-- modules/gltf/package.json | 4 ++-- modules/shadertools/package.json | 2 +- modules/test-utils/package.json | 2 +- modules/webgl/package.json | 4 ++-- modules/webgpu/package.json | 2 +- 29 files changed, 118 insertions(+), 114 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c255a3fa..56238f5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Major new release that includes WebGPU support +## v9.0.11 - Apr 15, 2024 + +- fix(engine) Model handling props.isInstanced: false (#2072) + ## v9.0.10 - Apr 12, 2024 - fix(webgl): Support instanceCount=0 in draw() (#2070) diff --git a/examples/api/animation/package.json b/examples/api/animation/package.json index 65a74549e..8dcd42ec8 100644 --- a/examples/api/animation/package.json +++ b/examples/api/animation/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-animation", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/api/cubemap/package.json b/examples/api/cubemap/package.json index 0aa3f0968..8217e0848 100644 --- a/examples/api/cubemap/package.json +++ b/examples/api/cubemap/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-cubemap", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,11 +8,11 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/constants": "9.0.10", - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/constants": "9.0.11", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/api/texture-3d/package.json b/examples/api/texture-3d/package.json index 5f94fdc59..48e57de71 100644 --- a/examples/api/texture-3d/package.json +++ b/examples/api/texture-3d/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-texture-3d", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/portable/instanced-cubes/package.json b/examples/portable/instanced-cubes/package.json index c1c5d010f..e56407f78 100644 --- a/examples/portable/instanced-cubes/package.json +++ b/examples/portable/instanced-cubes/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-instance-uniforms", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/portable/rotating-cube/package.json b/examples/portable/rotating-cube/package.json index bc4daa5ff..dead7f070 100644 --- a/examples/portable/rotating-cube/package.json +++ b/examples/portable/rotating-cube/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-rotating-cube", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/portable/triangle/package.json b/examples/portable/triangle/package.json index b818372b2..9411df353 100644 --- a/examples/portable/triangle/package.json +++ b/examples/portable/triangle/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-hello-triangle", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/portable/two-cubes/package.json b/examples/portable/two-cubes/package.json index ecdcf55aa..57293d663 100644 --- a/examples/portable/two-cubes/package.json +++ b/examples/portable/two-cubes/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-two-cubes", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/showcase/instancing/package.json b/examples/showcase/instancing/package.json index 8bd353a5e..13b9e55d5 100644 --- a/examples/showcase/instancing/package.json +++ b/examples/showcase/instancing/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-instancing", - "version": "9.0.10", + "version": "9.0.11", "private": true, "type": "module", "scripts": { @@ -9,11 +9,11 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/showcase/persistence/package.json b/examples/showcase/persistence/package.json index 7d32ea63d..72510a7a2 100644 --- a/examples/showcase/persistence/package.json +++ b/examples/showcase/persistence/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-persistence", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/tutorials/hello-cube/package.json b/examples/tutorials/hello-cube/package.json index b95d8c85a..3d6a7f7c1 100644 --- a/examples/tutorials/hello-cube/package.json +++ b/examples/tutorials/hello-cube/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-hello-cube", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/tutorials/hello-gltf/package.json b/examples/tutorials/hello-gltf/package.json index 37e56d202..48c270d48 100644 --- a/examples/tutorials/hello-gltf/package.json +++ b/examples/tutorials/hello-gltf/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-hello-gltf", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -10,12 +10,12 @@ "dependencies": { "@loaders.gl/core": "^4.2.0", "@loaders.gl/gltf": "^4.2.0", - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/gltf": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/gltf": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/tutorials/hello-instancing/package.json b/examples/tutorials/hello-instancing/package.json index bdc09cd98..ca6d9a35a 100644 --- a/examples/tutorials/hello-instancing/package.json +++ b/examples/tutorials/hello-instancing/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-hello-instancing-high", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10" + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11" }, "devDependencies": { "typescript": "^5.3.0", diff --git a/examples/tutorials/hello-triangle/package.json b/examples/tutorials/hello-triangle/package.json index d1350933d..a294c027b 100644 --- a/examples/tutorials/hello-triangle/package.json +++ b/examples/tutorials/hello-triangle/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-hello-triangle", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,11 +8,11 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", - "@luma.gl/webgpu": "9.0.10" + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", + "@luma.gl/webgpu": "9.0.11" }, "devDependencies": { "typescript": "^5.3.0", diff --git a/examples/tutorials/lighting/package.json b/examples/tutorials/lighting/package.json index b1acdb511..a6b2a2ab0 100644 --- a/examples/tutorials/lighting/package.json +++ b/examples/tutorials/lighting/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-lighting", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/tutorials/shader-hooks/package.json b/examples/tutorials/shader-hooks/package.json index 5ca013600..cde2733c7 100644 --- a/examples/tutorials/shader-hooks/package.json +++ b/examples/tutorials/shader-hooks/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-shader-hooks", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10" + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11" }, "devDependencies": { "typescript": "^5.3.0", diff --git a/examples/tutorials/shader-modules/package.json b/examples/tutorials/shader-modules/package.json index 5df3693c0..924b2636a 100644 --- a/examples/tutorials/shader-modules/package.json +++ b/examples/tutorials/shader-modules/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-shader-modules", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgl": "9.0.10" + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgl": "9.0.11" }, "devDependencies": { "typescript": "^5.3.0", diff --git a/examples/webgpu/computeboids/package.json b/examples/webgpu/computeboids/package.json index b37e65fde..796227e68 100644 --- a/examples/webgpu/computeboids/package.json +++ b/examples/webgpu/computeboids/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-computeboids", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/examples/webgpu/textured-cube/package.json b/examples/webgpu/textured-cube/package.json index 1432218cf..4dae50446 100644 --- a/examples/webgpu/textured-cube/package.json +++ b/examples/webgpu/textured-cube/package.json @@ -1,6 +1,6 @@ { "name": "luma.gl-examples-webgpu-textured-cube", - "version": "9.0.10", + "version": "9.0.11", "private": true, "scripts": { "start": "vite", @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/webgpu": "9.0.10", + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/webgpu": "9.0.11", "@math.gl/core": "^4.0.0" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index d27e1f9c5..d5d4d8fe3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "9.0.10", + "version": "9.0.11", "npmClient": "yarn", "useWorkspaces": true, "exact": true, diff --git a/modules/constants/package.json b/modules/constants/package.json index 4a06e7d51..5e2d35475 100644 --- a/modules/constants/package.json +++ b/modules/constants/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/constants", - "version": "9.0.10", + "version": "9.0.11", "description": "WebGL2 constants", "type": "module", "license": "MIT", diff --git a/modules/core-tests/package.json b/modules/core-tests/package.json index 323bab505..0ba4bce1c 100644 --- a/modules/core-tests/package.json +++ b/modules/core-tests/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/core-tests", - "version": "9.0.10", + "version": "9.0.11", "description": "luma.gl internal test module", "license": "MIT", "type": "module", @@ -36,12 +36,12 @@ "pre-build": "echo test utils has no bundle" }, "devDependencies": { - "@luma.gl/core": "9.0.10", - "@luma.gl/engine": "9.0.10", - "@luma.gl/shadertools": "9.0.10", - "@luma.gl/test-utils": "9.0.10", - "@luma.gl/webgl": "9.0.10", - "@luma.gl/webgpu": "9.0.10" + "@luma.gl/core": "9.0.11", + "@luma.gl/engine": "9.0.11", + "@luma.gl/shadertools": "9.0.11", + "@luma.gl/test-utils": "9.0.11", + "@luma.gl/webgl": "9.0.11", + "@luma.gl/webgpu": "9.0.11" }, "gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e" } diff --git a/modules/core/package.json b/modules/core/package.json index 22135bbbb..02842dd42 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/core", - "version": "9.0.10", + "version": "9.0.11", "description": "The luma.gl core Device API", "license": "MIT", "type": "module", diff --git a/modules/engine/package.json b/modules/engine/package.json index c6b8ddf92..425989b9c 100644 --- a/modules/engine/package.json +++ b/modules/engine/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/engine", - "version": "9.0.10", + "version": "9.0.11", "description": "3D Engine Components for luma.gl", "type": "module", "license": "MIT", @@ -43,7 +43,7 @@ "@luma.gl/core": "^9.0.0" }, "dependencies": { - "@luma.gl/shadertools": "9.0.10", + "@luma.gl/shadertools": "9.0.11", "@math.gl/core": "^4.0.0", "@probe.gl/log": "^4.0.2", "@probe.gl/stats": "^4.0.2" diff --git a/modules/gltf/package.json b/modules/gltf/package.json index 26354ab19..c965df697 100644 --- a/modules/gltf/package.json +++ b/modules/gltf/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/gltf", - "version": "9.0.10", + "version": "9.0.11", "description": "glTF support for luma.gl", "type": "module", "license": "MIT", @@ -45,7 +45,7 @@ }, "dependencies": { "@loaders.gl/textures": "^4.2.0", - "@luma.gl/shadertools": "9.0.10", + "@luma.gl/shadertools": "9.0.11", "@math.gl/core": "^4.0.0" }, "gitHead": "e6ff30f654d907e93a0754e82b2e430ea98db033" diff --git a/modules/shadertools/package.json b/modules/shadertools/package.json index 9f04fa787..14f5755bb 100644 --- a/modules/shadertools/package.json +++ b/modules/shadertools/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/shadertools", - "version": "9.0.10", + "version": "9.0.11", "description": "Shader module system for luma.gl", "type": "module", "license": "MIT", diff --git a/modules/test-utils/package.json b/modules/test-utils/package.json index aa0172e4b..b6a49f957 100644 --- a/modules/test-utils/package.json +++ b/modules/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/test-utils", - "version": "9.0.10", + "version": "9.0.11", "description": "Automated WebGL testing utilities with Puppeteer and image diffing", "type": "module", "license": "MIT", diff --git a/modules/webgl/package.json b/modules/webgl/package.json index 5a89310a9..251d29dee 100644 --- a/modules/webgl/package.json +++ b/modules/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/webgl", - "version": "9.0.10", + "version": "9.0.11", "description": "WebGL2 adapter for the luma.gl core API", "type": "module", "license": "MIT", @@ -43,7 +43,7 @@ "@luma.gl/core": "^9.0.0" }, "dependencies": { - "@luma.gl/constants": "9.0.10", + "@luma.gl/constants": "9.0.11", "@probe.gl/env": "^4.0.2" }, "gitHead": "e6ff30f654d907e93a0754e82b2e430ea98db033" diff --git a/modules/webgpu/package.json b/modules/webgpu/package.json index 8c508ca04..43b616009 100644 --- a/modules/webgpu/package.json +++ b/modules/webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/webgpu", - "version": "9.0.10", + "version": "9.0.11", "description": "WebGPU adapter for the luma.gl core API", "type": "module", "license": "MIT",