diff --git a/.changeset/blue-knives-breathe.md b/.changeset/blue-knives-breathe.md deleted file mode 100644 index 0077b648a..000000000 --- a/.changeset/blue-knives-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/g-plugin-device-renderer': patch ---- - -Support left and right eyes in ar session. diff --git a/.changeset/sweet-apples-tease.md b/.changeset/sweet-apples-tease.md deleted file mode 100644 index 8b4870f4f..000000000 --- a/.changeset/sweet-apples-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/g-plugin-device-renderer': patch ---- - -Support hit testing in webxr. diff --git a/packages/g-mobile-webgl/CHANGELOG.md b/packages/g-mobile-webgl/CHANGELOG.md index a06e38fea..630d39c6b 100644 --- a/packages/g-mobile-webgl/CHANGELOG.md +++ b/packages/g-mobile-webgl/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-mobile-webgl +## 1.0.9 + +### Patch Changes + +- Updated dependencies [83b9bbcb] +- Updated dependencies [83b9bbcb] + - @antv/g-plugin-device-renderer@2.0.9 + ## 1.0.8 ### Patch Changes diff --git a/packages/g-mobile-webgl/package.json b/packages/g-mobile-webgl/package.json index 7df35bae9..0bbac7194 100644 --- a/packages/g-mobile-webgl/package.json +++ b/packages/g-mobile-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-mobile-webgl", - "version": "1.0.8", + "version": "1.0.9", "description": "A renderer implemented by WebGL1/2 in mobile environment", "keywords": [ "antv", diff --git a/packages/g-plugin-3d/CHANGELOG.md b/packages/g-plugin-3d/CHANGELOG.md index c21df46c7..1a94e3aa3 100644 --- a/packages/g-plugin-3d/CHANGELOG.md +++ b/packages/g-plugin-3d/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-3d +## 2.0.9 + +### Patch Changes + +- Updated dependencies [83b9bbcb] +- Updated dependencies [83b9bbcb] + - @antv/g-plugin-device-renderer@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index 4203812be..9306942eb 100644 --- a/packages/g-plugin-3d/package.json +++ b/packages/g-plugin-3d/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-3d", - "version": "2.0.8", + "version": "2.0.9", "description": "Provide 3D extension for G", "keywords": [ "antv", diff --git a/packages/g-plugin-device-renderer/CHANGELOG.md b/packages/g-plugin-device-renderer/CHANGELOG.md index 563a766c1..2bab8366c 100644 --- a/packages/g-plugin-device-renderer/CHANGELOG.md +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-device-renderer +## 2.0.9 + +### Patch Changes + +- 83b9bbcb: Support left and right eyes in ar session. +- 83b9bbcb: Support hit testing in webxr. + ## 2.0.8 ### Patch Changes diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index 18c246d2b..043538407 100644 --- a/packages/g-plugin-device-renderer/package.json +++ b/packages/g-plugin-device-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-device-renderer", - "version": "2.0.8", + "version": "2.0.9", "description": "A G plugin of renderer implementation with GPUDevice", "keywords": [ "antv", diff --git a/packages/g-web-components/CHANGELOG.md b/packages/g-web-components/CHANGELOG.md index ad175d163..afe69ff6c 100644 --- a/packages/g-web-components/CHANGELOG.md +++ b/packages/g-web-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-web-components +## 2.0.10 + +### Patch Changes + +- @antv/g-webgl@2.0.9 + ## 2.0.9 ### Patch Changes diff --git a/packages/g-web-components/package.json b/packages/g-web-components/package.json index 4ff586ec0..cd913f65d 100644 --- a/packages/g-web-components/package.json +++ b/packages/g-web-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-web-components", - "version": "2.0.9", + "version": "2.0.10", "description": "A declarative usage for G implemented with WebComponents", "keywords": [ "antv", diff --git a/packages/g-webgl/CHANGELOG.md b/packages/g-webgl/CHANGELOG.md index 517c0237d..98572be94 100644 --- a/packages/g-webgl/CHANGELOG.md +++ b/packages/g-webgl/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-webgl +## 2.0.9 + +### Patch Changes + +- Updated dependencies [83b9bbcb] +- Updated dependencies [83b9bbcb] + - @antv/g-plugin-device-renderer@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index 3aee29ecb..93e4f8f2a 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "2.0.8", + "version": "2.0.9", "description": "A renderer implemented by WebGL1/2", "keywords": [ "antv", diff --git a/packages/g-webgpu/CHANGELOG.md b/packages/g-webgpu/CHANGELOG.md index 1924cf5a5..d0e93e755 100644 --- a/packages/g-webgpu/CHANGELOG.md +++ b/packages/g-webgpu/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-webgpu +## 2.0.9 + +### Patch Changes + +- Updated dependencies [83b9bbcb] +- Updated dependencies [83b9bbcb] + - @antv/g-plugin-device-renderer@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/g-webgpu/package.json b/packages/g-webgpu/package.json index 3ae73a33a..7a4ccbf3c 100644 --- a/packages/g-webgpu/package.json +++ b/packages/g-webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu", - "version": "2.0.8", + "version": "2.0.9", "description": "A renderer implemented by WebGPU", "keywords": [ "antv",