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 Dec 1, 2022
1 parent 6e8e51b commit e68f064
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
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.7.12](https://github.com/cornerstonejs/cornerstone3D-beta/compare/[email protected]@0.7.12) (2022-12-01)

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





## [0.7.11](https://github.com/cornerstonejs/cornerstone3D-beta/compare/[email protected]@0.7.11) (2022-11-24)

**Note:** Version bump only for package docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.7.11",
"version": "0.7.12",
"private": true,
"repository": "https://github.com/cornerstonejs/cornerstone3D-beta",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@cornerstonejs/core": "^0.22.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.6.7",
"@cornerstonejs/tools": "^0.30.1",
"@cornerstonejs/tools": "^0.30.2",
"@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
13 changes: 13 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.30.2](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/[email protected]...@cornerstonejs/[email protected]) (2022-12-01)


### Bug Fixes

* filter planarFreeHandeROI based on parallel normals instead of equal normals. ([#315](https://github.com/cornerstonejs/cornerstone3D-beta/issues/315)) ([70e4ffa](https://github.com/cornerstonejs/cornerstone3D-beta/commit/70e4ffa0c28ed293473c6674d7b158c644f9b1be))
* get correct imageData with targetId in BaseTool ([#294](https://github.com/cornerstonejs/cornerstone3D-beta/issues/294)) ([6e8e51b](https://github.com/cornerstonejs/cornerstone3D-beta/commit/6e8e51b4b3dde358134fcc7493237a59bec687ab))
* If planar annotation is not visible, filter it ([#318](https://github.com/cornerstonejs/cornerstone3D-beta/issues/318)) ([ea8e32a](https://github.com/cornerstonejs/cornerstone3D-beta/commit/ea8e32a768d3f2d43fc0f1bc9b29388101825ad2))





## [0.30.1](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/[email protected]...@cornerstonejs/[email protected]) (2022-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/tools",
"version": "0.30.1",
"version": "0.30.2",
"description": "Cornerstone3D Tools",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit e68f064

Please sign in to comment.