Skip to content

Commit ce851e8

Browse files
committed
chore(dicom): bump version to 7.5.0
1 parent d3df13e commit ce851e8

File tree

7 files changed

+6
-26
lines changed

7 files changed

+6
-26
lines changed

packages/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/dicom-build",
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"private": true,
55
"description": "@itk-wasm/dicom build configuration.",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.4.0"
1+
__version__ = "7.5.0"

packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.4.0"
1+
__version__ = "7.5.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.4.0"
1+
__version__ = "7.5.0"

packages/dicom/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/dicom",
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"description": "Read files and images related to DICOM file format.",
55
"type": "module",
66
"module": "./dist/index.js",

packages/dicom/typescript/src/index-node-only.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,3 @@ export type { WriteSegmentationNodeOptions }
9797

9898
import writeSegmentationNode from './write-segmentation-node.js'
9999
export { writeSegmentationNode }
100-
101-
102-
import ReadDicomTagsNodeResult from './read-dicom-tags-node-result.js'
103-
export type { ReadDicomTagsNodeResult }
104-
105-
import ReadDicomTagsNodeOptions from './read-dicom-tags-node-options.js'
106-
export type { ReadDicomTagsNodeOptions }
107-
108-
import readDicomTagsNode from './read-dicom-tags-node.js'
109-
export { readDicomTagsNode }
110-
111-
112-
import ReadImageDicomFileSeriesNodeResult from './read-image-dicom-file-series-node-result.js'
113-
export type { ReadImageDicomFileSeriesNodeResult }
114-
115-
import ReadImageDicomFileSeriesNodeOptions from './read-image-dicom-file-series-node-options.js'
116-
export type { ReadImageDicomFileSeriesNodeOptions }
117-
118-
import readImageDicomFileSeriesNode from './read-image-dicom-file-series-node.js'
119-
export { readImageDicomFileSeriesNode }

0 commit comments

Comments
 (0)