Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cornerstonejs/cornerstone3D into ne…
Browse files Browse the repository at this point in the history
…w-polyseg-wasm
  • Loading branch information
sedghi committed Feb 6, 2024
2 parents 576d524 + 881872f commit 4a4b044
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

### Features

- **contourSeg:** enable drawing and editing holes inside contour segmentation ([#1054](https://github.com/cornerstonejs/cornerstone3D/issues/1054)) ([a441c58](https://github.com/cornerstonejs/cornerstone3D/commit/a441c58fe19b2b14ab49917934ef6c8f02eddae3))

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5f95a130fce60f2038dd708b4a0702b5b13b7cab
a441c58fe19b2b14ab49917934ef6c8f02eddae3
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.52.0",
"version": "1.53.0",
"packages": [
"packages/adapters",
"packages/core",
Expand Down
4 changes: 4 additions & 0 deletions packages/adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/dcmjs-org/dcmjs/compare/v1.52.0...v1.53.0) (2024-02-06)

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

# [1.52.0](https://github.com/dcmjs-org/dcmjs/compare/v1.51.5...v1.52.0) (2024-02-02)

**Note:** Version bump only for package @cornerstonejs/adapters
Expand Down
8 changes: 4 additions & 4 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/adapters",
"version": "1.52.0",
"version": "1.53.0",
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
"src": "src/index.ts",
"main": "./dist/@cornerstonejs/adapters.es.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
"ndarray": "^1.0.19"
},
"devDependencies": {
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.52.0",
"@cornerstonejs/tools": "^1.52.0"
"@cornerstonejs/core": "^1.53.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.53.0",
"@cornerstonejs/tools": "^1.53.0"
}
}
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

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

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/core",
"version": "1.52.0",
"version": "1.53.0",
"description": "",
"main": "src/index.ts",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/dicomImageLoader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

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

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

**Note:** Version bump only for package @cornerstonejs/dicom-image-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/dicom-image-loader",
"version": "1.52.0",
"version": "1.53.0",
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
"keywords": [
"DICOM",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.5",
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/core": "^1.53.0",
"dicom-parser": "^1.8.9",
"pako": "^2.0.4",
"uuid": "^9.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

**Note:** Version bump only for package docs

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

**Note:** Version bump only for package docs
Expand Down
14 changes: 7 additions & 7 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.52.0",
"version": "1.53.0",
"private": true,
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^1.52.0",
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/dicom-image-loader": "^1.52.0",
"@cornerstonejs/nifti-volume-loader": "^1.52.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.52.0",
"@cornerstonejs/tools": "^1.52.0",
"@cornerstonejs/adapters": "^1.53.0",
"@cornerstonejs/core": "^1.53.0",
"@cornerstonejs/dicom-image-loader": "^1.53.0",
"@cornerstonejs/nifti-volume-loader": "^1.53.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.53.0",
"@cornerstonejs/tools": "^1.53.0",
"@docusaurus/core": "2.3.1",
"@docusaurus/module-type-aliases": "2.3.1",
"@docusaurus/plugin-google-gtag": "2.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/nifti-volume-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

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

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/nifti-volume-loader",
"version": "1.52.0",
"version": "1.53.0",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/core": "^1.53.0",
"nifti-reader-js": "^0.6.6"
},
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions packages/streaming-image-volume-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

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

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

**Note:** Version bump only for package @cornerstonejs/streaming-image-volume-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/streaming-image-volume-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/streaming-image-volume-loader",
"version": "1.52.0",
"version": "1.53.0",
"description": "",
"main": "src/index.ts",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/core": "^1.53.0",
"comlink": "^4.4.1"
},
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.53.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.52.0...v1.53.0) (2024-02-06)

### Features

- **contourSeg:** enable drawing and editing holes inside contour segmentation ([#1054](https://github.com/cornerstonejs/cornerstone3D/issues/1054)) ([a441c58](https://github.com/cornerstonejs/cornerstone3D/commit/a441c58fe19b2b14ab49917934ef6c8f02eddae3))

# [1.52.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.51.5...v1.52.0) (2024-02-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/tools",
"version": "1.52.0",
"version": "1.53.0",
"description": "Cornerstone3D Tools",
"main": "src/index.ts",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.52.0",
"@cornerstonejs/core": "^1.53.0",
"@icr/polyseg-wasm": "0.4.0",
"comlink": "^4.4.1",
"lodash.clonedeep": "4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.52.0",
"commit": "5f95a130fce60f2038dd708b4a0702b5b13b7cab"
"version": "1.53.0",
"commit": "a441c58fe19b2b14ab49917934ef6c8f02eddae3"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.52.0
1.53.0

0 comments on commit 4a4b044

Please sign in to comment.