diff --git a/.changeset/brave-foxes-bow.md b/.changeset/brave-foxes-bow.md deleted file mode 100644 index e7f8c08a1..000000000 --- a/.changeset/brave-foxes-bow.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -'@antv/g-plugin-canvas-path-generator': patch -'@antv/g-plugin-rough-canvas-renderer': patch -'@antv/g-plugin-zdog-canvas-renderer': patch -'@antv/g-plugin-canvaskit-renderer': patch -'@antv/g-plugin-rough-svg-renderer': patch -'@antv/g-plugin-zdog-svg-renderer': patch -'@antv/g-plugin-canvas-renderer': patch -'@antv/g-plugin-device-renderer': patch -'@antv/g-plugin-canvas-picker': patch -'@antv/g-plugin-html-renderer': patch -'@antv/g-plugin-webgpu-device': patch -'@antv/g-plugin-image-loader': patch -'@antv/g-plugin-svg-renderer': patch -'@antv/g-plugin-webgl-device': patch -'@antv/g-web-animations-api': patch -'@antv/g-plugin-dragndrop': patch -'@antv/g-plugin-control': patch -'@antv/g-lottie-player': patch -'@antv/g-mobile-canvas': patch -'@antv/g-mobile-webgl': patch -'@antv/g-camera-api': patch -'@antv/g-components': patch -'@antv/g-mobile-svg': patch -'@antv/g-canvaskit': patch -'@antv/g-pattern': patch -'@antv/g-canvas': patch -'@antv/g-webgpu': patch -'@antv/g-webgl': patch -'@antv/react-g': patch -'@antv/g-lite': patch -'@antv/g-math': patch -'@antv/g-svg': patch ---- - -Retrieve runtime from context instead of global. diff --git a/.changeset/silver-boats-promise.md b/.changeset/silver-boats-promise.md deleted file mode 100644 index 50b27c3fd..000000000 --- a/.changeset/silver-boats-promise.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -'@antv/g-plugin-canvas-path-generator': patch -'@antv/g-plugin-rough-canvas-renderer': patch -'@antv/g-plugin-zdog-canvas-renderer': patch -'@antv/g-plugin-canvaskit-renderer': patch -'@antv/g-plugin-rough-svg-renderer': patch -'@antv/g-plugin-zdog-svg-renderer': patch -'@antv/g-plugin-canvas-renderer': patch -'@antv/g-plugin-device-renderer': patch -'@antv/g-plugin-canvas-picker': patch -'@antv/g-plugin-html-renderer': patch -'@antv/g-plugin-webgpu-device': patch -'@antv/g-plugin-image-loader': patch -'@antv/g-plugin-svg-renderer': patch -'@antv/g-plugin-webgl-device': patch -'@antv/g-web-animations-api': patch -'@antv/g-plugin-dragndrop': patch -'@antv/g-lottie-player': patch -'@antv/g-mobile-canvas': patch -'@antv/g-mobile-webgl': patch -'@antv/g-camera-api': patch -'@antv/g-components': patch -'@antv/g-mobile-svg': patch -'@antv/g-canvaskit': patch -'@antv/g-pattern': patch -'@antv/g-canvas': patch -'@antv/g-webgpu': patch -'@antv/g-webgl': patch -'@antv/react-g': patch -'@antv/g-lite': patch -'@antv/g-math': patch -'@antv/g-svg': patch ---- - -Split a path containing multiple segments into subpaths. diff --git a/packages/g-camera-api/CHANGELOG.md b/packages/g-camera-api/CHANGELOG.md index 82d4ba614..7f5432621 100644 --- a/packages/g-camera-api/CHANGELOG.md +++ b/packages/g-camera-api/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-camera-api +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-camera-api/package.json b/packages/g-camera-api/package.json index 5f29cdcfb..87775efac 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": "1.2.6", + "version": "1.2.7", "description": "A simple implementation of Camera API.", "keywords": [ "antv", diff --git a/packages/g-canvas/CHANGELOG.md b/packages/g-canvas/CHANGELOG.md index 5691a829b..ebd1acc69 100644 --- a/packages/g-canvas/CHANGELOG.md +++ b/packages/g-canvas/CHANGELOG.md @@ -1,5 +1,21 @@ # @antv/g-canvas +## 1.11.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-canvas-path-generator@1.3.7 + - @antv/g-plugin-canvas-renderer@1.9.7 + - @antv/g-plugin-canvas-picker@1.10.7 + - @antv/g-plugin-html-renderer@1.9.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-dom-interaction@1.9.7 + ## 1.11.6 ### Patch Changes diff --git a/packages/g-canvas/package.json b/packages/g-canvas/package.json index 9b0c6a12e..2066c1dfd 100644 --- a/packages/g-canvas/package.json +++ b/packages/g-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-canvas", - "version": "1.11.6", + "version": "1.11.7", "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 d0409ba4d..a152175be 100644 --- a/packages/g-canvaskit/CHANGELOG.md +++ b/packages/g-canvaskit/CHANGELOG.md @@ -1,5 +1,21 @@ # @antv/g-canvaskit +## 0.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-canvas-path-generator@1.3.7 + - @antv/g-plugin-canvaskit-renderer@1.3.7 + - @antv/g-plugin-canvas-picker@1.10.7 + - @antv/g-plugin-html-renderer@1.9.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-dom-interaction@1.9.7 + ## 0.10.6 ### Patch Changes diff --git a/packages/g-canvaskit/package.json b/packages/g-canvaskit/package.json index e4472e392..1c65abbf2 100644 --- a/packages/g-canvaskit/package.json +++ b/packages/g-canvaskit/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-canvaskit", - "version": "0.10.6", + "version": "0.10.7", "description": "A renderer implemented by CanvasKit", "keywords": [ "antv", diff --git a/packages/g-components/CHANGELOG.md b/packages/g-components/CHANGELOG.md index e0b6d527b..e0057d580 100644 --- a/packages/g-components/CHANGELOG.md +++ b/packages/g-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-components +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-components/package.json b/packages/g-components/package.json index 0cf933b6f..2e7798351 100644 --- a/packages/g-components/package.json +++ b/packages/g-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-components", - "version": "1.9.6", + "version": "1.9.7", "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 be4a38b48..87326ad5d 100644 --- a/packages/g-dom-mutation-observer-api/CHANGELOG.md +++ b/packages/g-dom-mutation-observer-api/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-dom-mutation-observer-api +## 1.2.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-dom-mutation-observer-api/package.json b/packages/g-dom-mutation-observer-api/package.json index 1d75affb4..7731470b2 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": "1.2.6", + "version": "1.2.7", "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 e86e990c8..6e289879a 100644 --- a/packages/g-gesture/CHANGELOG.md +++ b/packages/g-gesture/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-gesture +## 2.2.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 2.2.6 ### Patch Changes diff --git a/packages/g-gesture/package.json b/packages/g-gesture/package.json index 33bb32f84..668f50a45 100644 --- a/packages/g-gesture/package.json +++ b/packages/g-gesture/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-gesture", - "version": "2.2.6", + "version": "2.2.7", "description": "G Gesture", "keywords": [ "antv", diff --git a/packages/g-image-exporter/CHANGELOG.md b/packages/g-image-exporter/CHANGELOG.md index 723fbf3d0..b889e49a1 100644 --- a/packages/g-image-exporter/CHANGELOG.md +++ b/packages/g-image-exporter/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-image-exporter +## 0.7.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.7.6 ### Patch Changes diff --git a/packages/g-image-exporter/package.json b/packages/g-image-exporter/package.json index 502a37c9e..bbf5e40b4 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": "0.7.6", + "version": "0.7.7", "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 ef8111ffc..fd3178bd5 100644 --- a/packages/g-lite/CHANGELOG.md +++ b/packages/g-lite/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-lite +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-math@2.0.2 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-lite/package.json b/packages/g-lite/package.json index 05bb96bf1..999424398 100644 --- a/packages/g-lite/package.json +++ b/packages/g-lite/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-lite", - "version": "1.2.6", + "version": "1.2.7", "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 3b21d3d3d..b4e1c531c 100644 --- a/packages/g-lottie-player/CHANGELOG.md +++ b/packages/g-lottie-player/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-lottie-player +## 0.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.2.6 ### Patch Changes diff --git a/packages/g-lottie-player/package.json b/packages/g-lottie-player/package.json index a7a3ffe9a..baadaeb05 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": "0.2.6", + "version": "0.2.7", "description": "A lottie player for G", "keywords": [ "antv", diff --git a/packages/g-math/CHANGELOG.md b/packages/g-math/CHANGELOG.md index 5d9922aed..151bf896e 100644 --- a/packages/g-math/CHANGELOG.md +++ b/packages/g-math/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/g-math +## 2.0.2 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. + ## 2.0.1 ### Patch Changes diff --git a/packages/g-math/package.json b/packages/g-math/package.json index d9031c45f..76bb919be 100644 --- a/packages/g-math/package.json +++ b/packages/g-math/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-math", - "version": "2.0.1", + "version": "2.0.2", "description": "Geometry util", "keywords": [ "antv", diff --git a/packages/g-mobile-canvas-element/CHANGELOG.md b/packages/g-mobile-canvas-element/CHANGELOG.md index 86f889bb4..f27c296c9 100644 --- a/packages/g-mobile-canvas-element/CHANGELOG.md +++ b/packages/g-mobile-canvas-element/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-mobile-canvas-element +## 0.8.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.8.6 ### Patch Changes diff --git a/packages/g-mobile-canvas-element/package.json b/packages/g-mobile-canvas-element/package.json index 6901dc1de..9ca3698f5 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": "0.8.6", + "version": "0.8.7", "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 4a73d139a..8a83ed311 100644 --- a/packages/g-mobile-canvas/CHANGELOG.md +++ b/packages/g-mobile-canvas/CHANGELOG.md @@ -1,5 +1,21 @@ # @antv/g-mobile-canvas +## 0.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-canvas-path-generator@1.3.7 + - @antv/g-plugin-canvas-renderer@1.9.7 + - @antv/g-plugin-canvas-picker@1.10.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-plugin-dragndrop@1.8.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-mobile-interaction@0.9.7 + ## 0.10.6 ### Patch Changes diff --git a/packages/g-mobile-canvas/package.json b/packages/g-mobile-canvas/package.json index 85256ca12..e43b00b52 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": "0.10.6", + "version": "0.10.7", "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 3fc00ebbd..0d8fd71e7 100644 --- a/packages/g-mobile-svg/CHANGELOG.md +++ b/packages/g-mobile-svg/CHANGELOG.md @@ -1,5 +1,19 @@ # @antv/g-mobile-svg +## 0.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-svg-renderer@1.10.7 + - @antv/g-plugin-dragndrop@1.8.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-svg-picker@1.9.7 + - @antv/g-plugin-mobile-interaction@0.9.7 + ## 0.10.6 ### Patch Changes diff --git a/packages/g-mobile-svg/package.json b/packages/g-mobile-svg/package.json index cdbe908d4..3b491fda5 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.6", + "version": "0.10.7", "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 7cc16c742..cdddf6265 100644 --- a/packages/g-mobile-webgl/CHANGELOG.md +++ b/packages/g-mobile-webgl/CHANGELOG.md @@ -1,5 +1,21 @@ # @antv/g-mobile-webgl +## 0.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-plugin-html-renderer@1.9.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-plugin-webgl-device@1.9.7 + - @antv/g-plugin-dragndrop@1.8.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-mobile-interaction@0.9.7 + ## 0.9.6 ### Patch Changes diff --git a/packages/g-mobile-webgl/package.json b/packages/g-mobile-webgl/package.json index eb07fae84..319dd2781 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.6", + "version": "0.9.7", "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 f2ffc82e1..fa49947d2 100644 --- a/packages/g-pattern/CHANGELOG.md +++ b/packages/g-pattern/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-pattern +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-pattern/package.json b/packages/g-pattern/package.json index 074d140b9..2044f6c49 100644 --- a/packages/g-pattern/package.json +++ b/packages/g-pattern/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-pattern", - "version": "1.2.6", + "version": "1.2.7", "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 93b95cedd..eb26ec38e 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.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index 51802eeda..a9007385c 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.6", + "version": "1.9.7", "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 ff801f4f3..3c35669fe 100644 --- a/packages/g-plugin-a11y/CHANGELOG.md +++ b/packages/g-plugin-a11y/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-a11y +## 0.6.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.6.6 ### Patch Changes diff --git a/packages/g-plugin-a11y/package.json b/packages/g-plugin-a11y/package.json index 299d4de70..3d37542bf 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": "0.6.6", + "version": "0.6.7", "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 175429a62..628c2e3ad 100644 --- a/packages/g-plugin-annotation/CHANGELOG.md +++ b/packages/g-plugin-annotation/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-annotation +## 0.4.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.4.6 ### Patch Changes diff --git a/packages/g-plugin-annotation/package.json b/packages/g-plugin-annotation/package.json index 05773b16e..b845fd25a 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": "0.4.6", + "version": "0.4.7", "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 7735db347..e12574fda 100644 --- a/packages/g-plugin-box2d/CHANGELOG.md +++ b/packages/g-plugin-box2d/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-box2d +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-box2d/package.json b/packages/g-plugin-box2d/package.json index 975543fae..324cfea6d 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": "1.9.6", + "version": "1.9.7", "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 397f4b606..62c7df6d9 100644 --- a/packages/g-plugin-canvas-path-generator/CHANGELOG.md +++ b/packages/g-plugin-canvas-path-generator/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-canvas-path-generator +## 1.3.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + - @antv/g-math@2.0.2 + ## 1.3.6 ### Patch Changes diff --git a/packages/g-plugin-canvas-path-generator/package.json b/packages/g-plugin-canvas-path-generator/package.json index be020fe6b..960524dcf 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": "1.3.6", + "version": "1.3.7", "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 785f3ed22..3cb8112d9 100644 --- a/packages/g-plugin-canvas-picker/CHANGELOG.md +++ b/packages/g-plugin-canvas-picker/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-plugin-canvas-picker +## 1.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-canvas-path-generator@1.3.7 + - @antv/g-plugin-canvas-renderer@1.9.7 + - @antv/g-lite@1.2.7 + - @antv/g-math@2.0.2 + ## 1.10.6 ### Patch Changes diff --git a/packages/g-plugin-canvas-picker/package.json b/packages/g-plugin-canvas-picker/package.json index 20d5f0af1..16819f586 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": "1.10.6", + "version": "1.10.7", "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 15d7e604d..ef37c7bd1 100644 --- a/packages/g-plugin-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-canvas-renderer/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-plugin-canvas-renderer +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-canvas-path-generator@1.3.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-math@2.0.2 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-canvas-renderer/package.json b/packages/g-plugin-canvas-renderer/package.json index 1873fe39b..2dc97c6b3 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": "1.9.6", + "version": "1.9.7", "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 aa504bbaf..b75f3a049 100644 --- a/packages/g-plugin-canvaskit-renderer/CHANGELOG.md +++ b/packages/g-plugin-canvaskit-renderer/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/g-plugin-canvaskit-renderer +## 1.3.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-math@2.0.2 + ## 1.3.6 ### Patch Changes diff --git a/packages/g-plugin-canvaskit-renderer/package.json b/packages/g-plugin-canvaskit-renderer/package.json index 5dd51af26..403f796e4 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": "1.3.6", + "version": "1.3.7", "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 3c87ab950..90b79fc7e 100644 --- a/packages/g-plugin-control/CHANGELOG.md +++ b/packages/g-plugin-control/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-control +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-control/package.json b/packages/g-plugin-control/package.json index 277a8dbb0..ad86b567f 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": "1.9.6", + "version": "1.9.7", "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 229a246d4..94d6b8e88 100644 --- a/packages/g-plugin-css-select/CHANGELOG.md +++ b/packages/g-plugin-css-select/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-css-select +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-css-select/package.json b/packages/g-plugin-css-select/package.json index 130dfd683..3ea3b5f2e 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": "1.9.6", + "version": "1.9.7", "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 5771a0b23..c34b621f7 100644 --- a/packages/g-plugin-device-renderer/CHANGELOG.md +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/g-plugin-device-renderer +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-math@2.0.2 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index 0718f5d52..89a1841ee 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.6", + "version": "1.9.7", "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 0fce7321b..f07a069e6 100644 --- a/packages/g-plugin-dom-interaction/CHANGELOG.md +++ b/packages/g-plugin-dom-interaction/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-dom-interaction +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-dom-interaction/package.json b/packages/g-plugin-dom-interaction/package.json index f1833414a..007805c32 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": "1.9.6", + "version": "1.9.7", "description": "A G plugin", "keywords": [ "antv", diff --git a/packages/g-plugin-dragndrop/CHANGELOG.md b/packages/g-plugin-dragndrop/CHANGELOG.md index 0d26b60fc..bcef5d681 100644 --- a/packages/g-plugin-dragndrop/CHANGELOG.md +++ b/packages/g-plugin-dragndrop/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-plugin-dragndrop +## 1.8.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/g-plugin-dragndrop/package.json b/packages/g-plugin-dragndrop/package.json index c2d6fb5a1..16131c5cc 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": "1.8.6", + "version": "1.8.7", "description": "A G plugin for Drag n Drop implemented with PointerEvents", "keywords": [ "antv", diff --git a/packages/g-plugin-gpgpu/CHANGELOG.md b/packages/g-plugin-gpgpu/CHANGELOG.md index 44c13c31e..8299b9496 100644 --- a/packages/g-plugin-gpgpu/CHANGELOG.md +++ b/packages/g-plugin-gpgpu/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-gpgpu +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-webgpu@1.9.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-gpgpu/package.json b/packages/g-plugin-gpgpu/package.json index f3ecaa059..572a643f1 100644 --- a/packages/g-plugin-gpgpu/package.json +++ b/packages/g-plugin-gpgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-gpgpu", - "version": "1.9.6", + "version": "1.9.7", "description": "A G plugin for GPGPU based on WebGPU", "keywords": [ "webgpu", diff --git a/packages/g-plugin-html-renderer/CHANGELOG.md b/packages/g-plugin-html-renderer/CHANGELOG.md index 27e6f14f2..688a7f08b 100644 --- a/packages/g-plugin-html-renderer/CHANGELOG.md +++ b/packages/g-plugin-html-renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-plugin-html-renderer +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-html-renderer/package.json b/packages/g-plugin-html-renderer/package.json index 18e0545b7..e88ba2a80 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": "1.9.6", + "version": "1.9.7", "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 1f1280048..4880ec11d 100644 --- a/packages/g-plugin-image-loader/CHANGELOG.md +++ b/packages/g-plugin-image-loader/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-plugin-image-loader +## 1.3.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/g-plugin-image-loader/package.json b/packages/g-plugin-image-loader/package.json index 297d3d39d..71dee25dd 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": "1.3.6", + "version": "1.3.7", "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 e8915acca..247177c84 100644 --- a/packages/g-plugin-matterjs/CHANGELOG.md +++ b/packages/g-plugin-matterjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-matterjs +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-matterjs/package.json b/packages/g-plugin-matterjs/package.json index 4297bbae0..5bc4a8a2c 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": "1.9.6", + "version": "1.9.7", "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 3efa47259..f25b16d49 100644 --- a/packages/g-plugin-mobile-interaction/CHANGELOG.md +++ b/packages/g-plugin-mobile-interaction/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-mobile-interaction +## 0.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 0.9.6 ### Patch Changes diff --git a/packages/g-plugin-mobile-interaction/package.json b/packages/g-plugin-mobile-interaction/package.json index 579356111..90582e3fe 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": "0.9.6", + "version": "0.9.7", "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 152d5f845..4422a0cd6 100644 --- a/packages/g-plugin-physx/CHANGELOG.md +++ b/packages/g-plugin-physx/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-physx +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-physx/package.json b/packages/g-plugin-physx/package.json index e89851911..62788f44a 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": "1.9.6", + "version": "1.9.7", "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 53d2532ae..dfe9f2ee4 100644 --- a/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-canvas-renderer/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-rough-canvas-renderer +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-canvas@1.11.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-rough-canvas-renderer/package.json b/packages/g-plugin-rough-canvas-renderer/package.json index bcf570dad..8df8ae7e6 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": "1.9.6", + "version": "1.9.7", "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 a258a5c66..aeb325038 100644 --- a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-rough-svg-renderer +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + - @antv/g-svg@1.10.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-rough-svg-renderer/package.json b/packages/g-plugin-rough-svg-renderer/package.json index 2f7f8ce69..bbff4ae28 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.6", + "version": "1.9.7", "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 1a2ed1e4d..e5b9f47a6 100644 --- a/packages/g-plugin-svg-picker/CHANGELOG.md +++ b/packages/g-plugin-svg-picker/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/g-plugin-svg-picker +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-svg-renderer@1.10.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-svg-picker/package.json b/packages/g-plugin-svg-picker/package.json index 8dc28077b..516685005 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.6", + "version": "1.9.7", "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 bcc824271..5258a2b09 100644 --- a/packages/g-plugin-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-svg-renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-plugin-svg-renderer +## 1.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.10.6 ### Patch Changes diff --git a/packages/g-plugin-svg-renderer/package.json b/packages/g-plugin-svg-renderer/package.json index ccb53c4cc..6b1156bfe 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.6", + "version": "1.10.7", "description": "A G plugin of renderer implementation with SVG", "keywords": [ "antv", diff --git a/packages/g-plugin-webgl-device/CHANGELOG.md b/packages/g-plugin-webgl-device/CHANGELOG.md index e208fb7de..6e569c026 100644 --- a/packages/g-plugin-webgl-device/CHANGELOG.md +++ b/packages/g-plugin-webgl-device/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-webgl-device +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-webgl-device/package.json b/packages/g-plugin-webgl-device/package.json index ac157f34b..5387e4e78 100644 --- a/packages/g-plugin-webgl-device/package.json +++ b/packages/g-plugin-webgl-device/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-webgl-device", - "version": "1.9.6", + "version": "1.9.7", "description": "A G plugin implements GPUDevice interface with WebGL API", "keywords": [ "antv", diff --git a/packages/g-plugin-webgpu-device/CHANGELOG.md b/packages/g-plugin-webgpu-device/CHANGELOG.md index 30125a125..95a88adb0 100644 --- a/packages/g-plugin-webgpu-device/CHANGELOG.md +++ b/packages/g-plugin-webgpu-device/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-webgpu-device +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-webgpu-device/package.json b/packages/g-plugin-webgpu-device/package.json index 29391e88c..c807b6fc8 100644 --- a/packages/g-plugin-webgpu-device/package.json +++ b/packages/g-plugin-webgpu-device/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-webgpu-device", - "version": "1.9.6", + "version": "1.9.7", "description": "A G plugin implements GPUDevice interface with WebGPU API", "keywords": [ "antv", diff --git a/packages/g-plugin-yoga/CHANGELOG.md b/packages/g-plugin-yoga/CHANGELOG.md index 7ae4433c9..b1a99e94c 100644 --- a/packages/g-plugin-yoga/CHANGELOG.md +++ b/packages/g-plugin-yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g-plugin-yoga +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-plugin-yoga/package.json b/packages/g-plugin-yoga/package.json index 6c28d2f97..36f1a5db9 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": "1.9.6", + "version": "1.9.7", "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 43e6fb720..4789a9e36 100644 --- a/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md +++ b/packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g-plugin-zdog-canvas-renderer +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-canvas@1.11.7 + - @antv/g-lite@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-plugin-zdog-canvas-renderer/package.json b/packages/g-plugin-zdog-canvas-renderer/package.json index a58ac3dcf..78e3cbeed 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": "1.2.6", + "version": "1.2.7", "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 03efde7ce..0382727eb 100644 --- a/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-zdog-svg-renderer/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/g-plugin-zdog-svg-renderer +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-svg-renderer@1.10.7 + - @antv/g-lite@1.2.7 + - @antv/g-svg@1.10.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-plugin-zdog-svg-renderer/package.json b/packages/g-plugin-zdog-svg-renderer/package.json index f46ae3ac2..a33d28f71 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.6", + "version": "1.2.7", "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 0c19c32d0..65b4a1c09 100644 --- a/packages/g-svg/CHANGELOG.md +++ b/packages/g-svg/CHANGELOG.md @@ -1,5 +1,18 @@ # @antv/g-svg +## 1.10.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-svg-renderer@1.10.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-svg-picker@1.9.7 + - @antv/g-plugin-dom-interaction@1.9.7 + ## 1.10.6 ### Patch Changes diff --git a/packages/g-svg/package.json b/packages/g-svg/package.json index 9bdb49422..94c0e97a4 100644 --- a/packages/g-svg/package.json +++ b/packages/g-svg/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-svg", - "version": "1.10.6", + "version": "1.10.7", "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 9e32f61cd..4710e4e2e 100644 --- a/packages/g-web-animations-api/CHANGELOG.md +++ b/packages/g-web-animations-api/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-web-animations-api +## 1.2.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-lite@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/g-web-animations-api/package.json b/packages/g-web-animations-api/package.json index f31492b6e..5e39e74c7 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": "1.2.6", + "version": "1.2.7", "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 4fb9291ff..b239e988b 100644 --- a/packages/g-web-components/CHANGELOG.md +++ b/packages/g-web-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/g-web-components +## 1.9.7 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-canvas@1.11.7 + - @antv/g-webgl@1.9.7 + - @antv/g-lite@1.2.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-web-components/package.json b/packages/g-web-components/package.json index f065bd17e..1061f5b2f 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.6", + "version": "1.9.7", "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 fd0e4d3e9..b05d49b54 100644 --- a/packages/g-webgl/CHANGELOG.md +++ b/packages/g-webgl/CHANGELOG.md @@ -1,5 +1,20 @@ # @antv/g-webgl +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-plugin-html-renderer@1.9.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-plugin-webgl-device@1.9.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-dom-interaction@1.9.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index 7d2dd3891..1dd093451 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "1.9.6", + "version": "1.9.7", "description": "A renderer implemented by WebGL1/2", "keywords": [ "antv", diff --git a/packages/g-webgpu/CHANGELOG.md b/packages/g-webgpu/CHANGELOG.md index 56eca83c2..42d31adeb 100644 --- a/packages/g-webgpu/CHANGELOG.md +++ b/packages/g-webgpu/CHANGELOG.md @@ -1,5 +1,20 @@ # @antv/g-webgpu +## 1.9.7 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-plugin-device-renderer@1.9.7 + - @antv/g-plugin-html-renderer@1.9.7 + - @antv/g-plugin-webgpu-device@1.9.7 + - @antv/g-plugin-image-loader@1.3.7 + - @antv/g-lite@1.2.7 + - @antv/g-plugin-dom-interaction@1.9.7 + ## 1.9.6 ### Patch Changes diff --git a/packages/g-webgpu/package.json b/packages/g-webgpu/package.json index 149a62bcd..23ced67c9 100644 --- a/packages/g-webgpu/package.json +++ b/packages/g-webgpu/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu", - "version": "1.9.6", + "version": "1.9.7", "description": "A renderer implemented by WebGPU", "keywords": [ "antv", diff --git a/packages/g/CHANGELOG.md b/packages/g/CHANGELOG.md index d5a519998..3a6b444e4 100644 --- a/packages/g/CHANGELOG.md +++ b/packages/g/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/g +## 5.18.8 + +### Patch Changes + +- Updated dependencies [70aa0b32] +- Updated dependencies [789bd4c9] + - @antv/g-web-animations-api@1.2.7 + - @antv/g-camera-api@1.2.7 + - @antv/g-lite@1.2.7 + - @antv/g-dom-mutation-observer-api@1.2.7 + ## 5.18.7 ### Patch Changes diff --git a/packages/g/package.json b/packages/g/package.json index e75c6219a..a63718456 100644 --- a/packages/g/package.json +++ b/packages/g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g", - "version": "5.18.7", + "version": "5.18.8", "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 5b8f86f56..c3d3a3975 100644 --- a/packages/react-g/CHANGELOG.md +++ b/packages/react-g/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/react-g +## 1.10.8 + +### Patch Changes + +- 70aa0b32: Retrieve runtime from context instead of global. +- 789bd4c9: Split a path containing multiple segments into subpaths. + - @antv/g@5.18.8 + ## 1.10.7 ### Patch Changes diff --git a/packages/react-g/package.json b/packages/react-g/package.json index e242a431f..c1f874cea 100644 --- a/packages/react-g/package.json +++ b/packages/react-g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/react-g", - "version": "1.10.7", + "version": "1.10.8", "description": "react render for @antv/g", "keywords": [ "react",