diff --git a/.changeset/green-shirts-shave.md b/.changeset/green-shirts-shave.md deleted file mode 100644 index 9ce7a52bf..000000000 --- a/.changeset/green-shirts-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/g-plugin-device-renderer': patch ---- - -Check buffer descriptor before updating vertex buffer. diff --git a/.changeset/light-bats-end.md b/.changeset/light-bats-end.md deleted file mode 100644 index a17229fd7..000000000 --- a/.changeset/light-bats-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/g-plugin-svg-renderer': patch ---- - -Reset pattern counter in svg renderer when destroyed. diff --git a/packages/g-mobile-svg/CHANGELOG.md b/packages/g-mobile-svg/CHANGELOG.md index 628d2610b..f25253ea2 100644 --- a/packages/g-mobile-svg/CHANGELOG.md +++ b/packages/g-mobile-svg/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-mobile-svg +## 0.10.21 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-svg-renderer@1.10.20 + - @antv/g-plugin-svg-picker@1.9.20 + ## 0.10.20 ### Patch Changes diff --git a/packages/g-mobile-svg/package.json b/packages/g-mobile-svg/package.json index 6913d54db..5d15307f2 100644 --- a/packages/g-mobile-svg/package.json +++ b/packages/g-mobile-svg/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-mobile-svg", - "version": "0.10.20", + "version": "0.10.21", "description": "A renderer implemented by SVG in mobile environment", "keywords": [ "antv", diff --git a/packages/g-mobile-webgl/CHANGELOG.md b/packages/g-mobile-webgl/CHANGELOG.md index 150ff2aed..e79c6ea67 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.30 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-device-renderer@1.9.26 + ## 0.9.29 ### Patch Changes diff --git a/packages/g-mobile-webgl/package.json b/packages/g-mobile-webgl/package.json index 33bad7be3..7e49634e5 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.29", + "version": "0.9.30", "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 ff26cbea0..c84380061 100644 --- a/packages/g-plugin-3d/CHANGELOG.md +++ b/packages/g-plugin-3d/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-3d +## 1.9.26 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-device-renderer@1.9.26 + ## 1.9.25 ### Patch Changes diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index 885284f95..ca36775f5 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.25", + "version": "1.9.26", "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 de1492831..b3ca02ae0 100644 --- a/packages/g-plugin-device-renderer/CHANGELOG.md +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-plugin-device-renderer +## 1.9.26 + +### Patch Changes + +- a5adc20f: Check buffer descriptor before updating vertex buffer. + ## 1.9.25 ### Patch Changes diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index a6309af13..508b98e11 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.25", + "version": "1.9.26", "description": "A G plugin of renderer implementation with GPUDevice", "keywords": [ "antv", diff --git a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md index aaca6d192..0079afbd4 100644 --- a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-plugin-rough-svg-renderer +## 1.9.21 + +### Patch Changes + +- @antv/g-svg@1.10.20 + ## 1.9.20 ### Patch Changes diff --git a/packages/g-plugin-rough-svg-renderer/package.json b/packages/g-plugin-rough-svg-renderer/package.json index 5c4bcba41..ea8dfcceb 100644 --- a/packages/g-plugin-rough-svg-renderer/package.json +++ b/packages/g-plugin-rough-svg-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-rough-svg-renderer", - "version": "1.9.20", + "version": "1.9.21", "description": "A G plugin of renderer implementation with rough.js", "keywords": [ "antv", diff --git a/packages/g-plugin-svg-picker/CHANGELOG.md b/packages/g-plugin-svg-picker/CHANGELOG.md index 21878fcd1..24af3a8d5 100644 --- a/packages/g-plugin-svg-picker/CHANGELOG.md +++ b/packages/g-plugin-svg-picker/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-svg-picker +## 1.9.20 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-svg-renderer@1.10.20 + ## 1.9.19 ### Patch Changes diff --git a/packages/g-plugin-svg-picker/package.json b/packages/g-plugin-svg-picker/package.json index e8c07e19d..6655e47a6 100644 --- a/packages/g-plugin-svg-picker/package.json +++ b/packages/g-plugin-svg-picker/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-svg-picker", - "version": "1.9.19", + "version": "1.9.20", "description": "A G plugin for picking in SVG", "keywords": [ "antv", diff --git a/packages/g-plugin-svg-renderer/CHANGELOG.md b/packages/g-plugin-svg-renderer/CHANGELOG.md index ea07b58fe..86ea8c5ea 100644 --- a/packages/g-plugin-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-svg-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-plugin-svg-renderer +## 1.10.20 + +### Patch Changes + +- a5adc20f: Reset pattern counter in svg renderer when destroyed. + ## 1.10.19 ### Patch Changes diff --git a/packages/g-plugin-svg-renderer/package.json b/packages/g-plugin-svg-renderer/package.json index 3fea0ef7c..947e8c2ff 100644 --- a/packages/g-plugin-svg-renderer/package.json +++ b/packages/g-plugin-svg-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-svg-renderer", - "version": "1.10.19", + "version": "1.10.20", "description": "A G plugin of renderer implementation with SVG", "keywords": [ "antv", diff --git a/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md b/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md index c6c65da11..4f7b08ad8 100644 --- a/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-zdog-svg-renderer +## 1.2.21 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-svg-renderer@1.10.20 + - @antv/g-svg@1.10.20 + ## 1.2.20 ### Patch Changes diff --git a/packages/g-plugin-zdog-svg-renderer/package.json b/packages/g-plugin-zdog-svg-renderer/package.json index 040552ab7..68cf1cdb2 100644 --- a/packages/g-plugin-zdog-svg-renderer/package.json +++ b/packages/g-plugin-zdog-svg-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-zdog-svg-renderer", - "version": "1.2.20", + "version": "1.2.21", "description": "A G plugin of renderer implementation with Zdog", "keywords": [ "antv", diff --git a/packages/g-svg/CHANGELOG.md b/packages/g-svg/CHANGELOG.md index a61469523..b98783734 100644 --- a/packages/g-svg/CHANGELOG.md +++ b/packages/g-svg/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-svg +## 1.10.20 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-svg-renderer@1.10.20 + - @antv/g-plugin-svg-picker@1.9.20 + ## 1.10.19 ### Patch Changes diff --git a/packages/g-svg/package.json b/packages/g-svg/package.json index a62ea144c..aa72e5552 100644 --- a/packages/g-svg/package.json +++ b/packages/g-svg/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-svg", - "version": "1.10.19", + "version": "1.10.20", "description": "A renderer implemented by SVG", "keywords": [ "antv", diff --git a/packages/g-web-components/CHANGELOG.md b/packages/g-web-components/CHANGELOG.md index d3ca608f4..61edfca37 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.30 + +### Patch Changes + +- @antv/g-webgl@1.9.29 + ## 1.9.29 ### Patch Changes diff --git a/packages/g-web-components/package.json b/packages/g-web-components/package.json index d94fdd31d..da62010c9 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.29", + "version": "1.9.30", "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 957e64025..18f20417f 100644 --- a/packages/g-webgl/CHANGELOG.md +++ b/packages/g-webgl/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-webgl +## 1.9.29 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-device-renderer@1.9.26 + ## 1.9.28 ### Patch Changes diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index a0e8a7d07..55a215698 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "1.9.28", + "version": "1.9.29", "description": "A renderer implemented by WebGL1/2", "keywords": [ "antv", diff --git a/packages/g-webgpu/CHANGELOG.md b/packages/g-webgpu/CHANGELOG.md index 90442188a..98c9f605b 100644 --- a/packages/g-webgpu/CHANGELOG.md +++ b/packages/g-webgpu/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-webgpu +## 1.9.29 + +### Patch Changes + +- Updated dependencies [a5adc20f] + - @antv/g-plugin-device-renderer@1.9.26 + ## 1.9.28 ### Patch Changes diff --git a/packages/g-webgpu/package.json b/packages/g-webgpu/package.json index 9c5fa764d..f1d232029 100644 --- a/packages/g-webgpu/package.json +++ b/packages/g-webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu", - "version": "1.9.28", + "version": "1.9.29", "description": "A renderer implemented by WebGPU", "keywords": [ "antv",