Skip to content

Commit bee51c3

Browse files
author
ohif-bot
committed
chore(version): Update package versions to 5.6.7
1 parent 057707e commit bee51c3

38 files changed

Lines changed: 122 additions & 70 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6.7](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.6...v5.6.7) (2026-07-17)
7+
8+
### Bug Fixes
9+
10+
- **adapters:** load co-planar SEGs whose ImageOrientationPatient is DICOM strings ([#2816](https://github.com/cornerstonejs/cornerstone3D/issues/2816)) ([057707e](https://github.com/cornerstonejs/cornerstone3D/commit/057707ec94443b10bcf4b3537f042b745d83844d))
11+
612
## [5.6.6](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.5...v5.6.6) (2026-07-17)
713

814
### Bug Fixes

commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0040715c0c16c6ba41826d04a5ff757447bec76c
1+
057707ec94443b10bcf4b3537f042b745d83844d

lerna.json

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

packages/adapters/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6.7](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.6...v5.6.7) (2026-07-17)
7+
8+
### Bug Fixes
9+
10+
- **adapters:** load co-planar SEGs whose ImageOrientationPatient is DICOM strings ([#2816](https://github.com/cornerstonejs/cornerstone3D/issues/2816)) ([057707e](https://github.com/cornerstonejs/cornerstone3D/commit/057707ec94443b10bcf4b3537f042b745d83844d))
11+
612
## [5.6.6](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.5...v5.6.6) (2026-07-17)
713

814
**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.6.6",
3+
"version": "5.6.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",
@@ -99,11 +99,11 @@
9999
"ndarray": "1.0.19"
100100
},
101101
"devDependencies": {
102-
"@cornerstonejs/core": "5.6.6",
103-
"@cornerstonejs/tools": "5.6.6"
102+
"@cornerstonejs/core": "5.6.7",
103+
"@cornerstonejs/tools": "5.6.7"
104104
},
105105
"peerDependencies": {
106-
"@cornerstonejs/core": "5.6.6",
107-
"@cornerstonejs/tools": "5.6.6"
106+
"@cornerstonejs/core": "5.6.7",
107+
"@cornerstonejs/tools": "5.6.7"
108108
}
109109
}

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.6.6';
5+
export const version = '5.6.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+
## [5.6.7](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.6...v5.6.7) (2026-07-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/ai
9+
610
## [5.6.6](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.5...v5.6.6) (2026-07-17)
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.6.6",
3+
"version": "5.6.7",
44
"description": "AI and ML Interfaces for Cornerstone3D",
55
"files": [
66
"dist"
@@ -63,11 +63,11 @@
6363
"onnxruntime-web": "1.17.1"
6464
},
6565
"devDependencies": {
66-
"@cornerstonejs/core": "5.6.6",
67-
"@cornerstonejs/tools": "5.6.6"
66+
"@cornerstonejs/core": "5.6.7",
67+
"@cornerstonejs/tools": "5.6.7"
6868
},
6969
"peerDependencies": {
70-
"@cornerstonejs/core": "5.6.6",
71-
"@cornerstonejs/tools": "5.6.6"
70+
"@cornerstonejs/core": "5.6.7",
71+
"@cornerstonejs/tools": "5.6.7"
7272
}
7373
}

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.6.6';
5+
export const version = '5.6.7';

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.6.7](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.6...v5.6.7) (2026-07-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/codemods
9+
610
## [5.6.6](https://github.com/cornerstonejs/cornerstone3D/compare/v5.6.5...v5.6.6) (2026-07-17)
711

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

0 commit comments

Comments
 (0)