Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @antv/l7-composite-layers@0.11.0
 - @antv/l7plot@0.4.0
  • Loading branch information
lvisei committed Nov 11, 2022
1 parent 24b6291 commit cf3e390
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/composite-layers/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-composite-layers",
"version": "0.10.0",
"version": "0.11.0",
"description": "Composite layer for @antv/l7",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-layers/src/version.ts
@@ -1 +1 @@
export default '0.10.0';
export default '0.11.0';
2 changes: 1 addition & 1 deletion packages/l7plot/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/l7plot",
"version": "0.3.3",
"version": "0.4.0",
"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/version.ts
@@ -1 +1 @@
export default '0.3.3';
export default '0.4.0';

0 comments on commit cf3e390

Please sign in to comment.