Skip to content

Commit

Permalink
v9.1.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 2, 2024
1 parent 679ed4c commit f419cdc
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Major new release that includes WebGPU support

### 9.1.0-alpha.10

679ed4c84 (HEAD -> master, origin/master) fix: Update path to Khronos glTF assets (#2148)
d3697ce0f feat: Add Texture.copyExternalImage() function (#2147)
e8ef73c07 docs: Texture doc cleanup (#2146)
f0dc17ffa docs: AsyncTexture (#2145)

### 9.1.0-alpha.9

- fix: Decouple examples from install and build (#2143)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "WebGL2 constants",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "The luma.gl core Device API",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions modules/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "3D Engine Components for luma.gl",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@luma.gl/core": "^9.0.0-beta"
},
"dependencies": {
"@luma.gl/shadertools": "9.1.0-alpha.9",
"@luma.gl/shadertools": "9.1.0-alpha.10",
"@math.gl/core": "^4.0.0",
"@math.gl/types": "^4.0.0",
"@probe.gl/log": "^4.0.8",
Expand Down
4 changes: 2 additions & 2 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltf",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "glTF support for luma.gl",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/textures": "^4.2.0",
"@luma.gl/shadertools": "9.1.0-alpha.9",
"@luma.gl/shadertools": "9.1.0-alpha.10",
"@math.gl/core": "^4.0.0"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "Shader module system for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "WebGL2 adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@luma.gl/core": "^9.0.0-beta"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-alpha.9",
"@luma.gl/constants": "9.1.0-alpha.10",
"@math.gl/types": "^4.0.0",
"@probe.gl/env": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/webgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgpu",
"version": "9.1.0-alpha.9",
"version": "9.1.0-alpha.10",
"description": "WebGPU adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ __metadata:
languageName: node
linkType: hard

"@luma.gl/constants@npm:9.1.0-alpha.9, @luma.gl/constants@workspace:modules/constants":
"@luma.gl/constants@npm:9.1.0-alpha.10, @luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
Expand All @@ -2304,7 +2304,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/engine@workspace:modules/engine"
dependencies:
"@luma.gl/shadertools": "npm:9.1.0-alpha.9"
"@luma.gl/shadertools": "npm:9.1.0-alpha.10"
"@math.gl/core": "npm:^4.0.0"
"@math.gl/types": "npm:^4.0.0"
"@probe.gl/log": "npm:^4.0.8"
Expand All @@ -2320,15 +2320,15 @@ __metadata:
dependencies:
"@loaders.gl/core": "npm:^4.2.0"
"@loaders.gl/textures": "npm:^4.2.0"
"@luma.gl/shadertools": "npm:9.1.0-alpha.9"
"@luma.gl/shadertools": "npm:9.1.0-alpha.10"
"@math.gl/core": "npm:^4.0.0"
peerDependencies:
"@luma.gl/core": ^9.0.0-beta
"@luma.gl/engine": ^9.0.0-beta
languageName: unknown
linkType: soft

"@luma.gl/shadertools@npm:9.1.0-alpha.9, @luma.gl/shadertools@workspace:modules/shadertools":
"@luma.gl/shadertools@npm:9.1.0-alpha.10, @luma.gl/shadertools@workspace:modules/shadertools":
version: 0.0.0-use.local
resolution: "@luma.gl/shadertools@workspace:modules/shadertools"
dependencies:
Expand Down Expand Up @@ -2359,7 +2359,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:9.1.0-alpha.9"
"@luma.gl/constants": "npm:9.1.0-alpha.10"
"@math.gl/types": "npm:^4.0.0"
"@probe.gl/env": "npm:^4.0.8"
peerDependencies:
Expand Down

0 comments on commit f419cdc

Please sign in to comment.