diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d449abfc..ff4df8c79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Major new release that includes WebGPU support +### 9.1.0-alpha.13 + +- fix: Framebuffer resize (#2161) +- chore: Upgrade to yarn@4.4.0 (#2160) + ### 9.1.0-alpha.12 - chore(shadertools): Port lights and phongMaterial modules to WGSL (#2158) diff --git a/lerna.json b/lerna.json index 732ac54c3c..b6e7abedc0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "npmClient": "yarn", "exact": true, "packages": [ diff --git a/modules/constants/package.json b/modules/constants/package.json index 42e988a361..50946a9c3d 100644 --- a/modules/constants/package.json +++ b/modules/constants/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/constants", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "WebGL2 constants", "type": "module", "license": "MIT", diff --git a/modules/core/package.json b/modules/core/package.json index 0d3da327a6..c230649b81 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/core", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "The luma.gl core Device API", "license": "MIT", "type": "module", diff --git a/modules/engine/package.json b/modules/engine/package.json index e608230fe9..518314eb6f 100644 --- a/modules/engine/package.json +++ b/modules/engine/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/engine", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "3D Engine Components for luma.gl", "type": "module", "license": "MIT", diff --git a/modules/gltf/package.json b/modules/gltf/package.json index 6054a677ac..ad84305434 100644 --- a/modules/gltf/package.json +++ b/modules/gltf/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/gltf", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "glTF support for luma.gl", "type": "module", "license": "MIT", diff --git a/modules/shadertools/package.json b/modules/shadertools/package.json index 2ff04798d6..827bd22469 100644 --- a/modules/shadertools/package.json +++ b/modules/shadertools/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/shadertools", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "Shader module system for luma.gl", "type": "module", "license": "MIT", diff --git a/modules/test-utils/package.json b/modules/test-utils/package.json index 9cca6f4c56..f0d2318557 100644 --- a/modules/test-utils/package.json +++ b/modules/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/test-utils", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "Automated WebGL testing utilities with Puppeteer and image diffing", "type": "module", "license": "MIT", diff --git a/modules/webgl/package.json b/modules/webgl/package.json index 5532492c9e..c91354a75c 100644 --- a/modules/webgl/package.json +++ b/modules/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/webgl", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "WebGL2 adapter for the luma.gl core API", "type": "module", "license": "MIT", @@ -43,7 +43,7 @@ "@luma.gl/core": "9.1.0-alpha.10" }, "dependencies": { - "@luma.gl/constants": "9.1.0-alpha.12", + "@luma.gl/constants": "9.1.0-alpha.13", "@math.gl/types": "4.1.0-alpha.3", "@probe.gl/env": "^4.0.8" }, diff --git a/modules/webgpu/package.json b/modules/webgpu/package.json index d1d4313bc6..7e2fa848f5 100644 --- a/modules/webgpu/package.json +++ b/modules/webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@luma.gl/webgpu", - "version": "9.1.0-alpha.12", + "version": "9.1.0-alpha.13", "description": "WebGPU adapter for the luma.gl core API", "type": "module", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index 061c60923c..a4d854d6c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,7 +2284,7 @@ __metadata: languageName: node linkType: hard -"@luma.gl/constants@npm:9.1.0-alpha.12, @luma.gl/constants@workspace:modules/constants": +"@luma.gl/constants@npm:9.1.0-alpha.13, @luma.gl/constants@workspace:modules/constants": version: 0.0.0-use.local resolution: "@luma.gl/constants@workspace:modules/constants" languageName: unknown @@ -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.12" + "@luma.gl/constants": "npm:9.1.0-alpha.13" "@math.gl/types": "npm:4.1.0-alpha.3" "@probe.gl/env": "npm:^4.0.8" peerDependencies: