diff --git a/.changeset/honest-hounds-boil.md b/.changeset/honest-hounds-boil.md deleted file mode 100644 index 7f97acef3..000000000 --- a/.changeset/honest-hounds-boil.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@antv/g-plugin-device-renderer': patch -'@antv/g-shader-components': patch -'@antv/g-plugin-3d': patch ---- - -Convert quadratic curve to sample points correctly. diff --git a/packages/g-mobile-webgl/CHANGELOG.md b/packages/g-mobile-webgl/CHANGELOG.md index a5a9997ff..9d8a17c47 100644 --- a/packages/g-mobile-webgl/CHANGELOG.md +++ b/packages/g-mobile-webgl/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-mobile-webgl +## 0.9.35 + +### Patch Changes + +- Updated dependencies [7f4c858c] + - @antv/g-plugin-device-renderer@1.9.31 + ## 0.9.34 ### Patch Changes diff --git a/packages/g-mobile-webgl/package.json b/packages/g-mobile-webgl/package.json index 43f88d50c..833ec9b29 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": "0.9.34", + "version": "0.9.35", "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 0678d422b..555aaedb3 100644 --- a/packages/g-plugin-3d/CHANGELOG.md +++ b/packages/g-plugin-3d/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-3d +## 1.9.31 + +### Patch Changes + +- 7f4c858c: Convert quadratic curve to sample points correctly. +- Updated dependencies [7f4c858c] + - @antv/g-plugin-device-renderer@1.9.31 + - @antv/g-shader-components@1.8.7 + ## 1.9.30 ### Patch Changes diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index e9ae8bed6..c1aa407ab 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": "1.9.30", + "version": "1.9.31", "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 76ae5c4dc..32cde090e 100644 --- a/packages/g-plugin-device-renderer/CHANGELOG.md +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-device-renderer +## 1.9.31 + +### Patch Changes + +- 7f4c858c: Convert quadratic curve to sample points correctly. +- Updated dependencies [7f4c858c] + - @antv/g-shader-components@1.8.7 + ## 1.9.30 ### Patch Changes diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index 527bd9d58..080abcd48 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": "1.9.30", + "version": "1.9.31", "description": "A G plugin of renderer implementation with GPUDevice", "keywords": [ "antv", diff --git a/packages/g-shader-components/CHANGELOG.md b/packages/g-shader-components/CHANGELOG.md index 21fe02d19..7a7edf007 100644 --- a/packages/g-shader-components/CHANGELOG.md +++ b/packages/g-shader-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-shader-components +## 1.8.7 + +### Patch Changes + +- 7f4c858c: Convert quadratic curve to sample points correctly. + ## 1.8.6 ### Patch Changes diff --git a/packages/g-shader-components/package.json b/packages/g-shader-components/package.json index 6966ee468..6ac8c1ff9 100644 --- a/packages/g-shader-components/package.json +++ b/packages/g-shader-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-shader-components", - "version": "1.8.6", + "version": "1.8.7", "description": "Shader components based on glslify", "keywords": [ "antv", diff --git a/packages/g-web-components/CHANGELOG.md b/packages/g-web-components/CHANGELOG.md index 665a9cf66..ba56365fb 100644 --- a/packages/g-web-components/CHANGELOG.md +++ b/packages/g-web-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-web-components +## 1.9.35 + +### Patch Changes + +- @antv/g-webgl@1.9.34 + ## 1.9.34 ### Patch Changes diff --git a/packages/g-web-components/package.json b/packages/g-web-components/package.json index e44799fd6..0c0ed9bb0 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": "1.9.34", + "version": "1.9.35", "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 6df89339e..938b3a5db 100644 --- a/packages/g-webgl/CHANGELOG.md +++ b/packages/g-webgl/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-webgl +## 1.9.34 + +### Patch Changes + +- Updated dependencies [7f4c858c] + - @antv/g-plugin-device-renderer@1.9.31 + ## 1.9.33 ### Patch Changes diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index 39364d251..0f18c99be 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "1.9.33", + "version": "1.9.34", "description": "A renderer implemented by WebGL1/2", "keywords": [ "antv", diff --git a/packages/g-webgpu/CHANGELOG.md b/packages/g-webgpu/CHANGELOG.md index 502226c21..62b3c837b 100644 --- a/packages/g-webgpu/CHANGELOG.md +++ b/packages/g-webgpu/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-webgpu +## 1.9.34 + +### Patch Changes + +- Updated dependencies [7f4c858c] + - @antv/g-plugin-device-renderer@1.9.31 + ## 1.9.33 ### Patch Changes diff --git a/packages/g-webgpu/package.json b/packages/g-webgpu/package.json index 9e7196bcf..a7bae2b39 100644 --- a/packages/g-webgpu/package.json +++ b/packages/g-webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu", - "version": "1.9.33", + "version": "1.9.34", "description": "A renderer implemented by WebGPU", "keywords": [ "antv",