Skip to content

Commit 2c4efae

Browse files
author
ohif-bot
committed
chore(version): Update package versions [skip ci]
1 parent c3be5d4 commit 2c4efae

File tree

16 files changed

+46
-8
lines changed

16 files changed

+46
-8
lines changed

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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- **adapters-export:** Set SpecificCharacterSet to "ISO_IR 192" in Cornerstone and Cornerstone3D adapters ([#1257](https://github.com/cornerstonejs/cornerstone3D/issues/1257)) ([03a51a2](https://github.com/cornerstonejs/cornerstone3D/commit/03a51a2f81f2126926c7bead455de58d5b364990))
11+
612
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
713

814
### Features

lerna.json

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

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+
## [1.74.1](https://github.com/dcmjs-org/dcmjs/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- **adapters-export:** Set SpecificCharacterSet to "ISO_IR 192" in Cornerstone and Cornerstone3D adapters ([#1257](https://github.com/dcmjs-org/dcmjs/issues/1257)) ([03a51a2](https://github.com/dcmjs-org/dcmjs/commit/03a51a2f81f2126926c7bead455de58d5b364990))
11+
612
# [1.74.0](https://github.com/dcmjs-org/dcmjs/compare/v1.73.1...v1.74.0) (2024-05-17)
713

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

packages/adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/adapters",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
55
"src": "src/index.ts",
66
"main": "./dist/@cornerstonejs/adapters.es.js",

packages/core/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- **adapters-export:** Set SpecificCharacterSet to "ISO_IR 192" in Cornerstone and Cornerstone3D adapters ([#1257](https://github.com/cornerstonejs/cornerstone3D/issues/1257)) ([03a51a2](https://github.com/cornerstonejs/cornerstone3D/commit/03a51a2f81f2126926c7bead455de58d5b364990))
11+
612
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
713

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/core",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"description": "",
55
"main": "src/index.ts",
66
"types": "dist/types/index.d.ts",

packages/dicomImageLoader/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/dicom-image-loader
9+
610
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
711

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

packages/dicomImageLoader/package.json

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

packages/docs/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
**Note:** Version bump only for package docs
9+
610
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
711

812
### Features

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"private": true,
55
"repository": "https://github.com/cornerstonejs/cornerstone3D",
66
"scripts": {

packages/nifti-volume-loader/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader
9+
610
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
711

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

packages/nifti-volume-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/nifti-volume-loader",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"description": "",
55
"main": "dist/umd/index.js",
66
"types": "dist/esm/index.d.ts",

packages/streaming-image-volume-loader/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/streaming-image-volume-loader
9+
610
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
711

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

packages/streaming-image-volume-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/streaming-image-volume-loader",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"description": "",
55
"main": "src/index.ts",
66
"types": "dist/esm/index.d.ts",

packages/tools/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+
## [1.74.1](https://github.com/cornerstonejs/cornerstone3D/compare/v1.74.0...v1.74.1) (2024-05-17)
7+
8+
**Note:** Version bump only for package @cornerstonejs/tools
9+
610
# [1.74.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.73.1...v1.74.0) (2024-05-17)
711

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

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cornerstonejs/tools",
3-
"version": "1.74.0",
3+
"version": "1.74.1",
44
"description": "Cornerstone3D Tools",
55
"main": "src/index.ts",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)