Skip to content

Commit ec59027

Browse files
Version Packages (#978)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d3b4c0 commit ec59027

17 files changed

Lines changed: 65 additions & 14 deletions

File tree

.changeset/edge-tiles-true-footprint.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/constants/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @vivjs/constants
22

3+
## 0.22.1
4+
35
## 0.22.0
46

57
## 0.21.0

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vivjs/constants",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"author": "Ilan Gold",
55
"repository": {
66
"type": "git",

packages/extensions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vivjs/extensions
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vivjs/constants@0.22.1
9+
310
## 0.22.0
411

512
### Patch Changes

packages/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vivjs/extensions",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"author": "Ilan Gold",
55
"repository": {
66
"type": "git",

packages/layers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vivjs/layers
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vivjs/constants@0.22.1
9+
- @vivjs/extensions@0.22.1
10+
- @vivjs/loaders@0.22.1
11+
- @vivjs/types@0.22.1
12+
313
## 0.22.0
414

515
### Patch Changes

packages/layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vivjs/layers",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"author": "Ilan Gold",
55
"repository": {
66
"type": "git",

packages/loaders/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vivjs/loaders
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vivjs/types@0.22.1
9+
310
## 0.22.0
411

512
### Patch Changes

packages/loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vivjs/loaders",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"author": "Ilan Gold",
55
"repository": {
66
"type": "git",

packages/main/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hms-dbmi/viv
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- Place partial (edge) tiles in MultiscaleImageLayer at their true footprint instead of snapping them to the full image extent. The old bounds assumed every pyramid level was an exact halving of its parent; on a floor-halved pyramid (level k spanning size_k \* 2\*\*k, up to 2\*\*k - 1 px short of the base) they over-scaled the right-column and bottom-row tiles by a level-dependent amount, so the image shifted slightly in x/y as tiles of different levels were drawn. Full tiles are unaffected, as are exactly-halving pyramids. (`@vivjs/layers`) ([#976](https://github.com/hms-dbmi/viv/pull/976))
8+
9+
310
## 0.22.0
411

512
### Minor Changes
@@ -10,7 +17,6 @@
1017

1118
### Patch Changes
1219

13-
1420
## 0.21.0
1521

1622
### Minor Changes

0 commit comments

Comments
 (0)