Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-base@0.1.0-beta.6
 - @antv/g-canvas@0.1.0-beta.6
 - @antv/g-svg@0.1.0-beta.6
  • Loading branch information
dengfuping committed Oct 26, 2019
1 parent 53cfcbf commit 118171c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/g-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-base",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"description": "A common util collection for antv projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"description": "A canvas library which providing 2d",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/antvis/g#readme",
"dependencies": {
"@antv/g-base": "^0.1.0-beta.5",
"@antv/g-base": "^0.1.0-beta.6",
"@antv/g-math": "^0.1.0-beta.4",
"@antv/gl-matrix": "~2.7.1",
"@antv/path-util": "~2.0.3-beta.1",
Expand Down
4 changes: 2 additions & 2 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": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"description": "A canvas library which providing 2d",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/antvis/g#readme",
"dependencies": {
"@antv/g-base": "^0.1.0-beta.5",
"@antv/g-base": "^0.1.0-beta.6",
"@antv/util": "~2.0.0",
"detect-browser": "^4.6.0"
},
Expand Down

0 comments on commit 118171c

Please sign in to comment.