Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-camera-api@1.0.2
 - @antv/g-canvas@1.9.1
 - @antv/g-canvaskit@0.8.1
 - @antv/g-compat@1.0.2
 - @antv/g-components@1.7.13
 - @antv/g-css-layout-api@1.0.2
 - @antv/g-css-typed-om-api@1.0.2
 - @antv/g-devtool@0.10.13
 - @antv/g-dom-mutation-observer-api@1.0.2
 - @antv/g-gesture@0.0.36
 - @antv/g-image-exporter@0.5.13
 - @antv/g-layout-blocklike@1.7.13
 - @antv/g-lite@1.0.2
 - @antv/g-math@1.7.13
 - @antv/g-mobile-canvas-element@0.6.13
 - @antv/g-mobile-canvas@0.8.10
 - @antv/g-mobile-svg@0.8.10
 - @antv/g-mobile-webgl@0.7.16
 - @antv/g-plugin-3d@1.7.13
 - @antv/g-plugin-a11y@0.4.13
 - @antv/g-plugin-annotation@0.2.10
 - @antv/g-plugin-box2d@1.7.13
 - @antv/g-plugin-canvas-path-generator@1.1.13
 - @antv/g-plugin-canvas-picker@1.8.10
 - @antv/g-plugin-canvas-renderer@1.7.16
 - @antv/g-plugin-canvaskit-renderer@1.1.14
 - @antv/g-plugin-control@1.7.13
 - @antv/g-plugin-css-select@1.7.13
 - @antv/g-plugin-device-renderer@1.7.16
 - @antv/g-plugin-dom-interaction@1.7.13
 - @antv/g-plugin-dragndrop@1.6.13
 - @antv/g-plugin-gpgpu@1.7.13
 - @antv/g-plugin-html-renderer@1.7.13
 - @antv/g-plugin-image-loader@1.1.14
 - @antv/g-plugin-matterjs@1.7.13
 - @antv/g-plugin-mobile-interaction@0.7.13
 - @antv/g-plugin-physx@1.7.13
 - @antv/g-plugin-rough-canvas-renderer@1.7.13
 - @antv/g-plugin-rough-svg-renderer@1.7.13
 - @antv/g-plugin-svg-picker@1.7.13
 - @antv/g-plugin-svg-renderer@1.8.10
 - @antv/g-plugin-webgl-device@1.7.13
 - @antv/g-plugin-webgpu-device@1.7.13
 - @antv/g-plugin-yoga@1.7.13
 - @antv/g-shader-components@1.7.13
 - @antv/g-svg@1.8.10
 - @antv/g-web-animations-api@1.0.2
 - @antv/g-web-components@1.7.13
 - @antv/g-webgl@1.7.16
 - @antv/g-webgpu@1.7.16
 - @antv/g@5.8.10
 - @antv/react-g@1.8.10
 - @antv/g-site@1.8.10
  • Loading branch information
xiaoiver committed Sep 15, 2022
1 parent 901dde9 commit faf4a1c
Show file tree
Hide file tree
Showing 53 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion packages/g-camera-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-camera-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple implementation of Camera API.",
"keywords": [
"antv",
Expand Down
14 changes: 7 additions & 7 deletions packages/g-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-canvas",
"version": "1.9.0",
"version": "1.9.1",
"description": "A renderer implemented by Canvas 2D API",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,12 +30,12 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-canvas-path-generator": "^1.1.12",
"@antv/g-plugin-canvas-picker": "^1.8.9",
"@antv/g-plugin-canvas-renderer": "^1.7.15",
"@antv/g-plugin-dom-interaction": "^1.7.12",
"@antv/g-plugin-html-renderer": "^1.7.12",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-plugin-canvas-path-generator": "^1.1.13",
"@antv/g-plugin-canvas-picker": "^1.8.10",
"@antv/g-plugin-canvas-renderer": "^1.7.16",
"@antv/g-plugin-dom-interaction": "^1.7.13",
"@antv/g-plugin-html-renderer": "^1.7.13",
"@antv/g-plugin-image-loader": "^1.1.14",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/g-canvaskit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-canvaskit",
"version": "0.8.0",
"version": "0.8.1",
"description": "A renderer implemented by CanvasKit",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,12 +30,12 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-canvas-path-generator": "^1.1.12",
"@antv/g-plugin-canvas-picker": "^1.8.9",
"@antv/g-plugin-canvaskit-renderer": "^1.1.13",
"@antv/g-plugin-dom-interaction": "^1.7.12",
"@antv/g-plugin-html-renderer": "^1.7.12",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-plugin-canvas-path-generator": "^1.1.13",
"@antv/g-plugin-canvas-picker": "^1.8.10",
"@antv/g-plugin-canvaskit-renderer": "^1.1.14",
"@antv/g-plugin-dom-interaction": "^1.7.13",
"@antv/g-plugin-html-renderer": "^1.7.13",
"@antv/g-plugin-image-loader": "^1.1.14",
"canvaskit-wasm": "^0.34.0",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/g-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-compat",
"version": "1.0.1",
"version": "1.0.2",
"description": "The migration build which provides some compatible API for G 4.0.",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-components",
"version": "1.7.12",
"version": "1.7.13",
"description": "Components for g",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-css-layout-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-css-layout-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple implementation of CSS Layout API.",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-css-typed-om-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-css-typed-om-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple implementation of CSS Typed OM API.",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-devtool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/g-devtool",
"private": true,
"version": "0.10.12",
"version": "0.10.13",
"description": "devtool for g in browser",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-dom-mutation-observer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-dom-mutation-observer-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple implementation of DOM MutationObserver API.",
"keywords": [
"antv",
Expand Down
6 changes: 3 additions & 3 deletions packages/g-gesture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-gesture",
"version": "0.0.35",
"version": "0.0.36",
"description": "G Gesture",
"keywords": [
"antv",
Expand Down Expand Up @@ -31,8 +31,8 @@
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@antv/g-mobile-canvas": "^0.8.9",
"@antv/g-mobile-canvas-element": "^0.6.12"
"@antv/g-mobile-canvas": "^0.8.10",
"@antv/g-mobile-canvas-element": "^0.6.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/g-image-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-image-exporter",
"version": "0.5.12",
"version": "0.5.13",
"description": "A image exporter for G using DOM API",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-layout-blocklike/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-layout-blocklike",
"version": "1.7.12",
"version": "1.7.13",
"description": "A blocklike layout",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 deletions packages/g-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-lite",
"version": "1.0.1",
"version": "1.0.2",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down Expand Up @@ -29,7 +29,7 @@
"README.md"
],
"dependencies": {
"@antv/g-math": "^1.7.12",
"@antv/g-math": "^1.7.13",
"@antv/util": "^3.2.3",
"@types/offscreencanvas": "^2019.6.4",
"d3-color": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-math",
"version": "1.7.12",
"version": "1.7.13",
"description": "Geometry util",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-canvas-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-canvas-element",
"version": "0.6.12",
"version": "0.6.13",
"description": "Create a CanvasLike element from existed context in mobile environment",
"keywords": [
"antv",
Expand Down
12 changes: 6 additions & 6 deletions packages/g-mobile-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-canvas",
"version": "0.8.9",
"version": "0.8.10",
"description": "A renderer implemented with Canvas2D API in mobile environment",
"keywords": [
"antv",
Expand All @@ -27,11 +27,11 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-canvas-path-generator": "^1.1.12",
"@antv/g-plugin-canvas-picker": "^1.8.9",
"@antv/g-plugin-canvas-renderer": "^1.7.15",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-plugin-mobile-interaction": "^0.7.12",
"@antv/g-plugin-canvas-path-generator": "^1.1.13",
"@antv/g-plugin-canvas-picker": "^1.8.10",
"@antv/g-plugin-canvas-renderer": "^1.7.16",
"@antv/g-plugin-image-loader": "^1.1.14",
"@antv/g-plugin-mobile-interaction": "^0.7.13",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/g-mobile-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-svg",
"version": "0.8.9",
"version": "0.8.10",
"description": "A renderer implemented by SVG in mobile environment",
"keywords": [
"antv",
Expand Down Expand Up @@ -28,9 +28,9 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-mobile-interaction": "^0.7.12",
"@antv/g-plugin-svg-picker": "^1.7.12",
"@antv/g-plugin-svg-renderer": "^1.8.9",
"@antv/g-plugin-mobile-interaction": "^0.7.13",
"@antv/g-plugin-svg-picker": "^1.7.13",
"@antv/g-plugin-svg-renderer": "^1.8.10",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/g-mobile-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-webgl",
"version": "0.7.15",
"version": "0.7.16",
"description": "A renderer implemented by WebGL1/2 in mobile environment",
"keywords": [
"antv",
Expand Down Expand Up @@ -28,12 +28,12 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.15",
"@antv/g-plugin-dragndrop": "^1.6.12",
"@antv/g-plugin-html-renderer": "^1.7.12",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-plugin-mobile-interaction": "^0.7.12",
"@antv/g-plugin-webgl-device": "^1.7.12"
"@antv/g-plugin-device-renderer": "^1.7.16",
"@antv/g-plugin-dragndrop": "^1.6.13",
"@antv/g-plugin-html-renderer": "^1.7.13",
"@antv/g-plugin-image-loader": "^1.1.14",
"@antv/g-plugin-mobile-interaction": "^0.7.13",
"@antv/g-plugin-webgl-device": "^1.7.13"
},
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/g-plugin-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-3d",
"version": "1.7.12",
"version": "1.7.13",
"description": "Provide 3D extension for G",
"keywords": [
"antv",
Expand All @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@antv/g-shader-components": "^1.7.12",
"@antv/g-shader-components": "^1.7.13",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-a11y",
"version": "0.4.12",
"version": "0.4.13",
"description": "A G plugin for accessibility",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-annotation",
"version": "0.2.9",
"version": "0.2.10",
"description": "A G plugin for annotation",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-box2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-box2d",
"version": "1.7.12",
"version": "1.7.13",
"description": "A G plugin for Box2D",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 deletions packages/g-plugin-canvas-path-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-canvas-path-generator",
"version": "1.1.12",
"version": "1.1.13",
"description": "A G plugin of path generator with Canvas2D API",
"keywords": [
"antv",
Expand All @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@antv/g-math": "^1.7.12",
"@antv/g-math": "^1.7.13",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/g-plugin-canvas-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-canvas-picker",
"version": "1.8.9",
"version": "1.8.10",
"description": "A G plugin for picking in canvas",
"keywords": [
"antv",
Expand All @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@antv/g-plugin-canvas-path-generator": "^1.1.12",
"@antv/g-plugin-canvas-path-generator": "^1.1.13",
"@antv/util": "^3.2.4",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/g-plugin-canvas-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-canvas-renderer",
"version": "1.7.15",
"version": "1.7.16",
"description": "A G plugin of renderer implementation with Canvas2D API",
"keywords": [
"antv",
Expand All @@ -27,9 +27,9 @@
"README.md"
],
"dependencies": {
"@antv/g-math": "^1.7.12",
"@antv/g-plugin-canvas-path-generator": "^1.1.12",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-math": "^1.7.13",
"@antv/g-plugin-canvas-path-generator": "^1.1.13",
"@antv/g-plugin-image-loader": "^1.1.14",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/g-plugin-canvaskit-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-canvaskit-renderer",
"version": "1.1.13",
"version": "1.1.14",
"description": "A G plugin of renderer implementation with CanvasKit",
"keywords": [
"antv",
Expand All @@ -27,8 +27,8 @@
"README.md"
],
"dependencies": {
"@antv/g-math": "^1.7.12",
"@antv/g-plugin-image-loader": "^1.1.13",
"@antv/g-math": "^1.7.13",
"@antv/g-plugin-image-loader": "^1.1.14",
"canvaskit-wasm": "^0.34.0",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-control",
"version": "1.7.12",
"version": "1.7.13",
"description": "A G plugin for orbit control",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-css-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-css-select",
"version": "1.7.12",
"version": "1.7.13",
"description": "A G plugin for using CSS select syntax in query selector",
"keywords": [
"antv",
Expand Down

0 comments on commit faf4a1c

Please sign in to comment.