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 Jun 21, 2024
1 parent c23fe27 commit 19829e6
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 @@
d6d099afeb1d54f42055187a327b9eb68f4abf64
c23fe27ead6b651f2b42518f5d2b914583ea836e
6 changes: 3 additions & 3 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"homepage": "https:/cornerstonejs/cornerstone3D/blob/main/packages/adapters/README.md",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"@cornerstonejs/tools": "^1.78.2",
"@cornerstonejs/tools": "^1.78.3",
"buffer": "^6.0.3",
"dcmjs": "^0.29.8",
"gl-matrix": "^3.4.3",
"lodash.clonedeep": "^4.5.0",
"ndarray": "^1.0.19"
},
"devDependencies": {
"@cornerstonejs/core": "^1.78.2",
"@cornerstonejs/streaming-image-volume-loader": "^1.78.2"
"@cornerstonejs/core": "^1.78.3",
"@cornerstonejs/streaming-image-volume-loader": "^1.78.3"
}
}
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.5",
"@cornerstonejs/core": "^1.78.2",
"@cornerstonejs/core": "^1.78.3",
"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 @@ -29,12 +29,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^1.78.2",
"@cornerstonejs/core": "^1.78.2",
"@cornerstonejs/dicom-image-loader": "^1.78.2",
"@cornerstonejs/nifti-volume-loader": "^1.78.2",
"@cornerstonejs/streaming-image-volume-loader": "^1.78.2",
"@cornerstonejs/tools": "^1.78.2",
"@cornerstonejs/adapters": "^1.78.3",
"@cornerstonejs/core": "^1.78.3",
"@cornerstonejs/dicom-image-loader": "^1.78.3",
"@cornerstonejs/nifti-volume-loader": "^1.78.3",
"@cornerstonejs/streaming-image-volume-loader": "^1.78.3",
"@cornerstonejs/tools": "^1.78.3",
"@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.78.2",
"@cornerstonejs/core": "^1.78.3",
"nifti-reader-js": "^0.6.8"
},
"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 @@ -29,7 +29,7 @@
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
},
"dependencies": {
"@cornerstonejs/core": "^1.78.2",
"@cornerstonejs/core": "^1.78.3",
"comlink": "^4.4.1"
},
"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.78.2",
"@cornerstonejs/core": "^1.78.3",
"@icr/polyseg-wasm": "0.4.0",
"@types/offscreencanvas": "2019.7.3",
"comlink": "^4.4.1",
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.78.2",
"commit": "d6d099afeb1d54f42055187a327b9eb68f4abf64"
"version": "1.78.3",
"commit": "c23fe27ead6b651f2b42518f5d2b914583ea836e"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.78.2
1.78.3

0 comments on commit 19829e6

Please sign in to comment.