Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Mar 8, 2022
1 parent d7ef44d commit d16e324
Show file tree
Hide file tree
Showing 25 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 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.0.13",
"version": "1.0.14",
"description": "A renderer implemented by Canvas 2D API",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -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"
},
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.0.11",
"version": "1.0.12",
"description": "Components for g",
"main": "lib/index.js",
"module": "es/index.js",
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.0.11",
"version": "1.0.12",
"description": "Geometry util",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 3 additions & 3 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.0.15",
"version": "1.0.16",
"description": "Provide 3D extension for G",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -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"
},
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.0.4",
"version": "1.0.5",
"description": "A G plugin for Box2D",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.11",
"version": "1.0.12",
"description": "A G plugin for picking in canvas",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 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.0.11",
"version": "1.0.12",
"description": "A G plugin of renderer implementation with Canvas2D API",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -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"
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.0.12",
"version": "1.0.13",
"description": "A G plugin for orbit control",
"main": "lib/index.js",
"module": "es/index.js",
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.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-dom-interaction/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-gpgpu/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-html-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-matterjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-physx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-svg-picker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-svg-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/g-plugin-webgl-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-yoga/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-shader-components/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 4 additions & 4 deletions packages/g-svg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/g-webgl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/g-webgpu-compiler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/g/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-g/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d16e324

Please sign in to comment.