Skip to content

Commit

Permalink
Create Release (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 13, 2024
1 parent 73ba75c commit 533c950
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-planets-raise.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @vivjs/constants

## 0.16.1

## 0.16.0

## 0.15.1
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/constants",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vivjs/extensions

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/constants@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/extensions",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vivjs/layers

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/constants@0.16.1
- @vivjs/extensions@0.16.1
- @vivjs/loaders@0.16.1
- @vivjs/types@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/layers",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vivjs/loaders

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/types@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/loaders",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
11 changes: 9 additions & 2 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hms-dbmi/viv

## 0.16.1

### Patch Changes

- Relax `IFD` and `PlaneCount` strictness in OME-XML validation (`@vivjs/loaders`) ([#783](https://github.com/hms-dbmi/viv/pull/783))


## 0.16.0

### Minor Changes
Expand All @@ -9,9 +16,9 @@
This release extends Viv's multifile OME-TIFF data-loading capabilities to multiscale TIFFs as well. The `loadOmeTiff` utility now recognizes and loads multiresolution images described in a `companion.ome` metadata file.

```js
import { loadOmeTiff } from '@vivjs/loaders';
import { loadOmeTiff } from "@vivjs/loaders";

let loader = await loadOmeTiff('http://localhost:8080/data.companion.ome');
let loader = await loadOmeTiff("http://localhost:8080/data.companion.ome");
```

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hms-dbmi/viv",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vivjs/types

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/constants@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/types",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/viewers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivjs/viewers

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/constants@0.16.1
- @vivjs/extensions@0.16.1
- @vivjs/views@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/viewers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/viewers",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/views/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vivjs/views

## 0.16.1

### Patch Changes

- Updated dependencies []:
- @vivjs/layers@0.16.1
- @vivjs/loaders@0.16.1

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivjs/views",
"version": "0.16.0",
"version": "0.16.1",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions sites/avivator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`08815cb076ce5280ded8ced7b55dd505fb363edf`](https://github.com/hms-dbmi/viv/commit/08815cb076ce5280ded8ced7b55dd505fb363edf)]:
- @hms-dbmi/viv@0.16.1

## null

### Patch Changes

- Updated dependencies [[`3f2171333510b31991080ff9292dd11011c8b30e`](https://github.com/hms-dbmi/viv/commit/3f2171333510b31991080ff9292dd11011c8b30e)]:
- @hms-dbmi/viv@0.16.0

Expand Down
7 changes: 7 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`08815cb076ce5280ded8ced7b55dd505fb363edf`](https://github.com/hms-dbmi/viv/commit/08815cb076ce5280ded8ced7b55dd505fb363edf)]:
- @hms-dbmi/viv@0.16.1

## null

### Patch Changes

- Updated dependencies [[`3f2171333510b31991080ff9292dd11011c8b30e`](https://github.com/hms-dbmi/viv/commit/3f2171333510b31991080ff9292dd11011c8b30e)]:
- @hms-dbmi/viv@0.16.0

Expand Down

0 comments on commit 533c950

Please sign in to comment.