Skip to content

Commit

Permalink
chore: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Oct 10, 2022
1 parent c93d200 commit 3f627da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/larkmap",
"version": "0.3.0",
"version": "0.4.0",
"description": "A React toolkit for geospatial visualization based on L7",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"geotiff": "1.0.0-beta.10",
"@ant-design/icons": "^4.7.0",
"@antv/dumi-theme-antv": "^0.2.2",
"@antv/l7": "^2.8.35",
"@antv/l7": "^2.9.33",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@types/jest": "^26.0.24",
Expand All @@ -76,7 +76,7 @@
},
"peerDependencies": {
"@ant-design/icons": "^4.7.0",
"@antv/l7": "^2.8.35",
"@antv/l7": "^2.9.33",
"antd": "^4.22.3",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.3.0';
export default '0.4.0';

0 comments on commit 3f627da

Please sign in to comment.