Skip to content

Commit 535dfba

Browse files
committed
Publish
- @antv/f2@4.0.48 - @antv/f2-graphic@0.0.16 - @antv/f2-my@4.0.48 - @antv/f2-react@4.0.49 - @antv/f2-site@4.0.49 - @antv/f2-vue@4.0.30 - @antv/f2-wx@4.0.48
1 parent 448050e commit 535dfba

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

packages/f2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2",
3-
"version": "4.0.47",
3+
"version": "4.0.48",
44
"description": "Charts for mobile visualization.",
55
"keywords": [
66
"antv",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@antv/adjust": "~0.2.5",
3535
"@antv/event-emitter": "^0.1.2",
36-
"@antv/f2-graphic": "^0.0.15",
36+
"@antv/f2-graphic": "^0.0.16",
3737
"@antv/scale": "~0.3.3",
3838
"@antv/util": "~2.0.6",
3939
"@babel/runtime": "^7.12.5",

packages/graphic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-graphic",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",

packages/my/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-my",
3-
"version": "4.0.47",
3+
"version": "4.0.48",
44
"description": "F2 for alipay mini-program",
55
"keywords": [
66
"antv",
@@ -27,7 +27,7 @@
2727
"module": "es/index.js",
2828
"types": "es/index.d.ts",
2929
"dependencies": {
30-
"@antv/f2": "^4.0.47",
30+
"@antv/f2": "^4.0.48",
3131
"@antv/f2-context": "~0.0.1",
3232
"@babel/runtime": "^7.12.5"
3333
},

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-react",
3-
"version": "4.0.48",
3+
"version": "4.0.49",
44
"description": "F2 for React",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -15,7 +15,7 @@
1515
"react"
1616
],
1717
"dependencies": {
18-
"@antv/f2": "^4.0.47",
18+
"@antv/f2": "^4.0.48",
1919
"@babel/runtime": "^7.12.5"
2020
},
2121
"devDependencies": {

packages/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-site",
3-
"version": "4.0.48",
3+
"version": "4.0.49",
44
"private": true,
55
"homepage": "https://github.com/antvis/f2",
66
"bugs": {
@@ -24,9 +24,9 @@
2424
"react-monaco-editor": "0.34.0"
2525
},
2626
"dependencies": {
27-
"@antv/f2": "^4.0.47",
28-
"@antv/f2-graphic": "^0.0.15",
29-
"@antv/f2-react": "^4.0.48",
27+
"@antv/f2": "^4.0.48",
28+
"@antv/f2-graphic": "^0.0.16",
29+
"@antv/f2-react": "^4.0.49",
3030
"@antv/gatsby-theme-antv": "~1.1.15",
3131
"f2-touchemulator": "~0.0.1",
3232
"gatsby": "^2.17.7",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-vue",
3-
"version": "4.0.29",
3+
"version": "4.0.30",
44
"description": "F2 for Vue.js",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -15,7 +15,7 @@
1515
"vue"
1616
],
1717
"dependencies": {
18-
"@antv/f2": "^4.0.47",
18+
"@antv/f2": "^4.0.48",
1919
"@babel/runtime": "^7.12.5"
2020
},
2121
"devDependencies": {

packages/wx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-wx",
3-
"version": "4.0.47",
3+
"version": "4.0.48",
44
"description": "F2 for weixin mini-program",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -18,7 +18,7 @@
1818
"weixin"
1919
],
2020
"dependencies": {
21-
"@antv/f2": "^4.0.47",
21+
"@antv/f2": "^4.0.48",
2222
"@babel/runtime": "^7.12.5"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)