Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit ea8ba5e

Browse files
author
Jeshurun Hembd
committed
Update widgets version
1 parent d11b746 commit ea8ba5e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### 1.106.1 - 2023-06-02
4+
5+
This is an npm-only release to fix a dependency issue published in 1.106
6+
37
### 1.106 - 2023-06-01
48

59
#### @cesium/engine

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.106.0",
3+
"version": "1.106.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",
@@ -52,7 +52,7 @@
5252
],
5353
"dependencies": {
5454
"@cesium/engine": "2.4.1",
55-
"@cesium/widgets": "2.3.0"
55+
"@cesium/widgets": "2.3.1"
5656
},
5757
"devDependencies": {
5858
"@aws-sdk/client-s3": "^3.342.0",

packages/widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/widgets",
3-
"version": "2.3.0",
3+
"version": "2.3.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",

0 commit comments

Comments
 (0)