Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-base@0.2.0
 - @antv/g-canvas@0.2.0
 - @antv/g-math@0.1.0
 - @antv/g-svg@0.2.0
  • Loading branch information
dengfuping committed Dec 14, 2019
1 parent 0ce75f7 commit 6804098
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1",
"version": "0.2.0",
"description": "A common util collection for antv projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.2.0",
"description": "A canvas library which providing 2d",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"homepage": "https://github.com/antvis/g#readme",
"dependencies": {
"@antv/g-base": "^0.1.1",
"@antv/g-math": "^0.1.0-beta.4",
"@antv/g-base": "^0.2.0",
"@antv/g-math": "^0.1.0",
"@antv/gl-matrix": "~2.7.1",
"@antv/path-util": "~2.0.3-beta.1",
"@antv/util": "~2.0.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": "0.1.0-beta.4",
"version": "0.1.0",
"description": "geometry math",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.2.0",
"description": "A canvas library which providing 2d",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"homepage": "https://github.com/antvis/g#readme",
"dependencies": {
"@antv/g-base": "^0.1.1",
"@antv/g-math": "^0.1.0-beta.4",
"@antv/g-base": "^0.2.0",
"@antv/g-math": "^0.1.0",
"@antv/util": "~2.0.0",
"detect-browser": "^4.6.0"
},
Expand Down

0 comments on commit 6804098

Please sign in to comment.