Skip to content

Commit

Permalink
chore(version): version.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ohif-bot committed Sep 26, 2023
1 parent 392a93b commit 9e47659
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bd3d5c9803a1e2c5030ffe55a6267d58272510b5
392a93b04599f8055050fefacfd53f0d891d7f53
6 changes: 3 additions & 3 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"ndarray": "^1.0.19"
},
"devDependencies": {
"@cornerstonejs/core": "^1.17.1",
"@cornerstonejs/streaming-image-volume-loader": "^1.17.1",
"@cornerstonejs/tools": "^1.17.1"
"@cornerstonejs/core": "^1.18.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.18.0",
"@cornerstonejs/tools": "^1.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.2",
"@cornerstonejs/core": "^1.17.1",
"@cornerstonejs/core": "^1.18.0",
"dicom-parser": "^1.8.9",
"pako": "^2.0.4",
"uuid": "^9.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^1.17.1",
"@cornerstonejs/core": "^1.17.1",
"@cornerstonejs/dicom-image-loader": "^1.17.1",
"@cornerstonejs/nifti-volume-loader": "^1.17.1",
"@cornerstonejs/streaming-image-volume-loader": "^1.17.1",
"@cornerstonejs/tools": "^1.17.1",
"@cornerstonejs/adapters": "^1.18.0",
"@cornerstonejs/core": "^1.18.0",
"@cornerstonejs/dicom-image-loader": "^1.18.0",
"@cornerstonejs/nifti-volume-loader": "^1.18.0",
"@cornerstonejs/streaming-image-volume-loader": "^1.18.0",
"@cornerstonejs/tools": "^1.18.0",
"@docusaurus/core": "2.3.1",
"@docusaurus/module-type-aliases": "2.3.1",
"@docusaurus/plugin-google-gtag": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.17.1",
"@cornerstonejs/core": "^1.18.0",
"nifti-reader-js": "^0.6.6"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/streaming-image-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.17.1"
"@cornerstonejs/core": "^1.18.0"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.17.1",
"@cornerstonejs/core": "^1.18.0",
"lodash.clonedeep": "4.5.0",
"lodash.get": "^4.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.17.1",
"commit": "bd3d5c9803a1e2c5030ffe55a6267d58272510b5"
"version": "1.18.0",
"commit": "392a93b04599f8055050fefacfd53f0d891d7f53"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.1
1.18.0

0 comments on commit 9e47659

Please sign in to comment.