Skip to content

Commit

Permalink
Merge pull request #1350 from FZJ-INM1-BDA/staging
Browse files Browse the repository at this point in the history
v2.11.3
  • Loading branch information
xgui3783 authored Jun 14, 2023
2 parents 3731349 + 335b8ca commit 4e49946
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/releases/v2.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v2.11.3

## Bugfixes

- Fix ng-layer-tune not persisting shader selection

## Behind the scene

- Bump 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.3: 'releases/v2.11.3.md'
- v2.11.2: 'releases/v2.11.2.md'
- v2.11.1: 'releases/v2.11.1.md'
- v2.11.0: 'releases/v2.11.0.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.2",
"version": "2.11.3",
"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.5'
export const EXPECTED_SIIBRA_API_VERSION = '0.3.6'

let BS_ENDPOINT_CACHED_VALUE: Observable<string> = null

Expand Down

0 comments on commit 4e49946

Please sign in to comment.