Skip to content
Snippets Groups Projects
Unverified Commit 517f84c4 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #998 from FZJ-INM1-BDA/exact_version_of_conn

Fix connectivity version on production
parents 4080dfd5 a5178b77
No related branches found
No related tags found
No related merge requests found
# v2.4.4
## Bugfixes
- Fix version of connectivity web component
......@@ -40,6 +40,7 @@ pages:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.4.4: 'releases/v2.4.4.md'
- v2.4.3: 'releases/v2.4.3.md'
- v2.4.2: 'releases/v2.4.2.md'
- v2.4.1: 'releases/v2.4.1.md'
......
{
"name": "interactive-viewer",
"version": "2.4.3",
"version": "2.4.4",
"description": "HBP interactive atlas viewer. Integrating KG query, dataset previews & more. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"build-aot": "PRODUCTION=true GIT_HASH=`node -e 'console.log(require(\"./package.json\").version)'` webpack --config ./webpack/webpack.aot.js && node ./third_party/matomo/processMatomo.js",
......@@ -81,7 +81,7 @@
"@ngrx/store": "^9.1.1",
"@types/node": "12.12.39",
"export-nehuba": "0.0.12",
"hbp-connectivity-component": "^0.4.4",
"hbp-connectivity-component": "0.4.4",
"jszip": "^3.6.0",
"zone.js": "^0.10.2"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment