Skip to content

Commit 23516ee

Browse files
committed
v9.1.7
1 parent f11716f commit 23516ee

File tree

12 files changed

+17
-13
lines changed

12 files changed

+17
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Theme: Improved WebGPU support
66

7+
## v9.1.7
8+
9+
- fix: Don't reference WebGPU enums on global level (#2357)
10+
711
## v9.1.6
812

913
- feat: Create explicit pipeline layouts from shaderLayout (#2355)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.6",
2+
"version": "9.1.7",
33
"npmClient": "yarn",
44
"exact": true,
55
"packages": [

modules/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/constants",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "WebGL2 constants",
55
"type": "module",
66
"license": "MIT",

modules/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/core",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "The luma.gl core Device API",
55
"license": "MIT",
66
"type": "module",

modules/effects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/effects",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "Post-processing effects for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/engine",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "3D Engine Components for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/gltf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/gltf",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "glTF support for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/shadertools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/shadertools",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "Shader module system for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/test-utils",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
55
"type": "module",
66
"license": "MIT",

modules/webgl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/webgl",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "WebGL2 adapter for the luma.gl core API",
55
"type": "module",
66
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"@luma.gl/core": "^9.1.0"
4444
},
4545
"dependencies": {
46-
"@luma.gl/constants": "9.1.6",
46+
"@luma.gl/constants": "9.1.7",
4747
"@math.gl/types": "^4.1.0",
4848
"@probe.gl/env": "^4.0.8"
4949
},

modules/webgpu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/webgpu",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "WebGPU adapter for the luma.gl core API",
55
"type": "module",
66
"license": "MIT",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ __metadata:
986986
languageName: node
987987
linkType: hard
988988

989-
"@luma.gl/constants@npm:9.1.6, @luma.gl/constants@npm:^9.0.0, @luma.gl/constants@workspace:modules/constants":
989+
"@luma.gl/constants@npm:9.1.7, @luma.gl/constants@npm:^9.0.0, @luma.gl/constants@workspace:modules/constants":
990990
version: 0.0.0-use.local
991991
resolution: "@luma.gl/constants@workspace:modules/constants"
992992
languageName: unknown
@@ -1075,7 +1075,7 @@ __metadata:
10751075
version: 0.0.0-use.local
10761076
resolution: "@luma.gl/webgl@workspace:modules/webgl"
10771077
dependencies:
1078-
"@luma.gl/constants": "npm:9.1.6"
1078+
"@luma.gl/constants": "npm:9.1.7"
10791079
"@math.gl/types": "npm:^4.1.0"
10801080
"@probe.gl/env": "npm:^4.0.8"
10811081
peerDependencies:

0 commit comments

Comments
 (0)