Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - docs@0.3.0
 - @cornerstonejs/tools@0.13.0
  • Loading branch information
ohif-bot committed May 9, 2022
1 parent ba15be6 commit 1aa2fec
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
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.3.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.2.26...docs@0.3.0) (2022-05-09)


### Features

* Add toolStyles configuration and DragProbe ([#93](https://github.com/cornerstonejs/cornerstone3D-beta/issues/93)) ([ba15be6](https://github.com/cornerstonejs/cornerstone3D-beta/commit/ba15be6d268b8c568bdf0e247e571f5ca29a26ad))





## [0.2.26](https://github.com/cornerstonejs/cornerstone3D-beta/compare/docs@0.2.25...docs@0.2.26) (2022-05-03)

**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.2.26",
"version": "0.3.0",
"private": true,
"scripts": {
"preinstall": "node preinstall.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@cornerstonejs/core": "^0.7.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.2.24",
"@cornerstonejs/tools": "^0.12.1",
"@cornerstonejs/tools": "^0.13.0",
"@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
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.13.0](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.12.1...@cornerstonejs/tools@0.13.0) (2022-05-09)


### Features

* Add toolStyles configuration and DragProbe ([#93](https://github.com/cornerstonejs/cornerstone3D-beta/issues/93)) ([ba15be6](https://github.com/cornerstonejs/cornerstone3D-beta/commit/ba15be6d268b8c568bdf0e247e571f5ca29a26ad))





## [0.12.1](https://github.com/cornerstonejs/cornerstone3D-beta/compare/@cornerstonejs/tools@0.12.0...@cornerstonejs/tools@0.12.1) (2022-05-03)


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.12.1",
"version": "0.13.0",
"description": "Cornerstone3D Tools",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 1aa2fec

Please sign in to comment.