Skip to content

Commit

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

### Bug Fixes

* **doc:** add california_heat.geojson ([6d79c68](6d79c68))
* fix the bug that use defaultstyle when value is 0 ([a73f339](a73f339))
* **primitive-geojson:** 修复挖孔 ([41a552f](41a552f))
* **release:** import json with { type: "json" } ([5f533a2](5f533a2))
* trigger publish ([7f0a3dd](7f0a3dd))
* trigger publish ([1e8c2f3](1e8c2f3))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent 6ef3bcb commit af88f20
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/primitive-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## @cesium-extends/primitive-geojson [1.0.10](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-11-25)


### Bug Fixes

* **doc:** add california_heat.geojson ([6d79c68](https://github.com/hongfaqiu/cesium-extends/commit/6d79c682f2c26be3447061cc74fc4cd89389782a))
* **primitive-geojson:** 修复挖孔 ([41a552f](https://github.com/hongfaqiu/cesium-extends/commit/41a552f8b2e666b5da7fb5d7e1e6fb83c23626ed))
* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133))





### Dependencies

* **@cesium-extends/subscriber:** upgraded to 1.1.1

## @cesium-extends/primitive-geojson [1.0.9](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-09-06)


Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "1.0.10",
"description": "A faster method to load geojson on cesium by primitive",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"cesium": "*"
},
"devDependencies": {
"@cesium-extends/subscriber": "1.1.0",
"@cesium-extends/subscriber": "1.1.1",
"@types/geojson": "^7946.0.10",
"cesium": "^1.121.1"
},
Expand Down

0 comments on commit af88f20

Please sign in to comment.