Skip to content

Commit

Permalink
Merge pull request #1357 from FZJ-INM1-BDA/staging
Browse files Browse the repository at this point in the history
v2.11.4
  • Loading branch information
xgui3783 authored Jun 19, 2023
2 parents 4e49946 + 1733ede commit 0ce7197
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/releases/v2.11.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v2.11.4

## Bugfixes

- fix fsaverage label issue (by bumping siibra-api version)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ nav:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.11.4: 'releases/v2.11.4.md'
- v2.11.3: 'releases/v2.11.3.md'
- v2.11.2: 'releases/v2.11.2.md'
- v2.11.1: 'releases/v2.11.1.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siibra-explorer",
"version": "2.11.3",
"version": "2.11.4",
"description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"lint": "eslint src --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion src/atlasComponents/sapi/sapi.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useViewer = {
} as const

export const SIIBRA_API_VERSION_HEADER_KEY='x-siibra-api-version'
export const EXPECTED_SIIBRA_API_VERSION = '0.3.6'
export const EXPECTED_SIIBRA_API_VERSION = '0.3.8'

let BS_ENDPOINT_CACHED_VALUE: Observable<string> = null

Expand Down

0 comments on commit 0ce7197

Please sign in to comment.