Compare commits

...

16 Commits

Author SHA1 Message Date
ohif-bot
19bdcbb453 chore(version): Update package versions [skip ci] 2024-04-29 16:49:17 +00:00
ohif-bot
0386c29480 chore(version): version.json [skip ci] 2024-04-29 16:49:07 +00:00
Alireza
1dcdc9dabe
feat(v3p8): advanced 3D layouts and 4d data support (#4071) 2024-04-29 12:36:12 -04:00
Alireza
feaebd7f61 Merge branch 'release' of github.com:OHIF/Viewers into candidate-3p8-rc-6 2024-04-29 12:16:39 -04:00
ohif-bot
df32a05a4d chore(version): Update package versions [skip ci] 2023-10-11 16:59:05 +00:00
ohif-bot
e205bf5c4e chore(version): version.json [skip ci] 2023-10-11 16:58:56 +00:00
Alireza
5ddf8a1602
feat(v3p7): segmentation mode and cloud server configuration (#3720) 2023-10-11 12:49:12 -04:00
Alireza
83fccad46b Merge branch 'release' of github.com:OHIF/Viewers into candidate-3p7-rc-5 2023-10-11 12:18:10 -04:00
ohif-bot
72ec0bffb5 chore(version): Update package versions [skip ci] 2023-06-07 20:01:22 +00:00
ohif-bot
82c6c3c353 chore(version): version.json [skip ci] 2023-06-07 20:01:18 +00:00
Alireza
1d38fe30a4
feat(app): modal headers and fix storybook (#3460) 2023-06-07 15:54:08 -04:00
Alireza
666964b6d7 Merge branch 'release' of github.com:OHIF/Viewers into release-fore-newsletter 2023-06-07 13:26:13 -04:00
ohif-bot
fa4ee5c559 chore(version): Update package versions [skip ci] 2023-06-07 00:14:02 +00:00
ohif-bot
cd58560e9c chore(version): version.json [skip ci] 2023-06-07 00:13:59 +00:00
Alireza
16afa740b6
feat(app): change ohif viewer to ohif app (#3451) 2023-06-06 20:06:31 -04:00
Alireza
6715ad9bd6 chore(build): try to build demo and docs 2023-06-01 08:13:36 -04:00
55 changed files with 353 additions and 130 deletions

View File

@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
# [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.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1 +1 @@
f1a736d1934733a434cb87b2c284907a3122403f
1dcdc9dabe9d4179f223912d6adc00bc95629a85

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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-rt
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**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.8.0-beta.93",
"version": "3.8.0",
"description": "DICOM RT read workflow",
"author": "OHIF",
"license": "MIT",
@ -33,10 +33,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/i18n": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-seg
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dicom-seg",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "DICOM SEG read workflow",
"author": "OHIF",
"license": "MIT",
@ -33,10 +33,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/i18n": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-cornerstone-dicom-sr
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dicom-sr",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for an SR Cornerstone Viewport",
"author": "OHIF",
"license": "MIT",
@ -34,10 +34,10 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-measurement-tracking": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-measurement-tracking": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "^0.29.12",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-cornerstone-dynamic-volume
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone-dynamic-volume",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for 4D volumes data",
"author": "OHIF",
"license": "MIT",
@ -29,11 +29,11 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/i18n": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "^0.29.5",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-cornerstone
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -40,8 +40,8 @@
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/dicom-image-loader": "^1.70.14",
"@icr/polyseg-wasm": "^0.4.0",
"@ohif/core": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "^0.29.12",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-default
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-default

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-default",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Common/default features and functionality for basic image viewing",
"author": "OHIF Core Team",
"license": "MIT",
@ -32,8 +32,8 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/i18n": "3.8.0",
"dcmjs": "^0.29.12",
"dicomweb-client": "^0.10.4",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-microscopy
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-microscopy

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-microscopy",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for DICOM microscopy",
"author": "Bill Wallace, md-prog",
"license": "MIT",
@ -30,10 +30,10 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/i18n": "3.8.0",
"@ohif/ui": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-pdf
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-pdf

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-pdf",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for PDF display",
"author": "OHIF",
"license": "MIT",
@ -30,8 +30,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "^0.29.12",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-video
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-dicom-video

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-video",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension for video display",
"author": "OHIF",
"license": "MIT",
@ -30,8 +30,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "^0.29.12",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-measurement-tracking
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-measurement-tracking",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Tracking features and functionality for basic image viewing",
"author": "OHIF Core Team",
"license": "MIT",
@ -34,9 +34,9 @@
"peerDependencies": {
"@cornerstonejs/core": "^1.70.14",
"@cornerstonejs/tools": "^1.70.14",
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/ui": "3.8.0",
"classnames": "^2.3.2",
"dcmjs": "^0.29.12",
"lodash.debounce": "^4.17.21",
@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/ui": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-test
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-test

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-test",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF extension used inside e2e testing",
"author": "OHIF",
"license": "MIT",
@ -30,8 +30,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/ui": "3.8.0",
"dcmjs": "0.29.11",
"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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-tmtv
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/extension-tmtv

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "3.8.0-beta.93",
"version": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-basic-dev-mode
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**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.8.0-beta.93",
"version": "3.8.0",
"description": "Basic OHIF Viewer Using Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -31,12 +31,12 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-test
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-test

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-test",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Basic mode for testing",
"author": "OHIF",
"license": "MIT",
@ -34,14 +34,14 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93",
"@ohif/extension-measurement-tracking": "3.8.0-beta.93",
"@ohif/extension-test": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.0",
"@ohif/extension-measurement-tracking": "3.8.0",
"@ohif/extension-test": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-longitudinal
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-longitudinal

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-longitudinal",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Longitudinal Workflow",
"author": "OHIF",
"license": "MIT",
@ -34,15 +34,15 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93",
"@ohif/extension-measurement-tracking": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.0",
"@ohif/extension-measurement-tracking": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-microscopy
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-microscopy

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-microscopy",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF mode for DICOM microscopy",
"author": "OHIF",
"license": "MIT",
@ -35,8 +35,8 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-dicom-microscopy": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-dicom-microscopy": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-preclinical-4d
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-preclinical-4d",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "4D Workflow",
"author": "OHIF",
"license": "MIT",
@ -30,12 +30,12 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dynamic-volume": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-tmtv": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0",
"@ohif/extension-cornerstone-dynamic-volume": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-tmtv": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-segmentation
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-segmentation",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "OHIF segmentation mode which enables labelmap segmentation read/edit/export",
"author": "@ohif",
"license": "MIT",
@ -35,14 +35,14 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/mode-tmtv
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/mode-tmtv",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Total Metabolic Tumor Volume Workflow",
"author": "OHIF",
"license": "MIT",
@ -34,13 +34,13 @@
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
},
"peerDependencies": {
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93",
"@ohif/extension-measurement-tracking": "3.8.0-beta.93"
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.0",
"@ohif/extension-measurement-tracking": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/app
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/app",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"productVersion": "3.4.0",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
@ -56,22 +56,22 @@
"@cornerstonejs/codec-openjph": "^2.4.5",
"@cornerstonejs/dicom-image-loader": "^1.70.14",
"@emotion/serialize": "^1.1.3",
"@ohif/core": "3.8.0-beta.93",
"@ohif/extension-cornerstone": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.93",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.93",
"@ohif/extension-default": "3.8.0-beta.93",
"@ohif/extension-dicom-microscopy": "3.8.0-beta.93",
"@ohif/extension-dicom-pdf": "3.8.0-beta.93",
"@ohif/extension-dicom-video": "3.8.0-beta.93",
"@ohif/extension-test": "3.8.0-beta.93",
"@ohif/i18n": "3.8.0-beta.93",
"@ohif/mode-basic-dev-mode": "3.8.0-beta.93",
"@ohif/mode-longitudinal": "3.8.0-beta.93",
"@ohif/mode-microscopy": "3.8.0-beta.93",
"@ohif/mode-test": "3.8.0-beta.93",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/core": "3.8.0",
"@ohif/extension-cornerstone": "3.8.0",
"@ohif/extension-cornerstone-dicom-rt": "3.8.0",
"@ohif/extension-cornerstone-dicom-seg": "3.8.0",
"@ohif/extension-cornerstone-dicom-sr": "3.8.0",
"@ohif/extension-default": "3.8.0",
"@ohif/extension-dicom-microscopy": "3.8.0",
"@ohif/extension-dicom-pdf": "3.8.0",
"@ohif/extension-dicom-video": "3.8.0",
"@ohif/extension-test": "3.8.0",
"@ohif/i18n": "3.8.0",
"@ohif/mode-basic-dev-mode": "3.8.0",
"@ohif/mode-longitudinal": "3.8.0",
"@ohif/mode-microscopy": "3.8.0",
"@ohif/mode-test": "3.8.0",
"@ohif/ui": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/cli
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/cli

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/cli",
"version": "3.8.0-beta.93",
"version": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/core
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/core",
"version": "3.8.0-beta.93",
"version": "3.8.0",
"description": "Generic business logic for web-based medical imaging applications",
"author": "OHIF Core Team",
"license": "MIT",
@ -38,7 +38,7 @@
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/dicom-image-loader": "^1.70.14",
"@ohif/ui": "3.8.0-beta.93",
"@ohif/ui": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package ohif-docs
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "ohif-docs",
"version": "3.8.0-beta.93",
"version": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/i18n
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)
**Note:** Version bump only for package @ohif/i18n

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/i18n",
"version": "3.8.0-beta.93",
"version": "3.8.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.8.0](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.93...v3.8.0) (2024-04-29)
**Note:** Version bump only for package @ohif/ui
# [3.8.0-beta.93](https://github.com/OHIF/Viewers/compare/v3.8.0-beta.92...v3.8.0-beta.93) (2024-04-29)

View File

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

View File

@ -1,4 +1,4 @@
{
"version": "3.8.0-beta.93",
"commit": "f1a736d1934733a434cb87b2c284907a3122403f"
"version": "3.8.0",
"commit": "1dcdc9dabe9d4179f223912d6adc00bc95629a85"
}

View File

@ -1 +1 @@
3.8.0-beta.93
3.8.0