Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/f2@4.0.26
 - @antv/f2-graphic@0.0.6
 - @antv/f2-my@4.0.26
 - @antv/f2-react@4.0.26
 - @antv/f2-site@4.0.26
 - @antv/f2-vue@4.0.7
 - @antv/f2-wx@4.0.26
  • Loading branch information
zengyue committed Jul 14, 2022
1 parent 26ccb51 commit e7e0b16
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/f2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "4.0.25",
"version": "4.0.26",
"description": "Charts for mobile visualization.",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@antv/adjust": "~0.2.5",
"@antv/event-emitter": "^0.1.2",
"@antv/f2-graphic": "^0.0.5",
"@antv/f2-graphic": "^0.0.6",
"@antv/scale": "~0.3.3",
"@antv/util": "~2.0.6",
"@babel/runtime": "^7.12.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-graphic",
"version": "0.0.5",
"version": "0.0.6",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-my",
"version": "4.0.25",
"version": "4.0.26",
"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.25",
"@antv/f2": "^4.0.26",
"@antv/f2-context": "^0.0.1",
"@babel/runtime": "^7.12.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-react",
"version": "4.0.25",
"version": "4.0.26",
"description": "F2 for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"react"
],
"dependencies": {
"@antv/f2": "^4.0.25",
"@antv/f2": "^4.0.26",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-site",
"version": "4.0.25",
"version": "4.0.26",
"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.25",
"@antv/f2-graphic": "^0.0.5",
"@antv/f2-react": "^4.0.25",
"@antv/f2": "^4.0.26",
"@antv/f2-graphic": "^0.0.6",
"@antv/f2-react": "^4.0.26",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-vue",
"version": "4.0.6",
"version": "4.0.7",
"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.25",
"@antv/f2": "^4.0.26",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-wx",
"version": "4.0.25",
"version": "4.0.26",
"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.25",
"@antv/f2": "^4.0.26",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down

0 comments on commit e7e0b16

Please sign in to comment.