Skip to content

Commit

Permalink
release: 1.8.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.6](https://github.com/hongfaqiu/cesium-extends/compare/[email protected]@1.8.6) (2023-10-31)

### Bug Fixes

* export options interface ([5efbb7b](5efbb7b))
  • Loading branch information
semantic-release-bot committed Oct 31, 2023
1 parent 8736384 commit 03fa3b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/cesium-extends/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## cesium-extends [1.8.6](https://github.com/hongfaqiu/cesium-extends/compare/[email protected]@1.8.6) (2023-10-31)





### Dependencies

* **@cesium-extends/compass:** upgraded to 1.1.1
* **@cesium-extends/zoom-control:** upgraded to 1.1.1

## cesium-extends [1.8.5](https://github.com/hongfaqiu/cesium-extends/compare/[email protected]@1.8.5) (2023-10-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/cesium-extends/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-extends",
"version": "1.8.5",
"version": "1.8.6",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"cesium": "*"
},
"dependencies": {
"@cesium-extends/compass": "1.1.0",
"@cesium-extends/compass": "1.1.1",
"@cesium-extends/drawer": "1.3.1",
"@cesium-extends/geojson-render": "1.0.3",
"@cesium-extends/heat": "1.0.2",
Expand All @@ -40,6 +40,6 @@
"@cesium-extends/subscriber": "1.1.0",
"@cesium-extends/sync-viewer": "1.0.0",
"@cesium-extends/tooltip": "1.2.2",
"@cesium-extends/zoom-control": "1.1.0"
"@cesium-extends/zoom-control": "1.1.1"
}
}

0 comments on commit 03fa3b2

Please sign in to comment.