Skip to content

Commit 85477fc

Browse files
authored
Merge pull request #12976 from CesiumGS/event-patchrelease-merge
Sync version info from 1.134.1 patch release
2 parents 1dcf973 + ae8c523 commit 85477fc

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111

1212
#### Fixes :wrench:
1313

14-
- Fixes an event bug following recent changes, where adding a new listener during an event callback caused an infinite loop. [#12955](https://github.com/CesiumGS/cesium/pull/12955)
1514
- Fix issues with label background when updating properties while `label.show` is `false`. [#12138](https://github.com/CesiumGS/cesium/issues/12138)
1615
- Improved performance of `scene.drillPick`. [#12916](https://github.com/CesiumGS/cesium/pull/12916)
1716
- Improved performance when removing primitives. [#3018](https://github.com/CesiumGS/cesium/pull/3018)
1817

18+
## 1.134.1 - 2025-10-10
19+
20+
### @cesium/engine
21+
22+
#### Fixes :wrench:
23+
24+
- Fixed an event bug following recent changes, where adding a new listener during an event callback caused an infinite loop. [#12955](https://github.com/CesiumGS/cesium/pull/12955)
25+
1926
## 1.134 - 2025-10-01
2027

2128
- [Sandcastle](https://sandcastle.cesium.com/) has been updated at `https://sandcastle.cesium.com`! The [legacy Sandcastle app](https://cesium.com/downloads/cesiumjs/releases/1.134/Apps/Sandcastle/index.html) will remain available through November 3, 2025.

ThirdParty.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": [
1313
"BSD-3-Clause"
1414
],
15-
"version": "2.8.4",
15+
"version": "2.8.7",
1616
"url": "https://www.npmjs.com/package/@zip.js/zip.js"
1717
},
1818
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.134.0",
3+
"version": "1.134.1",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesium.com/cesiumjs/",
66
"license": "Apache-2.0",
@@ -51,8 +51,8 @@
5151
"./Specs/**/*"
5252
],
5353
"dependencies": {
54-
"@cesium/engine": "^21.0.0",
55-
"@cesium/widgets": "^13.2.0"
54+
"@cesium/engine": "^21.0.1",
55+
"@cesium/widgets": "^13.2.1"
5656
},
5757
"devDependencies": {
5858
"@cesium/eslint-config": "^12.0.0",
@@ -171,4 +171,4 @@
171171
}
172172
}
173173
}
174-
}
174+
}

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/engine",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",

packages/sandcastle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cesium/sandcastle",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"files": [
77
"scripts/buildGallery.js"

packages/widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/widgets",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",
@@ -28,7 +28,7 @@
2828
"node": ">=20.19.0"
2929
},
3030
"dependencies": {
31-
"@cesium/engine": "^21.0.0",
31+
"@cesium/engine": "^21.0.1",
3232
"nosleep.js": "^0.12.0"
3333
},
3434
"type": "module",

0 commit comments

Comments
 (0)