Skip to content

Commit 68fca3f

Browse files
committed
Workaround to fix labels bug
1 parent 68d8094 commit 68fca3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/github_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
cache: npm
2525

2626
- name: Clone vizarr
27-
run: git clone https://github.com/hms-dbmi/vizarr.git
27+
run: git clone https://github.com/fractal-analytics-platform/vizarr.git
2828

2929
- name: Checkout vizarr commit
3030
run: |
3131
cd vizarr
32-
git checkout eb2b77fed92a08c78c5770144bc7ccf19e9c7658
32+
git checkout a04555b6557a42f4ee627850bad4e6b3fe8c8fe1
3333
3434
- name: Install dependencies
3535
run: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Note: Numbers like (#123) point to closed Pull Requests on the fractal-vizarr-viewer repository.
22

3+
# Unreleased
4+
5+
* Added workaround to fix labels bug in most recent Chrome versions (\#68);
6+
37
# 0.4.0
48

59
* Separated fractal-data from vizarr, renamed repository to `fractal-data` (\#64);

0 commit comments

Comments
 (0)