Skip to content

Commit

Permalink
Update widgets version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed May 15, 2023
1 parent d35385f commit f573f11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 1.105.2 - 2023-05-15

- This is an npm-only release to fix a dependency issue published in 1.105.1.

### 1.105.1 - 2023-05-10

#### @cesium/engine
Expand Down
1 change: 0 additions & 1 deletion Documentation/Contributors/ReleaseGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ There is no release manager; instead, our community shares the responsibility. A
8. Proofread [`CHANGES.md`](../../../CHANGES.md) with the date of the release. Adjust the order of changes so that prominent/popular changes come first. Ensure each change is in the section for the relevant workspace.
9. Based on `CHANGES.md`, update each workspace version following the rules of [semantic versioning](https://semver.org/), e.g.,
- `npm version minor -w @cesium/engine --no-git-tag-version`
- If there are no changes, skip updating the workspace version.
10. Update the version in `package.json` to match, e.g. `1.14.0` -> `1.15.0`.
11. Commit these changes.
12. Make sure the repository is clean `git clean -d -x -f`. **This will delete all files not already in the repository.**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.105.1",
"version": "1.105.2",
"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 @@ -52,7 +52,7 @@
],
"dependencies": {
"@cesium/engine": "2.4.0",
"@cesium/widgets": "2.2.0"
"@cesium/widgets": "2.3.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.276.0",
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": "2.2.0",
"version": "2.3.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 @@ -52,4 +52,4 @@
"bugs": {
"url": "https://github.com/CesiumGS/cesium/issues"
}
}
}

0 comments on commit f573f11

Please sign in to comment.