Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/f2@4.0.25
 - @antv/f2-my@4.0.25
 - @antv/f2-react@4.0.25
 - @antv/f2-site@4.0.25
 - @antv/f2-vue@4.0.6
 - @antv/f2-wx@4.0.25
  • Loading branch information
zengyue committed Jun 23, 2022
1 parent 219efbc commit c013297
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -15,7 +15,7 @@
"react"
],
"dependencies": {
"@antv/f2": "^4.0.24",
"@antv/f2": "^4.0.25",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions 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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -15,7 +15,7 @@
"vue"
],
"dependencies": {
"@antv/f2": "^4.0.24",
"@antv/f2": "^4.0.25",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -18,7 +18,7 @@
"weixin"
],
"dependencies": {
"@antv/f2": "^4.0.24",
"@antv/f2": "^4.0.25",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down

0 comments on commit c013297

Please sign in to comment.