diff --git a/.changeset/witty-turtles-design.md b/.changeset/witty-turtles-design.md deleted file mode 100644 index f38f6fe06..000000000 --- a/.changeset/witty-turtles-design.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@antv/g-plugin-device-renderer': patch -'@antv/g-webgl': patch -'@antv/g-lite': patch ---- - -Pass webxr frame on each tick when rendering. diff --git a/packages/g-camera-api/CHANGELOG.md b/packages/g-camera-api/CHANGELOG.md index ce327c709..42859baea 100644 --- a/packages/g-camera-api/CHANGELOG.md +++ b/packages/g-camera-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-camera-api +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-camera-api/package.json b/packages/g-camera-api/package.json index ad8dfda80..c8c9a33a5 100644 --- a/packages/g-camera-api/package.json +++ b/packages/g-camera-api/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-camera-api", - "version": "2.0.1", + "version": "2.0.2", "description": "A simple implementation of Camera API.", "keywords": [ "antv", diff --git a/packages/g-canvas/CHANGELOG.md b/packages/g-canvas/CHANGELOG.md index 28280ff2b..ad95f8494 100644 --- a/packages/g-canvas/CHANGELOG.md +++ b/packages/g-canvas/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-canvas +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-canvas-path-generator@2.0.2 + - @antv/g-plugin-canvas-picker@2.0.2 + - @antv/g-plugin-canvas-renderer@2.0.2 + - @antv/g-plugin-dom-interaction@2.0.2 + - @antv/g-plugin-html-renderer@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-canvas/package.json b/packages/g-canvas/package.json index d2e6d71f1..631c9427d 100644 --- a/packages/g-canvas/package.json +++ b/packages/g-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-canvas", - "version": "2.0.1", + "version": "2.0.2", "description": "A renderer implemented by Canvas 2D API", "keywords": [ "antv", diff --git a/packages/g-canvaskit/CHANGELOG.md b/packages/g-canvaskit/CHANGELOG.md index fb1eee592..9e35aa2fd 100644 --- a/packages/g-canvaskit/CHANGELOG.md +++ b/packages/g-canvaskit/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-canvaskit +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-canvas-path-generator@2.0.2 + - @antv/g-plugin-canvas-picker@2.0.2 + - @antv/g-plugin-canvaskit-renderer@2.0.2 + - @antv/g-plugin-dom-interaction@2.0.2 + - @antv/g-plugin-html-renderer@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-canvaskit/package.json b/packages/g-canvaskit/package.json index 861a26dd9..c77bbb21e 100644 --- a/packages/g-canvaskit/package.json +++ b/packages/g-canvaskit/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-canvaskit", - "version": "1.0.1", + "version": "1.0.2", "description": "A renderer implemented by CanvasKit", "keywords": [ "antv", diff --git a/packages/g-components/CHANGELOG.md b/packages/g-components/CHANGELOG.md index 7c9848435..2b8a46442 100644 --- a/packages/g-components/CHANGELOG.md +++ b/packages/g-components/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-components +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-components/package.json b/packages/g-components/package.json index 1936c4e24..f630e8f56 100644 --- a/packages/g-components/package.json +++ b/packages/g-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-components", - "version": "2.0.1", + "version": "2.0.2", "description": "Components for g", "keywords": [ "antv", diff --git a/packages/g-dom-mutation-observer-api/CHANGELOG.md b/packages/g-dom-mutation-observer-api/CHANGELOG.md index 8949ae606..350ce1fab 100644 --- a/packages/g-dom-mutation-observer-api/CHANGELOG.md +++ b/packages/g-dom-mutation-observer-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-dom-mutation-observer-api +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-dom-mutation-observer-api/package.json b/packages/g-dom-mutation-observer-api/package.json index e25a4bae3..7e3b35b29 100644 --- a/packages/g-dom-mutation-observer-api/package.json +++ b/packages/g-dom-mutation-observer-api/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-dom-mutation-observer-api", - "version": "2.0.1", + "version": "2.0.2", "description": "A simple implementation of DOM MutationObserver API.", "keywords": [ "antv", diff --git a/packages/g-gesture/CHANGELOG.md b/packages/g-gesture/CHANGELOG.md index 936ae3453..958a4d7e1 100644 --- a/packages/g-gesture/CHANGELOG.md +++ b/packages/g-gesture/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-gesture +## 3.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 3.0.1 ### Patch Changes diff --git a/packages/g-gesture/package.json b/packages/g-gesture/package.json index b31450949..8826daa38 100644 --- a/packages/g-gesture/package.json +++ b/packages/g-gesture/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-gesture", - "version": "3.0.1", + "version": "3.0.2", "description": "G Gesture", "keywords": [ "antv", diff --git a/packages/g-image-exporter/CHANGELOG.md b/packages/g-image-exporter/CHANGELOG.md index 2d15aab4a..c6c73ca1f 100644 --- a/packages/g-image-exporter/CHANGELOG.md +++ b/packages/g-image-exporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-image-exporter +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-image-exporter/package.json b/packages/g-image-exporter/package.json index ee3c99d12..2d319d848 100644 --- a/packages/g-image-exporter/package.json +++ b/packages/g-image-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-image-exporter", - "version": "1.0.1", + "version": "1.0.2", "description": "A image exporter for G using DOM API", "keywords": [ "antv", diff --git a/packages/g-lite/CHANGELOG.md b/packages/g-lite/CHANGELOG.md index 7f873dfe6..3d35dff88 100644 --- a/packages/g-lite/CHANGELOG.md +++ b/packages/g-lite/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g-lite +## 2.0.2 + +### Patch Changes + +- 2948b0f8: Pass webxr frame on each tick when rendering. + ## 2.0.1 ### Patch Changes diff --git a/packages/g-lite/package.json b/packages/g-lite/package.json index fdc6fc44f..148dfc6f7 100644 --- a/packages/g-lite/package.json +++ b/packages/g-lite/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-lite", - "version": "2.0.1", + "version": "2.0.2", "description": "A core module for rendering engine implements DOM API.", "keywords": [ "antv", diff --git a/packages/g-lottie-player/CHANGELOG.md b/packages/g-lottie-player/CHANGELOG.md index eed7c360c..57a2c4e9d 100644 --- a/packages/g-lottie-player/CHANGELOG.md +++ b/packages/g-lottie-player/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-lottie-player +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-lottie-player/package.json b/packages/g-lottie-player/package.json index 60e79f541..8d6195204 100644 --- a/packages/g-lottie-player/package.json +++ b/packages/g-lottie-player/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-lottie-player", - "version": "1.0.1", + "version": "1.0.2", "description": "A lottie player for G", "keywords": [ "antv", diff --git a/packages/g-mobile-canvas-element/CHANGELOG.md b/packages/g-mobile-canvas-element/CHANGELOG.md index 602abcd3b..79fab995c 100644 --- a/packages/g-mobile-canvas-element/CHANGELOG.md +++ b/packages/g-mobile-canvas-element/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-mobile-canvas-element +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-mobile-canvas-element/package.json b/packages/g-mobile-canvas-element/package.json index 2326ae1b3..c32454363 100644 --- a/packages/g-mobile-canvas-element/package.json +++ b/packages/g-mobile-canvas-element/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-mobile-canvas-element", - "version": "1.0.1", + "version": "1.0.2", "description": "Create a CanvasLike element from existed context in mobile environment", "keywords": [ "antv", diff --git a/packages/g-mobile-canvas/CHANGELOG.md b/packages/g-mobile-canvas/CHANGELOG.md index f4c94b2cd..f53fde022 100644 --- a/packages/g-mobile-canvas/CHANGELOG.md +++ b/packages/g-mobile-canvas/CHANGELOG.md @@ -1,5 +1,19 @@ # @antv/g-mobile-canvas +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-canvas-path-generator@2.0.2 + - @antv/g-plugin-canvas-picker@2.0.2 + - @antv/g-plugin-canvas-renderer@2.0.2 + - @antv/g-plugin-dragndrop@2.0.2 + - @antv/g-plugin-gesture@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + - @antv/g-plugin-mobile-interaction@1.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-mobile-canvas/package.json b/packages/g-mobile-canvas/package.json index 9a716ce3a..dbc4c4bd2 100644 --- a/packages/g-mobile-canvas/package.json +++ b/packages/g-mobile-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-mobile-canvas", - "version": "1.0.1", + "version": "1.0.2", "description": "A renderer implemented with Canvas2D API in mobile environment", "keywords": [ "antv", diff --git a/packages/g-mobile-svg/CHANGELOG.md b/packages/g-mobile-svg/CHANGELOG.md index 068c2c6cf..ac2564f64 100644 --- a/packages/g-mobile-svg/CHANGELOG.md +++ b/packages/g-mobile-svg/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/g-mobile-svg +## 1.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-dragndrop@2.0.2 + - @antv/g-plugin-gesture@2.0.2 + - @antv/g-plugin-mobile-interaction@1.0.2 + - @antv/g-plugin-svg-picker@2.0.3 + - @antv/g-plugin-svg-renderer@2.0.3 + ## 1.0.2 ### Patch Changes diff --git a/packages/g-mobile-svg/package.json b/packages/g-mobile-svg/package.json index 1638761b6..f58619f8d 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": "1.0.2", + "version": "1.0.3", "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 4a154409c..749a34f28 100644 --- a/packages/g-mobile-webgl/CHANGELOG.md +++ b/packages/g-mobile-webgl/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-mobile-webgl +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-plugin-device-renderer@2.0.2 + - @antv/g-lite@2.0.2 + - @antv/g-plugin-dragndrop@2.0.2 + - @antv/g-plugin-gesture@2.0.2 + - @antv/g-plugin-html-renderer@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + - @antv/g-plugin-mobile-interaction@1.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-mobile-webgl/package.json b/packages/g-mobile-webgl/package.json index 82b633034..6d76a4f9a 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.1", + "version": "1.0.2", "description": "A renderer implemented by WebGL1/2 in mobile environment", "keywords": [ "antv", diff --git a/packages/g-pattern/CHANGELOG.md b/packages/g-pattern/CHANGELOG.md index a270ed038..d80d89bc6 100644 --- a/packages/g-pattern/CHANGELOG.md +++ b/packages/g-pattern/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-pattern +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-pattern/package.json b/packages/g-pattern/package.json index 922fdc8da..3232b5a68 100644 --- a/packages/g-pattern/package.json +++ b/packages/g-pattern/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-pattern", - "version": "2.0.1", + "version": "2.0.2", "description": "A pattern libs for G", "keywords": [ "antv", diff --git a/packages/g-plugin-3d/CHANGELOG.md b/packages/g-plugin-3d/CHANGELOG.md index 38a7aeae1..ebff11ce5 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.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-plugin-device-renderer@2.0.2 + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index 7bffe39a4..35699b8ef 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.1", + "version": "2.0.2", "description": "Provide 3D extension for G", "keywords": [ "antv", diff --git a/packages/g-plugin-a11y/CHANGELOG.md b/packages/g-plugin-a11y/CHANGELOG.md index 5edb0abe5..93d1216ef 100644 --- a/packages/g-plugin-a11y/CHANGELOG.md +++ b/packages/g-plugin-a11y/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-a11y +## 1.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.2 ### Patch Changes diff --git a/packages/g-plugin-a11y/package.json b/packages/g-plugin-a11y/package.json index 97c442cb7..3c31f5172 100644 --- a/packages/g-plugin-a11y/package.json +++ b/packages/g-plugin-a11y/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-a11y", - "version": "1.0.2", + "version": "1.0.3", "description": "A G plugin for accessibility", "keywords": [ "antv", diff --git a/packages/g-plugin-annotation/CHANGELOG.md b/packages/g-plugin-annotation/CHANGELOG.md index 305d831d6..454fd945b 100644 --- a/packages/g-plugin-annotation/CHANGELOG.md +++ b/packages/g-plugin-annotation/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-annotation +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-plugin-annotation/package.json b/packages/g-plugin-annotation/package.json index 4cecd2bed..151b0c0fd 100644 --- a/packages/g-plugin-annotation/package.json +++ b/packages/g-plugin-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-annotation", - "version": "1.0.1", + "version": "1.0.2", "description": "A G plugin for annotation", "keywords": [ "antv", diff --git a/packages/g-plugin-box2d/CHANGELOG.md b/packages/g-plugin-box2d/CHANGELOG.md index edd084129..823f9f8a6 100644 --- a/packages/g-plugin-box2d/CHANGELOG.md +++ b/packages/g-plugin-box2d/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-box2d +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-box2d/package.json b/packages/g-plugin-box2d/package.json index 2f09668bc..d0da89b0b 100644 --- a/packages/g-plugin-box2d/package.json +++ b/packages/g-plugin-box2d/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-box2d", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for Box2D", "keywords": [ "antv", diff --git a/packages/g-plugin-canvas-path-generator/CHANGELOG.md b/packages/g-plugin-canvas-path-generator/CHANGELOG.md index 5dcb9b08b..f9e672744 100644 --- a/packages/g-plugin-canvas-path-generator/CHANGELOG.md +++ b/packages/g-plugin-canvas-path-generator/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-canvas-path-generator +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-canvas-path-generator/package.json b/packages/g-plugin-canvas-path-generator/package.json index 8e2a35f5e..697f9696c 100644 --- a/packages/g-plugin-canvas-path-generator/package.json +++ b/packages/g-plugin-canvas-path-generator/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-canvas-path-generator", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin of path generator with Canvas2D API", "keywords": [ "antv", diff --git a/packages/g-plugin-canvas-picker/CHANGELOG.md b/packages/g-plugin-canvas-picker/CHANGELOG.md index 4d02297e6..a6ca3d6c4 100644 --- a/packages/g-plugin-canvas-picker/CHANGELOG.md +++ b/packages/g-plugin-canvas-picker/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-canvas-picker +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-canvas-path-generator@2.0.2 + - @antv/g-plugin-canvas-renderer@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-canvas-picker/package.json b/packages/g-plugin-canvas-picker/package.json index 6db96b1b1..a12ab61b6 100644 --- a/packages/g-plugin-canvas-picker/package.json +++ b/packages/g-plugin-canvas-picker/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-canvas-picker", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for picking in canvas", "keywords": [ "antv", diff --git a/packages/g-plugin-canvas-renderer/CHANGELOG.md b/packages/g-plugin-canvas-renderer/CHANGELOG.md index d62290de5..01f90ec7b 100644 --- a/packages/g-plugin-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-canvas-renderer/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-canvas-renderer +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-canvas-path-generator@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-canvas-renderer/package.json b/packages/g-plugin-canvas-renderer/package.json index c325570fa..f0740a4cb 100644 --- a/packages/g-plugin-canvas-renderer/package.json +++ b/packages/g-plugin-canvas-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-canvas-renderer", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin of renderer implementation with Canvas2D API", "keywords": [ "antv", diff --git a/packages/g-plugin-canvaskit-renderer/CHANGELOG.md b/packages/g-plugin-canvaskit-renderer/CHANGELOG.md index 1b83a0dc9..1788f841f 100644 --- a/packages/g-plugin-canvaskit-renderer/CHANGELOG.md +++ b/packages/g-plugin-canvaskit-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-canvaskit-renderer +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-canvaskit-renderer/package.json b/packages/g-plugin-canvaskit-renderer/package.json index 8fb1644c1..8d071039b 100644 --- a/packages/g-plugin-canvaskit-renderer/package.json +++ b/packages/g-plugin-canvaskit-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-canvaskit-renderer", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin of renderer implementation with CanvasKit", "keywords": [ "antv", diff --git a/packages/g-plugin-control/CHANGELOG.md b/packages/g-plugin-control/CHANGELOG.md index d2d24df5c..d9e9a41f7 100644 --- a/packages/g-plugin-control/CHANGELOG.md +++ b/packages/g-plugin-control/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-control +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-control/package.json b/packages/g-plugin-control/package.json index 486d11ef2..b19e431b2 100644 --- a/packages/g-plugin-control/package.json +++ b/packages/g-plugin-control/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-control", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for orbit control", "keywords": [ "antv", diff --git a/packages/g-plugin-css-select/CHANGELOG.md b/packages/g-plugin-css-select/CHANGELOG.md index 373be6c18..aa72727a1 100644 --- a/packages/g-plugin-css-select/CHANGELOG.md +++ b/packages/g-plugin-css-select/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-css-select +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-css-select/package.json b/packages/g-plugin-css-select/package.json index 7f8514694..a95aabc3d 100644 --- a/packages/g-plugin-css-select/package.json +++ b/packages/g-plugin-css-select/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-css-select", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for using CSS select syntax in query selector", "keywords": [ "antv", diff --git a/packages/g-plugin-device-renderer/CHANGELOG.md b/packages/g-plugin-device-renderer/CHANGELOG.md index 5ee23d3a3..ded28c1c2 100644 --- a/packages/g-plugin-device-renderer/CHANGELOG.md +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-device-renderer +## 2.0.2 + +### Patch Changes + +- 2948b0f8: Pass webxr frame on each tick when rendering. +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index 4950b08ea..972ea5751 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.1", + "version": "2.0.2", "description": "A G plugin of renderer implementation with GPUDevice", "keywords": [ "antv", diff --git a/packages/g-plugin-dom-interaction/CHANGELOG.md b/packages/g-plugin-dom-interaction/CHANGELOG.md index a968aab72..7d1dd8f18 100644 --- a/packages/g-plugin-dom-interaction/CHANGELOG.md +++ b/packages/g-plugin-dom-interaction/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-dom-interaction +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-dom-interaction/package.json b/packages/g-plugin-dom-interaction/package.json index df4eb8f02..27dbde2be 100644 --- a/packages/g-plugin-dom-interaction/package.json +++ b/packages/g-plugin-dom-interaction/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-dom-interaction", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin", "keywords": [ "antv", diff --git a/packages/g-plugin-dragndrop/CHANGELOG.md b/packages/g-plugin-dragndrop/CHANGELOG.md index f8b87e486..500d3e4fc 100644 --- a/packages/g-plugin-dragndrop/CHANGELOG.md +++ b/packages/g-plugin-dragndrop/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-dragndrop +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-dragndrop/package.json b/packages/g-plugin-dragndrop/package.json index b0e9845e7..fda2c2a3b 100644 --- a/packages/g-plugin-dragndrop/package.json +++ b/packages/g-plugin-dragndrop/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-dragndrop", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for Drag n Drop implemented with PointerEvents", "keywords": [ "antv", diff --git a/packages/g-plugin-gesture/CHANGELOG.md b/packages/g-plugin-gesture/CHANGELOG.md index 4d3ed5fe1..c9db385b7 100644 --- a/packages/g-plugin-gesture/CHANGELOG.md +++ b/packages/g-plugin-gesture/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-gesture +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-gesture/package.json b/packages/g-plugin-gesture/package.json index d5d98fd5b..560003ae8 100644 --- a/packages/g-plugin-gesture/package.json +++ b/packages/g-plugin-gesture/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-gesture", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for Gesture implemented with PointerEvents", "keywords": [ "antv", diff --git a/packages/g-plugin-html-renderer/CHANGELOG.md b/packages/g-plugin-html-renderer/CHANGELOG.md index 6922deb3f..1ebf54356 100644 --- a/packages/g-plugin-html-renderer/CHANGELOG.md +++ b/packages/g-plugin-html-renderer/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-html-renderer +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-html-renderer/package.json b/packages/g-plugin-html-renderer/package.json index 0ecefbeab..6b7a24c22 100644 --- a/packages/g-plugin-html-renderer/package.json +++ b/packages/g-plugin-html-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-html-renderer", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for rendering HTML", "keywords": [ "antv", diff --git a/packages/g-plugin-image-loader/CHANGELOG.md b/packages/g-plugin-image-loader/CHANGELOG.md index fde2acced..8fbeade57 100644 --- a/packages/g-plugin-image-loader/CHANGELOG.md +++ b/packages/g-plugin-image-loader/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-image-loader +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-image-loader/package.json b/packages/g-plugin-image-loader/package.json index fbcbbe5c9..460f60415 100644 --- a/packages/g-plugin-image-loader/package.json +++ b/packages/g-plugin-image-loader/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-image-loader", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for loading image", "keywords": [ "antv", diff --git a/packages/g-plugin-matterjs/CHANGELOG.md b/packages/g-plugin-matterjs/CHANGELOG.md index 0b5b87015..c461e104d 100644 --- a/packages/g-plugin-matterjs/CHANGELOG.md +++ b/packages/g-plugin-matterjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-matterjs +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-matterjs/package.json b/packages/g-plugin-matterjs/package.json index 72697aab7..ba1082f62 100644 --- a/packages/g-plugin-matterjs/package.json +++ b/packages/g-plugin-matterjs/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-matterjs", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for matter.js physics engine", "keywords": [ "antv", diff --git a/packages/g-plugin-mobile-interaction/CHANGELOG.md b/packages/g-plugin-mobile-interaction/CHANGELOG.md index 5bf3e3e29..4ac8a0392 100644 --- a/packages/g-plugin-mobile-interaction/CHANGELOG.md +++ b/packages/g-plugin-mobile-interaction/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-mobile-interaction +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/g-plugin-mobile-interaction/package.json b/packages/g-plugin-mobile-interaction/package.json index 2a32613bb..f3b99fc22 100644 --- a/packages/g-plugin-mobile-interaction/package.json +++ b/packages/g-plugin-mobile-interaction/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-mobile-interaction", - "version": "1.0.1", + "version": "1.0.2", "description": "A G plugin listening events in mobile environment", "keywords": [ "antv", diff --git a/packages/g-plugin-physx/CHANGELOG.md b/packages/g-plugin-physx/CHANGELOG.md index daacb6533..a4322b9f6 100644 --- a/packages/g-plugin-physx/CHANGELOG.md +++ b/packages/g-plugin-physx/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-physx +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-physx/package.json b/packages/g-plugin-physx/package.json index a490c6f09..4579e48fe 100644 --- a/packages/g-plugin-physx/package.json +++ b/packages/g-plugin-physx/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-physx", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for PhysX", "keywords": [ "antv", diff --git a/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md b/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md index 08d6da266..b5762d575 100644 --- a/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-rough-canvas-renderer +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-canvas@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-plugin-rough-canvas-renderer/package.json b/packages/g-plugin-rough-canvas-renderer/package.json index 5d1a1bac5..37df92fc3 100644 --- a/packages/g-plugin-rough-canvas-renderer/package.json +++ b/packages/g-plugin-rough-canvas-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-rough-canvas-renderer", - "version": "2.0.2", + "version": "2.0.3", "description": "A G plugin of renderer implementation with rough.js", "keywords": [ "antv", diff --git a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md index 8cbc218df..8b3f03fbf 100644 --- a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-rough-svg-renderer +## 2.0.4 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-svg@2.0.3 + ## 2.0.3 ### Patch Changes diff --git a/packages/g-plugin-rough-svg-renderer/package.json b/packages/g-plugin-rough-svg-renderer/package.json index b2733fdb6..394a70575 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": "2.0.3", + "version": "2.0.4", "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 d1294cd91..6bcea468c 100644 --- a/packages/g-plugin-svg-picker/CHANGELOG.md +++ b/packages/g-plugin-svg-picker/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-svg-picker +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-svg-renderer@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-plugin-svg-picker/package.json b/packages/g-plugin-svg-picker/package.json index 53cd51811..5b518b423 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": "2.0.2", + "version": "2.0.3", "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 e59a83001..1dbbfda1b 100644 --- a/packages/g-plugin-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-svg-renderer/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-svg-renderer +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-plugin-svg-renderer/package.json b/packages/g-plugin-svg-renderer/package.json index 7e1ec8d7a..aec9ebb70 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": "2.0.2", + "version": "2.0.3", "description": "A G plugin of renderer implementation with SVG", "keywords": [ "antv", diff --git a/packages/g-plugin-yoga/CHANGELOG.md b/packages/g-plugin-yoga/CHANGELOG.md index 5312024b6..3f460a7fb 100644 --- a/packages/g-plugin-yoga/CHANGELOG.md +++ b/packages/g-plugin-yoga/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-plugin-yoga +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-yoga/package.json b/packages/g-plugin-yoga/package.json index b80609233..ebd900fc3 100644 --- a/packages/g-plugin-yoga/package.json +++ b/packages/g-plugin-yoga/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-yoga", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin for Yoga layout engine", "keywords": [ "antv", diff --git a/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md b/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md index 728d88da0..ff9ca8e9a 100644 --- a/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-zdog-canvas-renderer +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-canvas@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-plugin-zdog-canvas-renderer/package.json b/packages/g-plugin-zdog-canvas-renderer/package.json index 036c83f40..87db323e3 100644 --- a/packages/g-plugin-zdog-canvas-renderer/package.json +++ b/packages/g-plugin-zdog-canvas-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-zdog-canvas-renderer", - "version": "2.0.1", + "version": "2.0.2", "description": "A G plugin of renderer implementation with Zdog", "keywords": [ "antv", diff --git a/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md b/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md index 2d0a5b436..c5477dea4 100644 --- a/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-zdog-svg-renderer +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-svg-renderer@2.0.3 + - @antv/g-svg@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-plugin-zdog-svg-renderer/package.json b/packages/g-plugin-zdog-svg-renderer/package.json index c47a5e2df..0e1cd62a2 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": "2.0.2", + "version": "2.0.3", "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 7af3b9994..61b3e90a9 100644 --- a/packages/g-svg/CHANGELOG.md +++ b/packages/g-svg/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-svg +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-plugin-dom-interaction@2.0.2 + - @antv/g-plugin-svg-picker@2.0.3 + - @antv/g-plugin-svg-renderer@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-svg/package.json b/packages/g-svg/package.json index bb82f8749..7348ec1b2 100644 --- a/packages/g-svg/package.json +++ b/packages/g-svg/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-svg", - "version": "2.0.2", + "version": "2.0.3", "description": "A renderer implemented by SVG", "keywords": [ "antv", diff --git a/packages/g-web-animations-api/CHANGELOG.md b/packages/g-web-animations-api/CHANGELOG.md index 2abbab80c..4f01d94e9 100644 --- a/packages/g-web-animations-api/CHANGELOG.md +++ b/packages/g-web-animations-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-web-animations-api +## 2.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/g-web-animations-api/package.json b/packages/g-web-animations-api/package.json index 1258cafba..7074932dd 100644 --- a/packages/g-web-animations-api/package.json +++ b/packages/g-web-animations-api/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-web-animations-api", - "version": "2.0.2", + "version": "2.0.3", "description": "A simple implementation of Web Animations API.", "keywords": [ "antv", diff --git a/packages/g-web-components/CHANGELOG.md b/packages/g-web-components/CHANGELOG.md index a2a9719cc..c16721c4d 100644 --- a/packages/g-web-components/CHANGELOG.md +++ b/packages/g-web-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-web-components +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-webgl@2.0.2 + - @antv/g-lite@2.0.2 + - @antv/g-canvas@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-web-components/package.json b/packages/g-web-components/package.json index 129237c93..04e45a76a 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.1", + "version": "2.0.2", "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 c362e4b44..799125a5d 100644 --- a/packages/g-webgl/CHANGELOG.md +++ b/packages/g-webgl/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/g-webgl +## 2.0.2 + +### Patch Changes + +- 2948b0f8: Pass webxr frame on each tick when rendering. +- Updated dependencies [2948b0f8] + - @antv/g-plugin-device-renderer@2.0.2 + - @antv/g-lite@2.0.2 + - @antv/g-plugin-dom-interaction@2.0.2 + - @antv/g-plugin-html-renderer@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index 531e83c47..f78755842 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "2.0.1", + "version": "2.0.2", "description": "A renderer implemented by WebGL1/2", "keywords": [ "antv", diff --git a/packages/g-webgpu/CHANGELOG.md b/packages/g-webgpu/CHANGELOG.md index 83fec12e2..f3de69777 100644 --- a/packages/g-webgpu/CHANGELOG.md +++ b/packages/g-webgpu/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-webgpu +## 2.0.2 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-plugin-device-renderer@2.0.2 + - @antv/g-lite@2.0.2 + - @antv/g-plugin-dom-interaction@2.0.2 + - @antv/g-plugin-html-renderer@2.0.2 + - @antv/g-plugin-image-loader@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/g-webgpu/package.json b/packages/g-webgpu/package.json index 573907528..a33627ba5 100644 --- a/packages/g-webgpu/package.json +++ b/packages/g-webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu", - "version": "2.0.1", + "version": "2.0.2", "description": "A renderer implemented by WebGPU", "keywords": [ "antv", diff --git a/packages/g/CHANGELOG.md b/packages/g/CHANGELOG.md index f505c2936..ee37877d7 100644 --- a/packages/g/CHANGELOG.md +++ b/packages/g/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g +## 6.0.3 + +### Patch Changes + +- Updated dependencies [2948b0f8] + - @antv/g-lite@2.0.2 + - @antv/g-camera-api@2.0.2 + - @antv/g-dom-mutation-observer-api@2.0.2 + - @antv/g-web-animations-api@2.0.3 + ## 6.0.2 ### Patch Changes diff --git a/packages/g/package.json b/packages/g/package.json index 236dee758..d6ced37e7 100644 --- a/packages/g/package.json +++ b/packages/g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g", - "version": "6.0.2", + "version": "6.0.3", "description": "A core module for rendering engine implements DOM API.", "keywords": [ "antv", diff --git a/packages/react-g/CHANGELOG.md b/packages/react-g/CHANGELOG.md index b11ec2500..2b3228a90 100644 --- a/packages/react-g/CHANGELOG.md +++ b/packages/react-g/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/react-g +## 2.0.3 + +### Patch Changes + +- @antv/g@6.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/react-g/package.json b/packages/react-g/package.json index 4a8f80246..f985850ca 100644 --- a/packages/react-g/package.json +++ b/packages/react-g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/react-g", - "version": "2.0.2", + "version": "2.0.3", "description": "react render for @antv/g", "keywords": [ "react",