diff --git a/packages/g-base/package.json b/packages/g-base/package.json index cd173c6f1..4e369da41 100644 --- a/packages/g-base/package.json +++ b/packages/g-base/package.json @@ -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", diff --git a/packages/g-canvas/package.json b/packages/g-canvas/package.json index b5a3ba4c2..aab6c7ac3 100644 --- a/packages/g-canvas/package.json +++ b/packages/g-canvas/package.json @@ -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", @@ -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" diff --git a/packages/g-math/package.json b/packages/g-math/package.json index 08008091c..ae9b28593 100644 --- a/packages/g-math/package.json +++ b/packages/g-math/package.json @@ -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", diff --git a/packages/g-svg/package.json b/packages/g-svg/package.json index 7df882201..ad41340cd 100644 --- a/packages/g-svg/package.json +++ b/packages/g-svg/package.json @@ -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", @@ -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" },