Skip to content

Commit 3c694f8

Browse files
author
ohif-bot
committed
chore(version): Update package versions to 4.21.7 [skip ci]
1 parent 9bc6536 commit 3c694f8

30 files changed

Lines changed: 80 additions & 44 deletions

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+
## [4.21.7](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.6...v4.21.7) (2026-04-16)
7+
8+
**Note:** Version bump only for package root
9+
610
## [4.21.6](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.5...v4.21.6) (2026-04-16)
711

812
### Bug Fixes

commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1a709707c58c7780d7838ac95a8ef8783e45cfd
1+
9bc653603894d937a02076ab4424354f617105c2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.21.6",
2+
"version": "4.21.7",
33
"packages": [
44
"packages/core",
55
"packages/tools",

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+
## [4.21.7](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.6...v4.21.7) (2026-04-16)
7+
8+
**Note:** Version bump only for package @cornerstonejs/adapters
9+
610
## [4.21.6](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.5...v4.21.6) (2026-04-16)
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": "4.21.6",
3+
"version": "4.21.7",
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": "4.21.6",
93-
"@cornerstonejs/tools": "4.21.6"
92+
"@cornerstonejs/core": "4.21.7",
93+
"@cornerstonejs/tools": "4.21.7"
9494
},
9595
"peerDependencies": {
96-
"@cornerstonejs/core": "4.21.6",
97-
"@cornerstonejs/tools": "4.21.6"
96+
"@cornerstonejs/core": "4.21.7",
97+
"@cornerstonejs/tools": "4.21.7"
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 = '4.21.6';
5+
export const version = '4.21.7';

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+
## [4.21.7](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.6...v4.21.7) (2026-04-16)
7+
8+
**Note:** Version bump only for package @cornerstonejs/ai
9+
610
## [4.21.6](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.5...v4.21.6) (2026-04-16)
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": "4.21.6",
3+
"version": "4.21.7",
44
"description": "AI and ML Interfaces for Cornerstone3D",
55
"files": [
66
"dist"
@@ -61,11 +61,11 @@
6161
"onnxruntime-web": "1.17.1"
6262
},
6363
"peerDependencies": {
64-
"@cornerstonejs/core": "4.21.6",
65-
"@cornerstonejs/tools": "4.21.6"
64+
"@cornerstonejs/core": "4.21.7",
65+
"@cornerstonejs/tools": "4.21.7"
6666
},
6767
"devDependencies": {
68-
"@cornerstonejs/core": "4.21.6",
69-
"@cornerstonejs/tools": "4.21.6"
68+
"@cornerstonejs/core": "4.21.7",
69+
"@cornerstonejs/tools": "4.21.7"
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 = '4.21.6';
5+
export const version = '4.21.7';

packages/core/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+
## [4.21.7](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.6...v4.21.7) (2026-04-16)
7+
8+
**Note:** Version bump only for package @cornerstonejs/core
9+
610
## [4.21.6](https://github.com/cornerstonejs/cornerstone3D/compare/v4.21.5...v4.21.6) (2026-04-16)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)