Skip to content

Commit

Permalink
v0.15.0 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Nov 16, 2023
1 parent 2007f81 commit afca265
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 37 deletions.
9 changes: 0 additions & 9 deletions .changeset/eleven-boxes-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-dragons-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-plants-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-insects-act.md

This file was deleted.

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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
12 changes: 9 additions & 3 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## In Progress
## 0.15.0

### Added
### Minor Changes

### Changed
- 53e6014: Bump `deck.gl` to v8.8.27 and `luma.gl` to v8.5.21 (`@vivjs/extensions`, `@vivjs/constants`, `@vivjs/viewers`, `@vivjs/layers`, `@vivjs/views`)

### Patch Changes

- 51aca92: fix: Throw error for missing OME-XML in `loadBioformatsZarr` (`@vivjs/loaders`)
- a1a8007: feat: Set default PhysicalSizeUnit to µm (`@vivjs/loaders`)
- 43f659a: fix: Allow `unknown` OME-XML Description by default (`@vivjs/loaders`)

## 0.14.2

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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
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.14.2",
"version": "0.15.0",
"author": "Ilan Gold",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion sites/avivator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"@vitejs/plugin-react": "^4.1.1",
"serve-static": "^1.15.0",
"vite": "^4.5.0"
}
},
"version": null
}
3 changes: 2 additions & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"documentation": "^13.2.5",
"rollup": "^2.75.7"
}
},
"version": null
}

0 comments on commit afca265

Please sign in to comment.