Skip to content

Commit af88f20

Browse files
release: 1.0.10 [skip ci]
## [1.0.10](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.9...@cesium-extends/primitive-geojson@1.0.10) (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))
1 parent 6ef3bcb commit af88f20

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/primitive-geojson/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## @cesium-extends/primitive-geojson [1.0.10](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.9...@cesium-extends/primitive-geojson@1.0.10) (2024-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **doc:** add california_heat.geojson ([6d79c68](https://github.com/hongfaqiu/cesium-extends/commit/6d79c682f2c26be3447061cc74fc4cd89389782a))
7+
* **primitive-geojson:** 修复挖孔 ([41a552f](https://github.com/hongfaqiu/cesium-extends/commit/41a552f8b2e666b5da7fb5d7e1e6fb83c23626ed))
8+
* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133))
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **@cesium-extends/subscriber:** upgraded to 1.1.1
17+
118
## @cesium-extends/primitive-geojson [1.0.9](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/primitive-geojson@1.0.8...@cesium-extends/primitive-geojson@1.0.9) (2024-09-06)
219

320

packages/primitive-geojson/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium-extends/primitive-geojson",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A faster method to load geojson on cesium by primitive",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -39,7 +39,7 @@
3939
"cesium": "*"
4040
},
4141
"devDependencies": {
42-
"@cesium-extends/subscriber": "1.1.0",
42+
"@cesium-extends/subscriber": "1.1.1",
4343
"@types/geojson": "^7946.0.10",
4444
"cesium": "^1.121.1"
4545
},

0 commit comments

Comments
 (0)