Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - docs@0.6.6
 - @cornerstonejs/tools@0.24.6
  • Loading branch information
ohif-bot committed Oct 5, 2022
1 parent aa8f1c4 commit d0713ea
Show file tree
Hide file tree
Showing 4 changed files with 22 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.6.6](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.6.5...docs@0.6.6) (2022-10-05)

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





## [0.6.5](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.6.4...docs@0.6.5) (2022-10-05)

**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.6.5",
"version": "0.6.6",
"private": true,
"scripts": {
"preinstall": "node preinstall.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@cornerstonejs/core": "^0.16.4",
"@cornerstonejs/streaming-image-volume-loader": "^0.5.4",
"@cornerstonejs/tools": "^0.24.5",
"@cornerstonejs/tools": "^0.24.6",
"@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
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.24.6](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.24.5...@cornerstonejs/tools@0.24.6) (2022-10-05)


### Bug Fixes

* stackScroll should honor invert configuration ([#234](https://github.com/cornerstonejs/cornerstone3D-beta/issues/234)) ([aa8f1c4](https://github.com/cornerstonejs/cornerstone3D-beta/commit/aa8f1c4de6837b3438ef62ae48d3412b4d3847bf))





## [0.24.5](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.24.4...@cornerstonejs/tools@0.24.5) (2022-10-05)

**Note:** Version bump only for package @cornerstonejs/tools
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.24.5",
"version": "0.24.6",
"description": "Cornerstone3D Tools",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit d0713ea

Please sign in to comment.