Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/f2@4.0.50
 - @antv/f2-my@4.0.50
 - @antv/f2-react@4.0.51
 - @antv/f2-site@4.0.51
 - @antv/f2-vue@4.0.32
 - @antv/f2-wx@4.0.50
  • Loading branch information
zengyue committed Oct 23, 2023
1 parent 9a844c6 commit 50235fa
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "4.0.49",
"version": "4.0.50",
"description": "Charts for mobile visualization.",
"keywords": [
"antv",
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.49",
"version": "4.0.50",
"description": "F2 for alipay mini-program",
"keywords": [
"antv",
Expand All @@ -27,7 +27,7 @@
"module": "es/index.js",
"types": "es/index.d.ts",
"dependencies": {
"@antv/f2": "^4.0.49",
"@antv/f2": "^4.0.50",
"@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.50",
"version": "4.0.51",
"description": "F2 for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"react"
],
"dependencies": {
"@antv/f2": "^4.0.49",
"@antv/f2": "^4.0.50",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.50",
"version": "4.0.51",
"private": true,
"homepage": "https://github.com/antvis/f2",
"bugs": {
Expand All @@ -24,9 +24,9 @@
"react-monaco-editor": "0.34.0"
},
"dependencies": {
"@antv/f2": "^4.0.49",
"@antv/f2": "^4.0.50",
"@antv/f2-graphic": "^0.0.16",
"@antv/f2-react": "^4.0.50",
"@antv/f2-react": "^4.0.51",
"@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.31",
"version": "4.0.32",
"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.49",
"@antv/f2": "^4.0.50",
"@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.49",
"version": "4.0.50",
"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.49",
"@antv/f2": "^4.0.50",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down

0 comments on commit 50235fa

Please sign in to comment.