Skip to content

Commit

Permalink
Merge 6376310 into 7399e4e
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Dec 27, 2021
2 parents 7399e4e + 6376310 commit e7cb35d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/l7plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7plot",
"version": "0.0.4-alpha.1",
"version": "0.0.3",
"description": "Geospatial Visualization Chart Library",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/l7plot/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '0.0.4-alpha.1';
export const version = '0.0.3';

/** 资源静态注册 **/
export {
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@antv/l7": "^2.6.25",
"@antv/l7plot": "^0.0.4-alpha.1",
"@antv/l7plot": "^0.0.3",
"antd": "^4.16.13",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "prettier -c -w docs examples"
},
"dependencies": {
"@antv/l7plot": "^0.0.4-alpha.1",
"@antv/l7plot": "^0.0.3",
"antd": "^4.16.13",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down

0 comments on commit e7cb35d

Please sign in to comment.