Skip to content

Commit 912559c

Browse files
author
ohif-bot
committed
chore(version): Update package versions [skip ci]
1 parent 232659a commit 912559c

14 files changed

+41
-7
lines changed

CHANGELOG.md

+6
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+
# [2.17.0](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
### Features
9+
10+
- **4d:** replace timepoint with dimensionGroupNumber for 4D handling with backward compatibility ([#1764](https://github.com/cornerstonejs/cornerstone3D/issues/1764)) ([d0c0338](https://github.com/cornerstonejs/cornerstone3D/commit/d0c0338175ac2f4e91bcb681d6a93eede19c1b81))
11+
612
## [2.16.1](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.0...v2.16.1) (2025-01-21)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.16.1",
2+
"version": "2.17.0",
33
"packages": [
44
"packages/core",
55
"packages/tools",

packages/adapters/CHANGELOG.md

+4
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+
# [2.17.0](https://github.com/dcmjs-org/dcmjs/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @cornerstonejs/adapters
9+
610
## [2.16.1](https://github.com/dcmjs-org/dcmjs/compare/v2.16.0...v2.16.1) (2025-01-21)
711

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

packages/adapters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/adapters",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
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",

packages/ai/CHANGELOG.md

+4
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+
# [2.17.0](https://github.com/dcmjs-org/dcmjs/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @cornerstonejs/ai
9+
610
## [2.16.1](https://github.com/dcmjs-org/dcmjs/compare/v2.16.0...v2.16.1) (2025-01-21)
711

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

packages/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/ai",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
44
"description": "AI and ML Interfaces for Cornerstone3D",
55
"files": [
66
"dist"

packages/core/CHANGELOG.md

+6
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+
# [2.17.0](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
### Features
9+
10+
- **4d:** replace timepoint with dimensionGroupNumber for 4D handling with backward compatibility ([#1764](https://github.com/cornerstonejs/cornerstone3D/issues/1764)) ([d0c0338](https://github.com/cornerstonejs/cornerstone3D/commit/d0c0338175ac2f4e91bcb681d6a93eede19c1b81))
11+
612
## [2.16.1](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.0...v2.16.1) (2025-01-21)
713

814
### Bug Fixes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/core",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
44
"description": "Cornerstone3D Core",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",

packages/dicomImageLoader/CHANGELOG.md

+4
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+
# [2.17.0](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @cornerstonejs/dicom-image-loader
9+
610
## [2.16.1](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.0...v2.16.1) (2025-01-21)
711

812
**Note:** Version bump only for package @cornerstonejs/dicom-image-loader

packages/dicomImageLoader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/dicom-image-loader",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
44
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
55
"keywords": [
66
"DICOM",

packages/nifti-volume-loader/CHANGELOG.md

+4
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+
# [2.17.0](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader
9+
610
## [2.16.1](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.0...v2.16.1) (2025-01-21)
711

812
**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader

packages/nifti-volume-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/nifti-volume-loader",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
44
"description": "Nifti Image Loader for Cornerstone3D",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",

packages/tools/CHANGELOG.md

+6
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+
# [2.17.0](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.1...v2.17.0) (2025-01-21)
7+
8+
### Features
9+
10+
- **4d:** replace timepoint with dimensionGroupNumber for 4D handling with backward compatibility ([#1764](https://github.com/cornerstonejs/cornerstone3D/issues/1764)) ([d0c0338](https://github.com/cornerstonejs/cornerstone3D/commit/d0c0338175ac2f4e91bcb681d6a93eede19c1b81))
11+
612
## [2.16.1](https://github.com/cornerstonejs/cornerstone3D/compare/v2.16.0...v2.16.1) (2025-01-21)
713

814
**Note:** Version bump only for package @cornerstonejs/tools

packages/tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/tools",
3-
"version": "2.16.1",
3+
"version": "2.17.0",
44
"description": "Cornerstone3D Tools",
55
"types": "./dist/esm/index.d.ts",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)