Skip to content

Commit

Permalink
v9.1.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 15, 2024
1 parent ac7a242 commit 39eec40
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

Major new release that includes WebGPU support

### 9.1.0-alpha.16

- chore(core): DeviceProps.createCanvasContext: CanvasContextProps | true (#2188)
- chore(deps): bump axios from 1.7.3 to 1.7.4 (#2186)
- chore(core): follow up on device props docs and exports (#2187)
- feat(core): new device props api (#2100)
- feat(engine): Add BackgroundTextureModel class (#2185)
- fix(examples): Fix blending in Texture3D example
- chore(examples): New ShaderPassRenderer class, improved postprocessing example (#2183)
- chore(webgl): Consolidate CommandEncoder implementation and tests (#2152)
- fix{engine): Model - do not bind uniform buffers for modules without uniforms (#2182)

### 9.1.0-alpha.15

- fix: luma8 sampler param compatibility (#2180)
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.15",
"version": "9.1.0-alpha.16",
"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.15",
"version": "9.1.0-alpha.16",
"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.15",
"version": "9.1.0-alpha.16",
"description": "The luma.gl core Device API",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.15",
"version": "9.1.0-alpha.16",
"description": "3D Engine Components for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.15",
"version": "9.1.0-alpha.16",
"description": "glTF support for luma.gl",
"type": "module",
"license": "MIT",
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.15",
"version": "9.1.0-alpha.16",
"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.15",
"version": "9.1.0-alpha.16",
"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.15",
"version": "9.1.0-alpha.16",
"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.1.0-alpha.14"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-alpha.15",
"@luma.gl/constants": "9.1.0-alpha.16",
"@math.gl/types": "4.1.0-alpha.3",
"@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.15",
"version": "9.1.0-alpha.16",
"description": "WebGPU adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ __metadata:
languageName: node
linkType: hard

"@luma.gl/constants@npm:9.1.0-alpha.15, @luma.gl/constants@workspace:modules/constants":
"@luma.gl/constants@npm:9.1.0-alpha.16, @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 @@ -2361,7 +2361,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:9.1.0-alpha.15"
"@luma.gl/constants": "npm:9.1.0-alpha.16"
"@math.gl/types": "npm:4.1.0-alpha.3"
"@probe.gl/env": "npm:^4.0.8"
peerDependencies:
Expand Down Expand Up @@ -11954,11 +11954,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.5.0#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=5adc0c"
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/10dd9881baba22763de859e8050d6cb6e2db854197495c6f1929b08d1eb2b2b00d0b5d9b0bcee8472f1c3f4a7ef6a5d7ebe0cfd703f853aa5ae465b8404bc1ba
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
languageName: node
linkType: hard

Expand Down

0 comments on commit 39eec40

Please sign in to comment.