Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @cornerstonejs/core@0.32.0
 - docs@0.13.17
 - @cornerstonejs/streaming-image-volume-loader@0.13.0
 - @cornerstonejs/tools@0.47.0
  • Loading branch information
ohif-bot committed Feb 28, 2023
1 parent 975e596 commit b540539
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 9 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.32.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.31.2...@cornerstonejs/core@0.32.0) (2023-02-28)


### Features

* **4D:** added support for 4D data rendering ([#438](https://github.com/cornerstonejs/cornerstone3D-beta/issues/438)) ([975e596](https://github.com/cornerstonejs/cornerstone3D-beta/commit/975e59629125fbf0ba5ea676fa14b71a2b30ca44))





## [0.31.2](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.31.1...@cornerstonejs/core@0.31.2) (2023-02-23)

**Note:** Version bump only for package @cornerstonejs/core
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.31.2",
"version": "0.32.0",
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.13.17](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.13.16...docs@0.13.17) (2023-02-28)

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





## [0.13.16](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.13.15...docs@0.13.16) (2023-02-24)

**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.13.16",
"version": "0.13.17",
"private": true,
"repository": "https://github.com/cornerstonejs/cornerstone3D-beta",
"scripts": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/core": "^0.31.2",
"@cornerstonejs/streaming-image-volume-loader": "^0.12.2",
"@cornerstonejs/tools": "^0.46.3",
"@cornerstonejs/core": "^0.32.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.13.0",
"@cornerstonejs/tools": "^0.47.0",
"@docusaurus/core": "2.3.1",
"@docusaurus/module-type-aliases": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.12.2...@cornerstonejs/streaming-image-volume-loader@0.13.0) (2023-02-28)


### Features

* **4D:** added support for 4D data rendering ([#438](https://github.com/cornerstonejs/cornerstone3D-beta/issues/438)) ([975e596](https://github.com/cornerstonejs/cornerstone3D-beta/commit/975e59629125fbf0ba5ea676fa14b71a2b30ca44))





## [0.12.2](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.12.1...@cornerstonejs/streaming-image-volume-loader@0.12.2) (2023-02-23)

**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": "0.12.2",
"version": "0.13.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": "^0.31.2",
"@cornerstonejs/core": "^0.32.0",
"cornerstone-wado-image-loader": "^4.10.0"
},
"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.47.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.46.3...@cornerstonejs/tools@0.47.0) (2023-02-28)


### Features

* **4D:** added support for 4D data rendering ([#438](https://github.com/cornerstonejs/cornerstone3D-beta/issues/438)) ([975e596](https://github.com/cornerstonejs/cornerstone3D-beta/commit/975e59629125fbf0ba5ea676fa14b71a2b30ca44))





## [0.46.3](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.46.2...@cornerstonejs/tools@0.46.3) (2023-02-24)


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": "0.46.3",
"version": "0.47.0",
"description": "Cornerstone3D Tools",
"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": "^0.31.2",
"@cornerstonejs/core": "^0.32.0",
"lodash.clonedeep": "4.5.0",
"lodash.get": "^4.4.2"
},
Expand Down

0 comments on commit b540539

Please sign in to comment.