Skip to content

Commit

Permalink
Updates for 1.107.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Jul 13, 2023
1 parent e658f01 commit 1d5cc8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log

### 1.108 - 2023-08-01
### 1.107.1 - 2023-07-13

#### @cesium/engine

##### Fixes :wrench:

- Fixed dimensions of `tangentEC` in custom shaders [#11394](https://github.com/CesiumGS/cesium/pull/11394).
- Fixed a bug where `Model` would not respond to different alpha values in a `Cesium3DTileStyle`. [#11399](https://github.com/CesiumGS/cesium/pull/11399)
- Fixed dimensions of `tangentEC` in custom shaders. [#11394](https://github.com/CesiumGS/cesium/pull/11394)

#### @cesium/widgets

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.107.0",
"version": "1.107.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": "^3.0.0",
"@cesium/widgets": "^3.0.0"
"@cesium/engine": "^3.0.1",
"@cesium/widgets": "^3.0.1"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.342.0",
Expand Down
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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "^3.0.0",
"@cesium/engine": "^3.0.1",
"nosleep.js": "^0.12.0"
},
"type": "module",
Expand Down

0 comments on commit 1d5cc8d

Please sign in to comment.