Skip to content

Commit c552732

Browse files
release: 1.8.22 [skip ci]
## [1.8.22](https://github.com/hongfaqiu/cesium-extends/compare/cesium-extends@1.8.21...cesium-extends@1.8.22) (2024-11-25) ### Bug Fixes * **doc:** add california_heat.geojson ([6d79c68](6d79c68)) * **primitive-geojson:** 修复挖孔 ([41a552f](41a552f)) * **release:** import json with { type: "json" } ([5f533a2](5f533a2))
1 parent 148826d commit c552732

File tree

2 files changed

+37
-12
lines changed

2 files changed

+37
-12
lines changed

packages/cesium-extends/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## cesium-extends [1.8.22](https://github.com/hongfaqiu/cesium-extends/compare/cesium-extends@1.8.21...cesium-extends@1.8.22) (2024-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@cesium-extends/compass:** upgraded to 1.2.2
15+
* **@cesium-extends/drawer:** upgraded to 1.3.7
16+
* **@cesium-extends/geojson-render:** upgraded to 1.0.8
17+
* **@cesium-extends/heat:** upgraded to 1.0.4
18+
* **@cesium-extends/measure:** upgraded to 1.1.4
19+
* **@cesium-extends/popup:** upgraded to 1.0.2
20+
* **@cesium-extends/primitive-geojson:** upgraded to 1.0.10
21+
* **@cesium-extends/subscriber:** upgraded to 1.1.1
22+
* **@cesium-extends/sync-viewer:** upgraded to 1.0.1
23+
* **@cesium-extends/tooltip:** upgraded to 1.2.3
24+
* **@cesium-extends/zoom-control:** upgraded to 1.2.2
25+
126
## cesium-extends [1.8.21](https://github.com/hongfaqiu/cesium-extends/compare/cesium-extends@1.8.20...cesium-extends@1.8.21) (2024-10-09)
227

328

packages/cesium-extends/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-extends",
3-
"version": "1.8.21",
3+
"version": "1.8.22",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -32,16 +32,16 @@
3232
"cesium": "*"
3333
},
3434
"dependencies": {
35-
"@cesium-extends/compass": "1.2.1",
36-
"@cesium-extends/drawer": "1.3.6",
37-
"@cesium-extends/geojson-render": "1.0.7",
38-
"@cesium-extends/heat": "1.0.3",
39-
"@cesium-extends/measure": "1.1.3",
40-
"@cesium-extends/popup": "1.0.1",
41-
"@cesium-extends/primitive-geojson": "1.0.9",
42-
"@cesium-extends/subscriber": "1.1.0",
43-
"@cesium-extends/sync-viewer": "1.0.0",
44-
"@cesium-extends/tooltip": "1.2.2",
45-
"@cesium-extends/zoom-control": "1.2.1"
35+
"@cesium-extends/compass": "1.2.2",
36+
"@cesium-extends/drawer": "1.3.7",
37+
"@cesium-extends/geojson-render": "1.0.8",
38+
"@cesium-extends/heat": "1.0.4",
39+
"@cesium-extends/measure": "1.1.4",
40+
"@cesium-extends/popup": "1.0.2",
41+
"@cesium-extends/primitive-geojson": "1.0.10",
42+
"@cesium-extends/subscriber": "1.1.1",
43+
"@cesium-extends/sync-viewer": "1.0.1",
44+
"@cesium-extends/tooltip": "1.2.3",
45+
"@cesium-extends/zoom-control": "1.2.2"
4646
}
4747
}

0 commit comments

Comments
 (0)