Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ohif-bot committed Jul 4, 2023
1 parent b5ea0e2 commit 9eb70d9
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 14 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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

### Features

- **detectGPU:** Add config for getGPUTier method in cornerstone.init ([#633](https://github.com/cornerstonejs/cornerstone3D/issues/633)) ([b5ea0e2](https://github.com/cornerstonejs/cornerstone3D/commit/b5ea0e2c1e337759062ff22c5c7db545fc8be745)), closes [#570](https://github.com/cornerstonejs/cornerstone3D/issues/570)

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.4.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.4.0](https://github.com/dcmjs-org/dcmjs/compare/v1.3.0...v1.4.0) (2023-07-04)

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

# [1.3.0](https://github.com/dcmjs-org/dcmjs/compare/v1.2.9...v1.3.0) (2023-07-04)

**Note:** Version bump only for package @cornerstonejs/adapters
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/adapters",
"version": "1.3.0",
"version": "1.4.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
6 changes: 6 additions & 0 deletions packages/core/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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

### Features

- **detectGPU:** Add config for getGPUTier method in cornerstone.init ([#633](https://github.com/cornerstonejs/cornerstone3D/issues/633)) ([b5ea0e2](https://github.com/cornerstonejs/cornerstone3D/commit/b5ea0e2c1e337759062ff22c5c7db545fc8be745)), closes [#570](https://github.com/cornerstonejs/cornerstone3D/issues/570)

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

### 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.3.0",
"version": "1.4.0",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

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

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

**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.3.0",
"version": "1.4.0",
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
"keywords": [
"DICOM",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/core": "^1.3.0",
"@cornerstonejs/core": "^1.4.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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

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

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

**Note:** Version bump only for package docs
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/core": "^1.3.0",
"@cornerstonejs/dicom-image-loader": "^1.3.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.3.0",
"@cornerstonejs/tools": "^1.3.0",
"@cornerstonejs/core": "^1.4.0",
"@cornerstonejs/dicom-image-loader": "^1.4.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.4.0",
"@cornerstonejs/tools": "^1.4.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/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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

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

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

**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.3.0",
"version": "1.4.0",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.3.0"
"@cornerstonejs/core": "^1.4.0"
},
"contributors": [
{
Expand Down
4 changes: 4 additions & 0 deletions packages/tools/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.4.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.3.0...v1.4.0) (2023-07-04)

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

# [1.3.0](https://github.com/cornerstonejs/cornerstone3D/compare/v1.2.9...v1.3.0) (2023-07-04)

### 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.3.0",
"version": "1.4.0",
"description": "Cornerstone3D Tools",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.3.0",
"@cornerstonejs/core": "^1.4.0",
"lodash.clonedeep": "4.5.0",
"lodash.get": "^4.4.2"
},
Expand Down

0 comments on commit 9eb70d9

Please sign in to comment.