Skip to content

Commit f63579c

Browse files
committed
v9.1.0-alpha.6
1 parent 0f4d804 commit f63579c

File tree

11 files changed

+20
-17
lines changed

11 files changed

+20
-17
lines changed

CHANGELOG.md

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

55
Major new release that includes WebGPU support
66

7+
### 9.1.0-alpha.6
8+
### 9.1.0-alpha.5
9+
### 9.1.0-alpha.4
710
### 9.1.0-alpha.3
811

912
### 9.1.0-alpha.2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.0-alpha.3",
2+
"version": "9.1.0-alpha.6",
33
"npmClient": "yarn",
44
"exact": true,
55
"packages": [

modules/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/constants",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
44
"description": "WebGL2 constants",
55
"type": "module",
66
"license": "MIT",

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/core",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
44
"description": "The luma.gl core Device API",
55
"license": "MIT",
66
"type": "module",

modules/engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/engine",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
44
"description": "3D Engine Components for luma.gl",
55
"type": "module",
66
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"@luma.gl/core": "^9.0.0-beta"
4444
},
4545
"dependencies": {
46-
"@luma.gl/shadertools": "9.1.0-alpha.3",
46+
"@luma.gl/shadertools": "9.1.0-alpha.6",
4747
"@math.gl/core": "^4.0.0",
4848
"@math.gl/types": "^4.0.0",
4949
"@probe.gl/log": "^4.0.8",

modules/gltf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/gltf",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
44
"description": "glTF support for luma.gl",
55
"type": "module",
66
"license": "MIT",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@loaders.gl/textures": "^4.2.0",
48-
"@luma.gl/shadertools": "9.1.0-alpha.3",
48+
"@luma.gl/shadertools": "9.1.0-alpha.6",
4949
"@math.gl/core": "^4.0.0"
5050
},
5151
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"

modules/shadertools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/shadertools",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
44
"description": "Shader module system for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/test-utils/package.json

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

modules/webgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/webgl",
3-
"version": "9.1.0-alpha.3",
3+
"version": "9.1.0-alpha.6",
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.0.0-beta"
4444
},
4545
"dependencies": {
46-
"@luma.gl/constants": "9.1.0-alpha.3",
46+
"@luma.gl/constants": "9.1.0-alpha.6",
4747
"@math.gl/types": "^4.0.0",
4848
"@probe.gl/env": "^4.0.8"
4949
},

modules/webgpu/package.json

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

0 commit comments

Comments
 (0)