Skip to content

Commit

Permalink
Update for 1.110.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Oct 25, 2023
1 parent f379487 commit f4550d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

### 1.110.1 - 2023-10-25
### 1.110.1 - 2023-10-26

#### @cesium/engine

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.110.0",
"version": "1.110.1",
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
"homepage": "http://cesium.com/cesiumjs/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,8 +51,8 @@
"./Specs/**/*"
],
"dependencies": {
"@cesium/engine": "^5.0.0",
"@cesium/widgets": "^4.1.0"
"@cesium/engine": "^6.0.0",
"@cesium/widgets": "^4.2.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.342.0",
Expand Down Expand Up @@ -168,4 +168,4 @@
"packages/engine",
"packages/widgets"
]
}
}
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium/engine",
"version": "5.0.0",
"version": "6.0.0",
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
"keywords": [
"3D",
Expand Down
4 changes: 2 additions & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium/widgets",
"version": "4.1.0",
"version": "4.2.0",
"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.",
"keywords": [
"3D",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@cesium/engine": "^5.0.0",
"@cesium/engine": "^6.0.0",
"nosleep.js": "^0.12.0"
},
"type": "module",
Expand Down

0 comments on commit f4550d8

Please sign in to comment.