Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/f2@4.0.4
 - @antv/f2-my@4.0.4
 - @antv/f2-react@4.0.4
 - @antv/f2-site@4.0.4
 - @antv/f2-wx@4.0.4
  • Loading branch information
zengyue committed Mar 7, 2022
1 parent c9d86a6 commit 872ae3c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.3",
"version": "4.0.4",
"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,11 +1,11 @@
{
"name": "@antv/f2-my",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"dependencies": {
"@antv/f2": "^4.0.3",
"@antv/f2": "^4.0.4",
"@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,11 +1,11 @@
{
"name": "@antv/f2-react",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"dependencies": {
"@antv/f2": "^4.0.3",
"@antv/f2": "^4.0.4",
"@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.3",
"version": "4.0.4",
"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.3",
"@antv/f2": "^4.0.4",
"@antv/f2-graphic": "^0.0.2",
"@antv/f2-react": "^4.0.3",
"@antv/f2-react": "^4.0.4",
"@antv/gatsby-theme-antv": "~1.1.15",
"gatsby": "^2.17.7",
"gh-pages": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/wx/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@antv/f2-wx",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"miniprogram": "es",
"dependencies": {
"@antv/f2": "^4.0.3",
"@antv/f2": "^4.0.4",
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
Expand Down

0 comments on commit 872ae3c

Please sign in to comment.