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 Nov 4, 2024
1 parent dd2ff07 commit c6bb45e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9b4e24baa101cb66063124f0a74d55ab4c0d373e
dd2ff075eeef69467eae0ab28d6d96cb12f90649
4 changes: 2 additions & 2 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ndarray": "^1.0.19"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.1.5",
"@cornerstonejs/tools": "^2.1.5"
"@cornerstonejs/core": "^2.1.6",
"@cornerstonejs/tools": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.1.5",
"@cornerstonejs/core": "^2.1.6",
"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.1.5",
"@cornerstonejs/core": "^2.1.5",
"@cornerstonejs/dicom-image-loader": "^2.1.5",
"@cornerstonejs/nifti-volume-loader": "^2.1.5",
"@cornerstonejs/tools": "^2.1.5",
"@cornerstonejs/adapters": "^2.1.6",
"@cornerstonejs/core": "^2.1.6",
"@cornerstonejs/dicom-image-loader": "^2.1.6",
"@cornerstonejs/nifti-volume-loader": "^2.1.6",
"@cornerstonejs/tools": "^2.1.6",
"@docusaurus/core": "3.5.2-canary-6125",
"@docusaurus/faster": "3.5.2-canary-6125",
"@docusaurus/module-type-aliases": "3.5.2-canary-6125",
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 @@ -63,7 +63,7 @@
"nifti-reader-js": "^0.6.8"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.1.5"
"@cornerstonejs/core": "^2.1.6"
},
"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 @@ -105,7 +105,7 @@
"canvas": "^2.11.2"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.1.5",
"@cornerstonejs/core": "^2.1.6",
"@kitware/vtk.js": "32.1.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.1.5",
"commit": "9b4e24baa101cb66063124f0a74d55ab4c0d373e"
"version": "2.1.6",
"commit": "dd2ff075eeef69467eae0ab28d6d96cb12f90649"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.5
2.1.6

0 comments on commit c6bb45e

Please sign in to comment.