Skip to content

Commit

Permalink
v9.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 21, 2024
1 parent 00c42b5 commit 8feda32
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 19 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.0.25 - Aug 21, 2024

- fix(core): Allow webgl 1,3 component unorm8 attributes (#2196) (#2198)
- chore: Upgrade 9.0 to [email protected] (#2197)
- core: Fix crash when starting example without specified device (#2191)

### 9.0.24 - Aug 20, 2024

- shadertools: PBR module using UBO (#2173)
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.0.24",
"version": "9.0.25",
"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.0.24",
"version": "9.0.25",
"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.0.24",
"version": "9.0.25",
"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.0.24",
"version": "9.0.25",
"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"
},
"dependencies": {
"@luma.gl/shadertools": "9.0.24",
"@luma.gl/shadertools": "9.0.25",
"@math.gl/core": "^4.0.0",
"@probe.gl/log": "^4.0.2",
"@probe.gl/stats": "^4.0.2"
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.0.24",
"version": "9.0.25",
"description": "glTF support for luma.gl",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@loaders.gl/textures": "^4.2.0",
"@luma.gl/shadertools": "9.0.24",
"@luma.gl/shadertools": "9.0.25",
"@math.gl/core": "^4.0.0"
},
"gitHead": "e6ff30f654d907e93a0754e82b2e430ea98db033"
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.0.24",
"version": "9.0.25",
"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.0.24",
"version": "9.0.25",
"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.0.24",
"version": "9.0.25",
"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"
},
"dependencies": {
"@luma.gl/constants": "9.0.24",
"@luma.gl/constants": "9.0.25",
"@probe.gl/env": "^4.0.2"
},
"gitHead": "e6ff30f654d907e93a0754e82b2e430ea98db033"
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.0.24",
"version": "9.0.25",
"description": "WebGPU adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ __metadata:
languageName: node
linkType: hard

"@luma.gl/constants@npm:9.0.24, @luma.gl/constants@workspace:modules/constants":
"@luma.gl/constants@npm:9.0.25, @luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
Expand Down Expand Up @@ -2477,7 +2477,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/engine@workspace:modules/engine"
dependencies:
"@luma.gl/shadertools": "npm:9.0.24"
"@luma.gl/shadertools": "npm:9.0.25"
"@math.gl/core": "npm:^4.0.0"
"@probe.gl/log": "npm:^4.0.2"
"@probe.gl/stats": "npm:^4.0.2"
Expand Down Expand Up @@ -2505,7 +2505,7 @@ __metadata:
resolution: "@luma.gl/gltf@workspace:modules/gltf"
dependencies:
"@loaders.gl/textures": "npm:^4.2.0"
"@luma.gl/shadertools": "npm:9.0.24"
"@luma.gl/shadertools": "npm:9.0.25"
"@math.gl/core": "npm:^4.0.0"
peerDependencies:
"@loaders.gl/core": ^4.2.0
Expand All @@ -2526,7 +2526,7 @@ __metadata:
languageName: node
linkType: hard

"@luma.gl/shadertools@npm:9.0.24, @luma.gl/shadertools@workspace:modules/shadertools":
"@luma.gl/shadertools@npm:9.0.25, @luma.gl/shadertools@workspace:modules/shadertools":
version: 0.0.0-use.local
resolution: "@luma.gl/shadertools@workspace:modules/shadertools"
dependencies:
Expand Down Expand Up @@ -2569,7 +2569,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:9.0.24"
"@luma.gl/constants": "npm:9.0.25"
"@probe.gl/env": "npm:^4.0.2"
peerDependencies:
"@luma.gl/core": ^9.0.0
Expand Down Expand Up @@ -12791,11 +12791,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.3.0#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/9cf4c053893bcf327d101b6c024a55baf05430dc30263f9adb1bf354aeffc11306fe1f23ba2f9a0209674359f16219b5b7d229e923477b94831d07d5a33a4217
checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9
languageName: node
linkType: hard

Expand Down

0 comments on commit 8feda32

Please sign in to comment.