Skip to content

Commit 6804098

Browse files
committed
Publish
- @antv/g-base@0.2.0 - @antv/g-canvas@0.2.0 - @antv/g-math@0.1.0 - @antv/g-svg@0.2.0
1 parent 0ce75f7 commit 6804098

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/g-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-base",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A common util collection for antv projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/g-canvas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-canvas",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A canvas library which providing 2d",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -55,8 +55,8 @@
5555
},
5656
"homepage": "https://github.com/antvis/g#readme",
5757
"dependencies": {
58-
"@antv/g-base": "^0.1.1",
59-
"@antv/g-math": "^0.1.0-beta.4",
58+
"@antv/g-base": "^0.2.0",
59+
"@antv/g-math": "^0.1.0",
6060
"@antv/gl-matrix": "~2.7.1",
6161
"@antv/path-util": "~2.0.3-beta.1",
6262
"@antv/util": "~2.0.0"

packages/g-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-math",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0",
44
"description": "geometry math",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/g-svg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-svg",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A canvas library which providing 2d",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -54,8 +54,8 @@
5454
},
5555
"homepage": "https://github.com/antvis/g#readme",
5656
"dependencies": {
57-
"@antv/g-base": "^0.1.1",
58-
"@antv/g-math": "^0.1.0-beta.4",
57+
"@antv/g-base": "^0.2.0",
58+
"@antv/g-math": "^0.1.0",
5959
"@antv/util": "~2.0.0",
6060
"detect-browser": "^4.6.0"
6161
},

0 commit comments

Comments
 (0)