Skip to content

Commit

Permalink
v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Jul 2, 2024
1 parent 181e503 commit 5c8e726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.1.0"
"version": "6.1.1"
}
6 changes: 3 additions & 3 deletions packages/ngx-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@acpaas-ui/ngx-leaflet",
"version": "6.1.0",
"version": "6.1.1",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@acpaas-ui/ngx-flyout": "^6.0.10",
"@acpaas-ui/ngx-icon": "^6.0.10",
"esri-leaflet": "^3.0.2",
"esri-leaflet-vector": "^4.2.3",
"leaflet": "^1.3.1",
"leaflet-draw": "^1.0.2",
"esri-leaflet-vector": "^4.2.3"
"leaflet-draw": "^1.0.2"
},
"peerDependencies": {
"@angular/common": ">=15.2.0",
Expand Down

0 comments on commit 5c8e726

Please sign in to comment.