Skip to content

Commit

Permalink
release: 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.6...@cesium-extends/primitive-geojson@1.0.7) (2024-01-12)

### Bug Fixes

* dont show shape on terrain when use model mode [#10](#10) ([e14f175](e14f175))
* use depthTest when render height ([6215682](6215682))
  • Loading branch information
semantic-release-bot committed Jan 12, 2024
1 parent 2030b8c commit 5bf33e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/primitive-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @cesium-extends/primitive-geojson [1.0.7](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.6...@cesium-extends/primitive-geojson@1.0.7) (2024-01-12)


### Bug Fixes

* use depthTest when render height ([6215682](https://github.com/hongfaqiu/cesium-extends/commit/6215682dafcf7d723c4cb60694eebf1222a18496))

## @cesium-extends/primitive-geojson [1.0.6](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.5...@cesium-extends/primitive-geojson@1.0.6) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/primitive-geojson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium-extends/primitive-geojson",
"version": "1.0.6",
"version": "1.0.7",
"description": "A faster method to load geojson on cesium by primitive",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 5bf33e9

Please sign in to comment.