Skip to content

Commit 0cc8f0d

Browse files
author
ohif-bot
committed
chore(version): Update package versions to 5.0.14
1 parent 9ec414d commit 0cc8f0d

38 files changed

Lines changed: 131 additions & 72 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.14](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.13...v5.0.14) (2026-06-25)
7+
8+
### Bug Fixes
9+
10+
- **dicomImageLoader:** keep PT/RTDOSE scaling for identity modality LUT ([#2767](https://github.com/cornerstonejs/cornerstone3D/issues/2767)) ([fcab92d](https://github.com/cornerstonejs/cornerstone3D/commit/fcab92de53f7de5f2b0342def9a5d0d116898bae))
11+
12+
### Features
13+
14+
- **demo:** add button to reproduce labelmap removal crash ([#2566](https://github.com/cornerstonejs/cornerstone3D/issues/2566)) ([2409652](https://github.com/cornerstonejs/cornerstone3D/commit/24096523bb949fefce0519e182375020b95ea3ed))
15+
616
## [5.0.13](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.12...v5.0.13) (2026-06-20)
717

818
### Bug Fixes

commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5f192ff5d879fbb02cee9b7a776562df594eb0a8
1+
9ec414d601cd5252f9464245a53a83559b48c929

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.13",
2+
"version": "5.0.14",
33
"packages": [
44
"packages/codemods",
55
"packages/metadata",

packages/adapters/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.14](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.13...v5.0.14) (2026-06-25)
7+
8+
**Note:** Version bump only for package @cornerstonejs/adapters
9+
610
## [5.0.13](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.12...v5.0.13) (2026-06-20)
711

812
**Note:** Version bump only for package @cornerstonejs/adapters

packages/adapters/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/adapters",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",
@@ -89,11 +89,11 @@
8989
"ndarray": "1.0.19"
9090
},
9191
"devDependencies": {
92-
"@cornerstonejs/core": "5.0.13",
93-
"@cornerstonejs/tools": "5.0.13"
92+
"@cornerstonejs/core": "5.0.14",
93+
"@cornerstonejs/tools": "5.0.14"
9494
},
9595
"peerDependencies": {
96-
"@cornerstonejs/core": "5.0.13",
97-
"@cornerstonejs/tools": "5.0.13"
96+
"@cornerstonejs/core": "5.0.14",
97+
"@cornerstonejs/tools": "5.0.14"
9898
}
9999
}

packages/adapters/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Auto-generated from version.json
33
* Do not modify this file directly
44
*/
5-
export const version = '5.0.13';
5+
export const version = '5.0.14';

packages/ai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.14](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.13...v5.0.14) (2026-06-25)
7+
8+
**Note:** Version bump only for package @cornerstonejs/ai
9+
610
## [5.0.13](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.12...v5.0.13) (2026-06-20)
711

812
**Note:** Version bump only for package @cornerstonejs/ai

packages/ai/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/ai",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "AI and ML Interfaces for Cornerstone3D",
55
"files": [
66
"dist"
@@ -61,11 +61,11 @@
6161
"onnxruntime-web": "1.17.1"
6262
},
6363
"devDependencies": {
64-
"@cornerstonejs/core": "5.0.13",
65-
"@cornerstonejs/tools": "5.0.13"
64+
"@cornerstonejs/core": "5.0.14",
65+
"@cornerstonejs/tools": "5.0.14"
6666
},
6767
"peerDependencies": {
68-
"@cornerstonejs/core": "5.0.13",
69-
"@cornerstonejs/tools": "5.0.13"
68+
"@cornerstonejs/core": "5.0.14",
69+
"@cornerstonejs/tools": "5.0.14"
7070
}
7171
}

packages/ai/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Auto-generated from version.json
33
* Do not modify this file directly
44
*/
5-
export const version = '5.0.13';
5+
export const version = '5.0.14';

packages/codemods/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.14](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.13...v5.0.14) (2026-06-25)
7+
8+
**Note:** Version bump only for package @cornerstonejs/codemods
9+
610
## [5.0.13](https://github.com/cornerstonejs/cornerstone3D/compare/v5.0.12...v5.0.13) (2026-06-20)
711

812
**Note:** Version bump only for package @cornerstonejs/codemods

0 commit comments

Comments
 (0)