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 Jan 31, 2025
1 parent 586fe3e commit b975c27
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 58 deletions.
68 changes: 26 additions & 42 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fa7f01e514d7dab0c038fb1859f971de13e0fc48
586fe3e4912e4b36442df22fe057a928b107afa9
4 changes: 2 additions & 2 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"ndarray": "^1.0.19"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.18.1",
"@cornerstonejs/tools": "^2.18.1"
"@cornerstonejs/core": "^2.18.2",
"@cornerstonejs/tools": "^2.18.2"
}
}
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"onnxruntime-web": "1.17.1"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.18.1",
"@cornerstonejs/tools": "^2.18.1"
"@cornerstonejs/core": "^2.18.2",
"@cornerstonejs/tools": "^2.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.18.1",
"@cornerstonejs/core": "^2.18.2",
"dicom-parser": "^1.8.9"
},
"lint-staged": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^2.18.1",
"@cornerstonejs/core": "^2.18.1",
"@cornerstonejs/dicom-image-loader": "^2.18.1",
"@cornerstonejs/nifti-volume-loader": "^2.18.1",
"@cornerstonejs/tools": "^2.18.1",
"@cornerstonejs/adapters": "^2.18.2",
"@cornerstonejs/core": "^2.18.2",
"@cornerstonejs/dicom-image-loader": "^2.18.2",
"@cornerstonejs/nifti-volume-loader": "^2.18.2",
"@cornerstonejs/tools": "^2.18.2",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
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 @@ -61,7 +61,7 @@
"nifti-reader-js": "^0.6.8"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.18.1"
"@cornerstonejs/core": "^2.18.2"
},
"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 @@ -104,7 +104,7 @@
"canvas": "^2.11.2"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.18.1",
"@cornerstonejs/core": "^2.18.2",
"@kitware/vtk.js": "32.9.0",
"@types/d3-array": "^3.0.4",
"@types/d3-interpolate": "^3.0.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": "2.18.1",
"commit": "fa7f01e514d7dab0c038fb1859f971de13e0fc48"
"version": "2.18.2",
"commit": "586fe3e4912e4b36442df22fe057a928b107afa9"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.18.1
2.18.2

0 comments on commit b975c27

Please sign in to comment.