Skip to content

Commit 6f7ce81

Browse files
author
ohif-bot
committed
chore(version): Update package versions to 4.22.13 [skip ci]
1 parent d0992b4 commit 6f7ce81

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.22.13](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.12...v4.22.13) (2026-05-26)
7+
8+
**Note:** Version bump only for package root
9+
610
## [4.22.12](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.11...v4.22.12) (2026-05-25)
711

812
**Note:** Version bump only for package root

commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
900d3d3c9ddf744f8270faff4ba10b210377f643
1+
d0992b4d91430b28b9e37849639138b493abfba2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.22.12",
2+
"version": "4.22.13",
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.22.13](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.12...v4.22.13) (2026-05-26)
7+
8+
**Note:** Version bump only for package @cornerstonejs/adapters
9+
610
## [4.22.12](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.11...v4.22.12) (2026-05-25)
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.22.12",
3+
"version": "4.22.13",
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.22.12",
93-
"@cornerstonejs/tools": "4.22.12"
92+
"@cornerstonejs/core": "4.22.13",
93+
"@cornerstonejs/tools": "4.22.13"
9494
},
9595
"peerDependencies": {
96-
"@cornerstonejs/core": "4.22.12",
97-
"@cornerstonejs/tools": "4.22.12"
96+
"@cornerstonejs/core": "4.22.13",
97+
"@cornerstonejs/tools": "4.22.13"
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.22.12';
5+
export const version = '4.22.13';

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.22.13](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.12...v4.22.13) (2026-05-26)
7+
8+
**Note:** Version bump only for package @cornerstonejs/ai
9+
610
## [4.22.12](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.11...v4.22.12) (2026-05-25)
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.22.12",
3+
"version": "4.22.13",
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.22.12",
65-
"@cornerstonejs/tools": "4.22.12"
64+
"@cornerstonejs/core": "4.22.13",
65+
"@cornerstonejs/tools": "4.22.13"
6666
},
6767
"devDependencies": {
68-
"@cornerstonejs/core": "4.22.12",
69-
"@cornerstonejs/tools": "4.22.12"
68+
"@cornerstonejs/core": "4.22.13",
69+
"@cornerstonejs/tools": "4.22.13"
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.22.12';
5+
export const version = '4.22.13';

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.22.13](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.12...v4.22.13) (2026-05-26)
7+
8+
**Note:** Version bump only for package @cornerstonejs/core
9+
610
## [4.22.12](https://github.com/cornerstonejs/cornerstone3D/compare/v4.22.11...v4.22.12) (2026-05-25)
711

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

0 commit comments

Comments
 (0)