Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @cornerstonejs/core@0.13.1
 - docs@0.4.13
 - @cornerstonejs/streaming-image-volume-loader@0.4.1
 - @cornerstonejs/tools@0.20.3
  • Loading branch information
ohif-bot committed Jun 17, 2022
1 parent d4bf1c8 commit f364e33
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.1](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.13.0...@cornerstonejs/core@0.13.1) (2022-06-17)


### Bug Fixes

* large image rendering, missing metadata for StackViewport, high DPI devices ([#127](https://github.com/cornerstonejs/cornerstone3D-beta/issues/127)) ([d4bf1c8](https://github.com/cornerstonejs/cornerstone3D-beta/commit/d4bf1c80391bcecaee64d9eb086416c42aa406e2))





# [0.13.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.12.1...@cornerstonejs/core@0.13.0) (2022-06-14)


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": "0.13.0",
"version": "0.13.1",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.13](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.4.12...docs@0.4.13) (2022-06-17)


### Bug Fixes

* large image rendering, missing metadata for StackViewport, high DPI devices ([#127](https://github.com/cornerstonejs/cornerstone3D-beta/issues/127)) ([d4bf1c8](https://github.com/cornerstonejs/cornerstone3D-beta/commit/d4bf1c80391bcecaee64d9eb086416c42aa406e2))





## [0.4.12](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.4.11...docs@0.4.12) (2022-06-16)

**Note:** Version bump only for package docs
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.4.12",
"version": "0.4.13",
"private": true,
"scripts": {
"preinstall": "node preinstall.js",
Expand All @@ -26,9 +26,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/core": "^0.13.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.0",
"@cornerstonejs/tools": "^0.20.2",
"@cornerstonejs/core": "^0.13.1",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.1",
"@cornerstonejs/tools": "^0.20.3",
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.4.0...@cornerstonejs/streaming-image-volume-loader@0.4.1) (2022-06-17)

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





# [0.4.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.3.7...@cornerstonejs/streaming-image-volume-loader@0.4.0) (2022-06-14)


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": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"example": "node ../../utils/ExampleRunner/example-runner-cli.js"
},
"dependencies": {
"@cornerstonejs/core": "^0.13.0",
"@cornerstonejs/core": "^0.13.1",
"cornerstone-wado-image-loader": "^4.1.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.3](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.20.2...@cornerstonejs/tools@0.20.3) (2022-06-17)


### Bug Fixes

* large image rendering, missing metadata for StackViewport, high DPI devices ([#127](https://github.com/cornerstonejs/cornerstone3D-beta/issues/127)) ([d4bf1c8](https://github.com/cornerstonejs/cornerstone3D-beta/commit/d4bf1c80391bcecaee64d9eb086416c42aa406e2))





## [0.20.2](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.20.1...@cornerstonejs/tools@0.20.2) (2022-06-16)

**Note:** Version bump only for package @cornerstonejs/tools
Expand Down
6 changes: 3 additions & 3 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/tools",
"version": "0.20.2",
"version": "0.20.3",
"description": "Cornerstone3D Tools",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"example": "node ../../utils/ExampleRunner/example-runner-cli.js"
},
"dependencies": {
"@cornerstonejs/core": "^0.13.0",
"@cornerstonejs/core": "^0.13.1",
"lodash.clonedeep": "4.5.0"
},
"peerDependencies": {
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@cornerstonejs/core": "^0.9.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.1",
"@kitware/vtk.js": "24.18.7"
},
"contributors": [
Expand Down

0 comments on commit f364e33

Please sign in to comment.