diff --git a/packages/f2/package.json b/packages/f2/package.json index 02cf365f3..1b62626db 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "4.0.24", + "version": "4.0.25", "description": "Charts for mobile visualization.", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/my/package.json b/packages/my/package.json index a22d14977..1d2942317 100644 --- a/packages/my/package.json +++ b/packages/my/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-my", - "version": "4.0.24", + "version": "4.0.25", "description": "F2 for alipay mini-program", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "alipay" ], "dependencies": { - "@antv/f2": "^4.0.24", + "@antv/f2": "^4.0.25", "@antv/f2-context": "^0.0.1", "@babel/runtime": "^7.12.5" }, diff --git a/packages/react/package.json b/packages/react/package.json index 05703f118..5047a421c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "4.0.24", + "version": "4.0.25", "description": "F2 for React", "main": "lib/index.js", "module": "es/index.js", @@ -15,7 +15,7 @@ "react" ], "dependencies": { - "@antv/f2": "^4.0.24", + "@antv/f2": "^4.0.25", "@babel/runtime": "^7.12.5" }, "devDependencies": { diff --git a/packages/site/package.json b/packages/site/package.json index 3997b3ebd..50ce85ca6 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-site", - "version": "4.0.24", + "version": "4.0.25", "homepage": "https://github.com/antvis/f2", "author": "https://github.com/orgs/antvis/people", "repository": { @@ -11,9 +11,9 @@ "url": "https://github.com/antvis/f2/issues" }, "dependencies": { - "@antv/f2": "^4.0.24", + "@antv/f2": "^4.0.25", "@antv/f2-graphic": "^0.0.5", - "@antv/f2-react": "^4.0.24", + "@antv/f2-react": "^4.0.25", "@antv/gatsby-theme-antv": "~1.1.15", "f2-touchemulator": "~0.0.1", "gatsby": "^2.17.7", diff --git a/packages/vue/package.json b/packages/vue/package.json index b84ca3d95..aacba50aa 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-vue", - "version": "4.0.5", + "version": "4.0.6", "description": "F2 for Vue.js", "main": "lib/index.js", "module": "es/index.js", @@ -15,7 +15,7 @@ "vue" ], "dependencies": { - "@antv/f2": "^4.0.24", + "@antv/f2": "^4.0.25", "@babel/runtime": "^7.12.5" }, "devDependencies": { diff --git a/packages/wx/package.json b/packages/wx/package.json index 4a3f1eab2..aba985e20 100644 --- a/packages/wx/package.json +++ b/packages/wx/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wx", - "version": "4.0.24", + "version": "4.0.25", "description": "F2 for weixin mini-program", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "weixin" ], "dependencies": { - "@antv/f2": "^4.0.24", + "@antv/f2": "^4.0.25", "@babel/runtime": "^7.12.5" }, "devDependencies": {