Compare commits

...

12 Commits

51 changed files with 313 additions and 110 deletions

View File

@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
# [3.6.0](https://github.com/OHIF/Viewers/compare/v3.6.0-beta.3...v3.6.0) (2023-06-07)
# [3.5.0](https://github.com/OHIF/Viewers/compare/v3.5.0-beta.1...v3.5.0) (2023-06-07)
### Features
* **app:** change ohif viewer to ohif app ([#3451](https://github.com/OHIF/Viewers/issues/3451)) ([16afa74](https://github.com/OHIF/Viewers/commit/16afa740b60b31037100444ef9311b80ffea2f67))
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)

View File

@ -1 +1 @@
157b88c909d3289cb89ace731c1f9a19d40797ac
5ddf8a16027255d28dc01c1740099cf85bbcf458

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-rt
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-rt

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dicom-rt",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "DICOM RT read workflow",
"author": "OHIF",
"license": "MIT",
@ -31,10 +31,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/i18n": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/i18n": "3.7.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-seg
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-seg

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dicom-seg",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "DICOM SEG read workflow",
"author": "OHIF",
"license": "MIT",
@ -31,10 +31,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/i18n": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/i18n": "3.7.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-sr
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-sr

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dicom-sr",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for an SR Cornerstone Viewport",
"author": "OHIF",
"license": "MIT",
@ -32,10 +32,10 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-measurement-tracking": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-measurement-tracking": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "^0.29.5",
"dicom-parser": "^1.8.9",
"hammerjs": "^2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-cornerstone

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -37,8 +37,8 @@
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/dicom-image-loader": "^1.20.3",
"@ohif/core": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "^0.29.6",
"dicom-parser": "^1.8.21",
"hammerjs": "^2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-default
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-default",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Common/default features and functionality for basic image viewing",
"author": "OHIF Core Team",
"license": "MIT",
@ -30,8 +30,8 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/i18n": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/i18n": "3.7.0",
"dcmjs": "^0.29.5",
"dicomweb-client": "^0.10.2",
"prop-types": "^15.6.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-microscopy
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-microscopy

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-microscopy",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for DICOM microscopy",
"author": "Bill Wallace, md-prog",
"license": "MIT",
@ -28,10 +28,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/i18n": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/i18n": "3.7.0",
"@ohif/ui": "3.7.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-pdf
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-pdf

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-pdf",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for PDF display",
"author": "OHIF",
"license": "MIT",
@ -28,8 +28,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "^0.29.5",
"dicom-parser": "^1.8.9",
"hammerjs": "^2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-video
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-dicom-video

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-video",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for video display",
"author": "OHIF",
"license": "MIT",
@ -28,8 +28,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "^0.29.5",
"dicom-parser": "^1.8.9",
"hammerjs": "^2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-measurement-tracking
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-measurement-tracking

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-measurement-tracking",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Tracking features and functionality for basic image viewing",
"author": "OHIF Core Team",
"license": "MIT",
@ -32,9 +32,9 @@
"peerDependencies": {
"@cornerstonejs/core": "^1.20.3",
"@cornerstonejs/tools": "^1.20.3",
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/ui": "3.7.0",
"classnames": "^2.3.2",
"dcmjs": "^0.29.5",
"lodash.debounce": "^4.17.21",
@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/ui": "3.7.0",
"@xstate/react": "^3.2.2",
"xstate": "^4.10.0"
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-test
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-test

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-test",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension used inside e2e testing",
"author": "OHIF",
"license": "MIT",
@ -28,8 +28,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "0.29.4",
"dicom-parser": "^1.8.9",
"hammerjs": "^2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-tmtv
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/extension-tmtv

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-tmtv",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF extension for Total Metabolic Tumor Volume",
"author": "OHIF",
"license": "MIT",
@ -28,8 +28,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/ui": "3.7.0",
"dcmjs": "^0.29.5",
"dicom-parser": "^1.8.9",
"hammerjs": "^2.0.8",

View File

@ -1,5 +1,5 @@
{
"version": "3.7.0-beta.110",
"version": "3.7.0",
"packages": ["extensions/*", "platform/*", "modes/*"],
"npmClient": "yarn"
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-basic-dev-mode
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-basic-dev-mode

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-basic-dev-mode",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Basic OHIF Viewer Using Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -29,12 +29,12 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/extension-dicom-pdf": "3.7.0-beta.110",
"@ohif/extension-dicom-video": "3.7.0-beta.110"
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/extension-dicom-pdf": "3.7.0",
"@ohif/extension-dicom-video": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-test
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-test

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-test",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Basic mode for testing",
"author": "OHIF",
"license": "MIT",
@ -32,14 +32,14 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/extension-dicom-pdf": "3.7.0-beta.110",
"@ohif/extension-dicom-video": "3.7.0-beta.110",
"@ohif/extension-measurement-tracking": "3.7.0-beta.110",
"@ohif/extension-test": "3.7.0-beta.110"
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/extension-dicom-pdf": "3.7.0",
"@ohif/extension-dicom-video": "3.7.0",
"@ohif/extension-measurement-tracking": "3.7.0",
"@ohif/extension-test": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-longitudinal
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-longitudinal

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-longitudinal",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Longitudinal Workflow",
"author": "OHIF",
"license": "MIT",
@ -32,15 +32,15 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/extension-dicom-pdf": "3.7.0-beta.110",
"@ohif/extension-dicom-video": "3.7.0-beta.110",
"@ohif/extension-measurement-tracking": "3.7.0-beta.110"
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-cornerstone-dicom-rt": "3.7.0",
"@ohif/extension-cornerstone-dicom-seg": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/extension-dicom-pdf": "3.7.0",
"@ohif/extension-dicom-video": "3.7.0",
"@ohif/extension-measurement-tracking": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-microscopy
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-microscopy

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-microscopy",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF mode for DICOM microscopy",
"author": "OHIF",
"license": "MIT",
@ -33,8 +33,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-dicom-microscopy": "3.7.0-beta.110"
"@ohif/core": "3.7.0",
"@ohif/extension-dicom-microscopy": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-segmentation
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-segmentation

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-segmentation",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "OHIF segmentation mode which enables labelmap segmentation read/edit/export",
"author": "@ohif",
"license": "MIT",
@ -33,7 +33,7 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110"
"@ohif/core": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-tmtv
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/mode-tmtv

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-tmtv",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Total Metabolic Tumor Volume Workflow",
"author": "OHIF",
"license": "MIT",
@ -32,13 +32,13 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/extension-dicom-pdf": "3.7.0-beta.110",
"@ohif/extension-dicom-video": "3.7.0-beta.110",
"@ohif/extension-measurement-tracking": "3.7.0-beta.110"
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/extension-dicom-pdf": "3.7.0",
"@ohif/extension-dicom-video": "3.7.0",
"@ohif/extension-measurement-tracking": "3.7.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/app
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/app

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/app",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"productVersion": "3.4.0",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
@ -52,22 +52,22 @@
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/dicom-image-loader": "^1.20.3",
"@ohif/core": "3.7.0-beta.110",
"@ohif/extension-cornerstone": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.110",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.110",
"@ohif/extension-default": "3.7.0-beta.110",
"@ohif/extension-dicom-microscopy": "3.7.0-beta.110",
"@ohif/extension-dicom-pdf": "3.7.0-beta.110",
"@ohif/extension-dicom-video": "3.7.0-beta.110",
"@ohif/extension-test": "3.7.0-beta.110",
"@ohif/i18n": "3.7.0-beta.110",
"@ohif/mode-basic-dev-mode": "3.7.0-beta.110",
"@ohif/mode-longitudinal": "3.7.0-beta.110",
"@ohif/mode-microscopy": "3.7.0-beta.110",
"@ohif/mode-test": "3.7.0-beta.110",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/core": "3.7.0",
"@ohif/extension-cornerstone": "3.7.0",
"@ohif/extension-cornerstone-dicom-rt": "3.7.0",
"@ohif/extension-cornerstone-dicom-seg": "3.7.0",
"@ohif/extension-cornerstone-dicom-sr": "3.7.0",
"@ohif/extension-default": "3.7.0",
"@ohif/extension-dicom-microscopy": "3.7.0",
"@ohif/extension-dicom-pdf": "3.7.0",
"@ohif/extension-dicom-video": "3.7.0",
"@ohif/extension-test": "3.7.0",
"@ohif/i18n": "3.7.0",
"@ohif/mode-basic-dev-mode": "3.7.0",
"@ohif/mode-longitudinal": "3.7.0",
"@ohif/mode-microscopy": "3.7.0",
"@ohif/mode-test": "3.7.0",
"@ohif/ui": "3.7.0",
"@types/react": "^17.0.38",
"classnames": "^2.3.2",
"core-js": "^3.16.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/cli
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/cli

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/cli",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "A CLI to bootstrap new OHIF extension or mode",
"type": "module",
"main": "src/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/core
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/core

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/core",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Generic business logic for web-based medical imaging applications",
"author": "OHIF Core Team",
"license": "MIT",
@ -36,7 +36,7 @@
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/dicom-image-loader": "^1.20.3",
"@ohif/ui": "3.7.0-beta.110",
"@ohif/ui": "3.7.0",
"cornerstone-math": "0.1.9",
"dicom-parser": "^1.8.21"
},

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package ohif-docs
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package ohif-docs

View File

@ -1,6 +1,6 @@
{
"name": "ohif-docs",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"private": true,
"workspaces": {
"nohoist": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/i18n
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/i18n

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/i18n",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "Internationalization library for The OHIF Viewer",
"author": "OHIF",
"license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.7.0](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.110...v3.7.0) (2023-10-11)
**Note:** Version bump only for package @ohif/ui
# [3.7.0-beta.110](https://github.com/OHIF/Viewers/compare/v3.7.0-beta.109...v3.7.0-beta.110) (2023-10-11)
**Note:** Version bump only for package @ohif/ui

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/ui",
"version": "3.7.0-beta.110",
"version": "3.7.0",
"description": "A set of React components for Medical Imaging Viewers",
"author": "OHIF Contributors",
"license": "MIT",

View File

@ -1,4 +1,4 @@
{
"version": "3.7.0-beta.110",
"commit": "157b88c909d3289cb89ace731c1f9a19d40797ac"
"version": "3.7.0",
"commit": "5ddf8a16027255d28dc01c1740099cf85bbcf458"
}

View File

@ -1 +1 @@
3.7.0-beta.110
3.7.0