From d16e3247e33491b76e38a6deb6cc1ee4f737ab1d Mon Sep 17 00:00:00 2001 From: "yuqi.pyq" Date: Tue, 8 Mar 2022 13:58:10 +0800 Subject: [PATCH] Publish - @antv/g-canvas@1.0.14 - @antv/g-components@1.0.12 - @antv/g-math@1.0.12 - @antv/g-plugin-3d@1.0.16 - @antv/g-plugin-box2d@1.0.5 - @antv/g-plugin-canvas-picker@1.0.12 - @antv/g-plugin-canvas-renderer@1.0.12 - @antv/g-plugin-control@1.0.13 - @antv/g-plugin-css-select@1.0.12 - @antv/g-plugin-dom-interaction@1.0.12 - @antv/g-plugin-gpgpu@1.0.13 - @antv/g-plugin-html-renderer@1.0.13 - @antv/g-plugin-matterjs@1.0.2 - @antv/g-plugin-physx@1.0.5 - @antv/g-plugin-svg-picker@1.0.12 - @antv/g-plugin-svg-renderer@1.0.12 - @antv/g-plugin-webgl-renderer@1.0.18 - @antv/g-plugin-yoga@1.0.2 - @antv/g-shader-components@1.0.10 - @antv/g-svg@1.0.12 - @antv/g-webgl@1.0.18 - @antv/g-webgpu-compiler@1.0.13 - @antv/g@5.0.15 - @antv/react-g@1.0.8 - @antv/g-site@1.0.18 --- packages/g-canvas/package.json | 10 +++++----- packages/g-components/package.json | 2 +- packages/g-math/package.json | 2 +- packages/g-plugin-3d/package.json | 6 +++--- packages/g-plugin-box2d/package.json | 2 +- packages/g-plugin-canvas-picker/package.json | 2 +- packages/g-plugin-canvas-renderer/package.json | 4 ++-- packages/g-plugin-control/package.json | 2 +- packages/g-plugin-css-select/package.json | 2 +- packages/g-plugin-dom-interaction/package.json | 2 +- packages/g-plugin-gpgpu/package.json | 2 +- packages/g-plugin-html-renderer/package.json | 2 +- packages/g-plugin-matterjs/package.json | 2 +- packages/g-plugin-physx/package.json | 2 +- packages/g-plugin-svg-picker/package.json | 2 +- packages/g-plugin-svg-renderer/package.json | 2 +- packages/g-plugin-webgl-renderer/package.json | 4 ++-- packages/g-plugin-yoga/package.json | 2 +- packages/g-shader-components/package.json | 2 +- packages/g-svg/package.json | 8 ++++---- packages/g-webgl/package.json | 8 ++++---- packages/g-webgpu-compiler/package.json | 2 +- packages/g/package.json | 4 ++-- packages/react-g/package.json | 4 ++-- packages/site/package.json | 2 +- 25 files changed, 41 insertions(+), 41 deletions(-) diff --git a/packages/g-canvas/package.json b/packages/g-canvas/package.json index 6e74f3511..0ec03428c 100644 --- a/packages/g-canvas/package.json +++ b/packages/g-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-canvas", - "version": "1.0.13", + "version": "1.0.14", "description": "A renderer implemented by Canvas 2D API", "main": "lib/index.js", "module": "es/index.js", @@ -37,10 +37,10 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g-plugin-canvas-picker": "^1.0.11", - "@antv/g-plugin-canvas-renderer": "^1.0.11", - "@antv/g-plugin-dom-interaction": "^1.0.11", - "@antv/g-plugin-html-renderer": "^1.0.12", + "@antv/g-plugin-canvas-picker": "^1.0.12", + "@antv/g-plugin-canvas-renderer": "^1.0.12", + "@antv/g-plugin-dom-interaction": "^1.0.12", + "@antv/g-plugin-html-renderer": "^1.0.13", "@antv/util": "^2.0.13", "tslib": "^2.3.1" }, diff --git a/packages/g-components/package.json b/packages/g-components/package.json index b8b1bdf0e..c9e1130ba 100644 --- a/packages/g-components/package.json +++ b/packages/g-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-components", - "version": "1.0.11", + "version": "1.0.12", "description": "Components for g", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-math/package.json b/packages/g-math/package.json index ed4198e36..f527e5657 100644 --- a/packages/g-math/package.json +++ b/packages/g-math/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-math", - "version": "1.0.11", + "version": "1.0.12", "description": "Geometry util", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-3d/package.json b/packages/g-plugin-3d/package.json index e49df222f..446921061 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.0.15", + "version": "1.0.16", "description": "Provide 3D extension for G", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g-plugin-webgl-renderer": "^1.0.17", - "@antv/g-shader-components": "^1.0.9", + "@antv/g-plugin-webgl-renderer": "^1.0.18", + "@antv/g-shader-components": "^1.0.10", "@antv/util": "^2.0.13", "tslib": "^2.3.1" }, diff --git a/packages/g-plugin-box2d/package.json b/packages/g-plugin-box2d/package.json index dafcf48c2..b5b09f811 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.0.4", + "version": "1.0.5", "description": "A G plugin for Box2D", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-canvas-picker/package.json b/packages/g-plugin-canvas-picker/package.json index afe6b11eb..4300bc66e 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.0.11", + "version": "1.0.12", "description": "A G plugin for picking in canvas", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-canvas-renderer/package.json b/packages/g-plugin-canvas-renderer/package.json index 42341e0ee..c4a3679c3 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.0.11", + "version": "1.0.12", "description": "A G plugin of renderer implementation with Canvas2D API", "main": "lib/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "url": "https://github.com/antvis/g/issues" }, "dependencies": { - "@antv/g-math": "^1.0.11", + "@antv/g-math": "^1.0.12", "@antv/path-util": "^2.0.14", "rbush": "^3.0.1", "tslib": "^2.3.1" diff --git a/packages/g-plugin-control/package.json b/packages/g-plugin-control/package.json index 43f96a95d..f291455d8 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.0.12", + "version": "1.0.13", "description": "A G plugin for orbit control", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-css-select/package.json b/packages/g-plugin-css-select/package.json index 54f7c71b4..d8468be54 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.0.11", + "version": "1.0.12", "description": "A G plugin for using CSS select syntax in query selector", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-dom-interaction/package.json b/packages/g-plugin-dom-interaction/package.json index fc51d1ca5..318664f51 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.0.11", + "version": "1.0.12", "description": "A G plugin", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-gpgpu/package.json b/packages/g-plugin-gpgpu/package.json index 6eae59e5c..30de4bc8b 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.0.12", + "version": "1.0.13", "description": "A G plugin for GPGPU based on WebGL & WebGPU", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-html-renderer/package.json b/packages/g-plugin-html-renderer/package.json index 8e67acfb0..f1590d085 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.0.12", + "version": "1.0.13", "description": "A G plugin for rendering HTML", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-matterjs/package.json b/packages/g-plugin-matterjs/package.json index e31782886..6099cba48 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.0.1", + "version": "1.0.2", "description": "A G plugin for matter.js physics engine", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-physx/package.json b/packages/g-plugin-physx/package.json index f255bec3f..05047b8d4 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.0.4", + "version": "1.0.5", "description": "A G plugin for PhysX", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-svg-picker/package.json b/packages/g-plugin-svg-picker/package.json index d53804a11..cdec68149 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.0.11", + "version": "1.0.12", "description": "A G plugin for picking in SVG", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-svg-renderer/package.json b/packages/g-plugin-svg-renderer/package.json index 53a03bca9..4085be04f 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.0.11", + "version": "1.0.12", "description": "A G plugin of renderer implementation with SVG", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-plugin-webgl-renderer/package.json b/packages/g-plugin-webgl-renderer/package.json index 14b056e8d..eca93db7b 100644 --- a/packages/g-plugin-webgl-renderer/package.json +++ b/packages/g-plugin-webgl-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-webgl-renderer", - "version": "1.0.17", + "version": "1.0.18", "description": "A G plugin of renderer implementation with WebGL1", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ "url": "https://github.com/antvis/g/issues" }, "dependencies": { - "@antv/g-shader-components": "^1.0.9", + "@antv/g-shader-components": "^1.0.10", "@antv/util": "^2.0.13", "@mapbox/tiny-sdf": "^2.0.4", "@types/offscreencanvas": "^2019.6.4", diff --git a/packages/g-plugin-yoga/package.json b/packages/g-plugin-yoga/package.json index fb35c1300..4353447dd 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.0.1", + "version": "1.0.2", "description": "A G plugin for Yoga layout engine", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g-shader-components/package.json b/packages/g-shader-components/package.json index 58507f349..15da0f872 100644 --- a/packages/g-shader-components/package.json +++ b/packages/g-shader-components/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-shader-components", - "version": "1.0.9", + "version": "1.0.10", "description": "Shader components based on glslify", "main": "scene.both.glsl", "files": [ diff --git a/packages/g-svg/package.json b/packages/g-svg/package.json index 7ebd6a7e7..c9ed54c91 100644 --- a/packages/g-svg/package.json +++ b/packages/g-svg/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-svg", - "version": "1.0.11", + "version": "1.0.12", "description": "A renderer implemented by SVG", "main": "lib/index.js", "module": "es/index.js", @@ -37,9 +37,9 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g-plugin-dom-interaction": "^1.0.11", - "@antv/g-plugin-svg-picker": "^1.0.11", - "@antv/g-plugin-svg-renderer": "^1.0.11", + "@antv/g-plugin-dom-interaction": "^1.0.12", + "@antv/g-plugin-svg-picker": "^1.0.12", + "@antv/g-plugin-svg-renderer": "^1.0.12", "@antv/util": "^2.0.13", "tslib": "^2.3.1" }, diff --git a/packages/g-webgl/package.json b/packages/g-webgl/package.json index 8b26a1612..450778e75 100644 --- a/packages/g-webgl/package.json +++ b/packages/g-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgl", - "version": "1.0.17", + "version": "1.0.18", "description": "A renderer implemented by WebGL1/2 & WebGPU", "main": "lib/index.js", "module": "es/index.js", @@ -40,9 +40,9 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g-plugin-dom-interaction": "^1.0.11", - "@antv/g-plugin-html-renderer": "^1.0.12", - "@antv/g-plugin-webgl-renderer": "^1.0.17", + "@antv/g-plugin-dom-interaction": "^1.0.12", + "@antv/g-plugin-html-renderer": "^1.0.13", + "@antv/g-plugin-webgl-renderer": "^1.0.18", "@antv/util": "^2.0.13" }, "peerDependencies": { diff --git a/packages/g-webgpu-compiler/package.json b/packages/g-webgpu-compiler/package.json index fc9cd1d6b..c289c2799 100644 --- a/packages/g-webgpu-compiler/package.json +++ b/packages/g-webgpu-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-webgpu-compiler", - "version": "1.0.12", + "version": "1.0.13", "description": "A compiler transpiling *.g to GLSL/WGSL", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/g/package.json b/packages/g/package.json index c6c0c7fa3..d2bc2802e 100644 --- a/packages/g/package.json +++ b/packages/g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g", - "version": "5.0.14", + "version": "5.0.15", "description": "A core module including ECS and DI container.", "main": "lib/index.js", "module": "es/index.js", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g-math": "^1.0.11", + "@antv/g-math": "^1.0.12", "@antv/path-util": "^2.0.14", "@antv/util": "^2.0.13", "@types/offscreencanvas": "^2019.6.4", diff --git a/packages/react-g/package.json b/packages/react-g/package.json index 71633fc97..1fe719b43 100644 --- a/packages/react-g/package.json +++ b/packages/react-g/package.json @@ -1,6 +1,6 @@ { "name": "@antv/react-g", - "version": "1.0.7", + "version": "1.0.8", "description": "react render for @antv/g", "main": "lib/index.js", "module": "es/index.js", @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/antvis/g#readme", "dependencies": { - "@antv/g": "^5.0.14", + "@antv/g": "^5.0.15", "react-reconciler": "^0.26.2", "scheduler": "^0.20.2", "tslib": "^2.3.1" diff --git a/packages/site/package.json b/packages/site/package.json index c0bd15970..e56773bd0 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/g-site", - "version": "1.0.17", + "version": "1.0.18", "description": "G sites deployed on gh-pages", "files": [ "package.json",