Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @cornerstonejs/core@0.14.5
 - docs@0.5.8
 - @cornerstonejs/streaming-image-volume-loader@0.4.17
 - @cornerstonejs/tools@0.21.8
  • Loading branch information
ohif-bot committed Aug 18, 2022
1 parent dfdc4bf commit e0406cf
Show file tree
Hide file tree
Showing 8 changed files with 47 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.14.5](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.14.4...@cornerstonejs/core@0.14.5) (2022-08-18)


### Bug Fixes

* add extra missing exports and no static code block at build ([#179](https://github.com/cornerstonejs/cornerstone3D-beta/issues/179)) ([dfdc4bf](https://github.com/cornerstonejs/cornerstone3D-beta/commit/dfdc4bfbf331da40368a4976f3dc199bd355864a))





## [0.14.4](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/core@0.14.3...@cornerstonejs/core@0.14.4) (2022-08-15)


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.14.4",
"version": "0.14.5",
"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.5.8](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.5.7...docs@0.5.8) (2022-08-18)

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





## [0.5.7](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.5.6...docs@0.5.7) (2022-08-15)

**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.5.7",
"version": "0.5.8",
"private": true,
"scripts": {
"preinstall": "node preinstall.js",
Expand All @@ -27,9 +27,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/core": "^0.14.4",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.16",
"@cornerstonejs/tools": "^0.21.7",
"@cornerstonejs/core": "^0.14.5",
"@cornerstonejs/streaming-image-volume-loader": "^0.4.17",
"@cornerstonejs/tools": "^0.21.8",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
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.17](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.4.16...@cornerstonejs/streaming-image-volume-loader@0.4.17) (2022-08-18)

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





## [0.4.16](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/streaming-image-volume-loader@0.4.15...@cornerstonejs/streaming-image-volume-loader@0.4.16) (2022-08-15)

**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.4.16",
"version": "0.4.17",
"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.14.4",
"@cornerstonejs/core": "^0.14.5",
"cornerstone-wado-image-loader": "^4.2.1"
},
"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.21.8](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.21.7...@cornerstonejs/tools@0.21.8) (2022-08-18)


### Bug Fixes

* add extra missing exports and no static code block at build ([#179](https://github.com/cornerstonejs/cornerstone3D-beta/issues/179)) ([dfdc4bf](https://github.com/cornerstonejs/cornerstone3D-beta/commit/dfdc4bfbf331da40368a4976f3dc199bd355864a))





## [0.21.7](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.21.6...@cornerstonejs/tools@0.21.7) (2022-08-15)

**Note:** Version bump only for package @cornerstonejs/tools
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.21.7",
"version": "0.21.8",
"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.14.4",
"@cornerstonejs/core": "^0.14.5",
"lodash.clonedeep": "4.5.0",
"lodash.get": "^4.4.2"
},
Expand Down

0 comments on commit e0406cf

Please sign in to comment.