Skip to content

Commit 23c17e4

Browse files
committed
Semantic version updates to packages for release
1 parent 9f55e45 commit 23c17e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
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": "^22.1.0",
55-
"@cesium/widgets": "^14.1.0"
54+
"@cesium/engine": "^22.2.0",
55+
"@cesium/widgets": "^14.2.0"
5656
},
5757
"devDependencies": {
5858
"@cesium/eslint-config": "^12.0.0",

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": "22.1.0",
3+
"version": "22.2.0",
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/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": "14.1.0",
3+
"version": "14.2.0",
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": "^22.1.0",
31+
"@cesium/engine": "^22.2.0",
3232
"nosleep.js": "^0.12.0"
3333
},
3434
"type": "module",

0 commit comments

Comments
 (0)