Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-base@0.3.18
 - @antv/g-canvas@0.3.20
 - @antv/g-svg@0.3.19
  • Loading branch information
dengfuping committed Feb 17, 2020
1 parent 985fe89 commit 25a12b1
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.3.17",
"version": "0.3.18",
"description": "A common util collection for antv projects",
"main": "lib/index.js",
"module": "esm/index.js",
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.3.19",
"version": "0.3.20",
"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.3.17",
"@antv/g-base": "^0.3.18",
"@antv/g-math": "^0.1.1",
"@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.3.18",
"version": "0.3.19",
"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.3.17",
"@antv/g-base": "^0.3.18",
"@antv/g-math": "^0.1.1",
"@antv/util": "~2.0.0",
"detect-browser": "^4.6.0"
Expand Down

0 comments on commit 25a12b1

Please sign in to comment.