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 Oct 2, 2023
1 parent 9394787 commit 59f155f
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 @@
abbc6f156c1162d6eea13fce99651f3891d6dc35
939478765dc6c24d828689a013314c9bdf2dde7b
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.19.2",
"@cornerstonejs/streaming-image-volume-loader": "^1.19.2",
"@cornerstonejs/tools": "^1.19.2"
"@cornerstonejs/core": "^1.19.3",
"@cornerstonejs/streaming-image-volume-loader": "^1.19.3",
"@cornerstonejs/tools": "^1.19.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.2",
"@cornerstonejs/core": "^1.19.2",
"@cornerstonejs/core": "^1.19.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 @@ -28,12 +28,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^1.19.2",
"@cornerstonejs/core": "^1.19.2",
"@cornerstonejs/dicom-image-loader": "^1.19.2",
"@cornerstonejs/nifti-volume-loader": "^1.19.2",
"@cornerstonejs/streaming-image-volume-loader": "^1.19.2",
"@cornerstonejs/tools": "^1.19.2",
"@cornerstonejs/adapters": "^1.19.3",
"@cornerstonejs/core": "^1.19.3",
"@cornerstonejs/dicom-image-loader": "^1.19.3",
"@cornerstonejs/nifti-volume-loader": "^1.19.3",
"@cornerstonejs/streaming-image-volume-loader": "^1.19.3",
"@cornerstonejs/tools": "^1.19.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.19.2",
"@cornerstonejs/core": "^1.19.3",
"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.19.2"
"@cornerstonejs/core": "^1.19.3"
},
"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.19.2",
"@cornerstonejs/core": "^1.19.3",
"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.19.2",
"commit": "abbc6f156c1162d6eea13fce99651f3891d6dc35"
"version": "1.19.3",
"commit": "939478765dc6c24d828689a013314c9bdf2dde7b"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.2
1.19.3

0 comments on commit 59f155f

Please sign in to comment.