From 1d5cc8d9097a2ffbf9564ae9fbb5e36b3198ceca Mon Sep 17 00:00:00 2001 From: Gabby Getz Date: Thu, 13 Jul 2023 09:10:05 -0400 Subject: [PATCH] Updates for 1.107.1 patch release --- CHANGES.md | 4 ++-- package.json | 6 +++--- packages/engine/package.json | 2 +- packages/widgets/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 14094c9506a4..e58cb71bdb55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index 83018db8eadb..1cddf9c3880e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/packages/engine/package.json b/packages/engine/package.json index 1ff3b4d1810e..3f2d822ecdf1 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -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", diff --git a/packages/widgets/package.json b/packages/widgets/package.json index 592aeb344284..6b208251adff 100644 --- a/packages/widgets/package.json +++ b/packages/widgets/package.json @@ -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", @@ -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",