From 3114dee9881dd40af471086c1b630fbaa57ae095 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:59:49 +0000 Subject: [PATCH] Version packages --- .changeset/legal-moles-design.md | 10 ---------- .changeset/proud-candies-smell.md | 5 ----- .changeset/render-stack-events.md | 8 -------- .changeset/steady-labels-transform.md | 5 ----- packages/avivatorish/CHANGELOG.md | 13 +++++++++++++ packages/avivatorish/package.json | 2 +- packages/core/CHANGELOG.md | 15 +++++++++++++++ packages/core/package.json | 2 +- packages/layers/CHANGELOG.md | 12 ++++++++++++ packages/layers/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 2 +- packages/vis/CHANGELOG.md | 20 ++++++++++++++++++++ packages/vis/package.json | 2 +- packages/zarrextra/CHANGELOG.md | 8 ++++++++ packages/zarrextra/package.json | 2 +- 16 files changed, 81 insertions(+), 34 deletions(-) delete mode 100644 .changeset/legal-moles-design.md delete mode 100644 .changeset/proud-candies-smell.md delete mode 100644 .changeset/render-stack-events.md delete mode 100644 .changeset/steady-labels-transform.md diff --git a/.changeset/legal-moles-design.md b/.changeset/legal-moles-design.md deleted file mode 100644 index dec10870..00000000 --- a/.changeset/legal-moles-design.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@spatialdata/avivatorish": minor -"zarrextra": major -"@spatialdata/core": minor -"@spatialdata/vis": minor ---- - -Add support for alternative codecs in zarrextra, with tooling to encode images as JPEG2000 and HTJ2K. - -Zarrita stores can be configured to decode in workers. diff --git a/.changeset/proud-candies-smell.md b/.changeset/proud-candies-smell.md deleted file mode 100644 index 58b6c727..00000000 --- a/.changeset/proud-candies-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spatialdata/core": patch ---- - -Fix schema to allow for tables without association to spatial elements. diff --git a/.changeset/render-stack-events.md b/.changeset/render-stack-events.md deleted file mode 100644 index 3a83e313..00000000 --- a/.changeset/render-stack-events.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@spatialdata/layers": minor -"@spatialdata/vis": minor ---- - -Add the render stack contract for ordered SpatialData and host-layer rendering, with React viewer adapters for resolving stack entries into Viv/deck output. - -Expose richer SpatialCanvas feature-pick events for labels and shapes, including `elementKind`, `spatialElement`, tooltip metadata, and runtime SpatialData context. diff --git a/.changeset/steady-labels-transform.md b/.changeset/steady-labels-transform.md deleted file mode 100644 index 3b346bed..00000000 --- a/.changeset/steady-labels-transform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spatialdata/layers": patch ---- - -Fix intermittent labels layer transform glitches when multiple multiscale labels layers are rendered together by making generated bitmask tile layer ids unique per tile resolution. diff --git a/packages/avivatorish/CHANGELOG.md b/packages/avivatorish/CHANGELOG.md index 0c830fb1..eacf5d88 100644 --- a/packages/avivatorish/CHANGELOG.md +++ b/packages/avivatorish/CHANGELOG.md @@ -1,5 +1,18 @@ # @spatialdata/avivatorish +## 0.2.0 + +### Minor Changes + +- [#48](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/48) [`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add support for alternative codecs in zarrextra, with tooling to encode images as JPEG2000 and HTJ2K. + + Zarrita stores can be configured to decode in workers. + +### Patch Changes + +- Updated dependencies [[`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774)]: + - zarrextra@1.0.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/avivatorish/package.json b/packages/avivatorish/package.json index bf1554e3..43f9e7fb 100644 --- a/packages/avivatorish/package.json +++ b/packages/avivatorish/package.json @@ -1,6 +1,6 @@ { "name": "@spatialdata/avivatorish", - "version": "0.1.0", + "version": "0.2.0", "description": "Viv loaders, channel stats, and Zustand state (Avivator/MDV lineage) for spatial images", "type": "module", "module": "./dist/index.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e93b0811..22482785 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # @spatialdata/core +## 0.2.0 + +### Minor Changes + +- [#48](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/48) [`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add support for alternative codecs in zarrextra, with tooling to encode images as JPEG2000 and HTJ2K. + + Zarrita stores can be configured to decode in workers. + +### Patch Changes + +- [#47](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/47) [`faf55cf`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/faf55cf9988e0a82449f5dcd3b75c01aa6550587) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Fix schema to allow for tables without association to spatial elements. + +- Updated dependencies [[`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774)]: + - zarrextra@1.0.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ead5638e..9329be7b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@spatialdata/core", - "version": "0.1.0", + "version": "0.2.0", "description": "Core library for interfacing with SpatialData stores", "type": "module", "module": "./dist/index.js", diff --git a/packages/layers/CHANGELOG.md b/packages/layers/CHANGELOG.md index 24a17138..2b05f5cc 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,17 @@ # @spatialdata/layers +## 0.2.0 + +### Minor Changes + +- [#49](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/49) [`7c7fdf6`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/7c7fdf6d86c726381c1eb9e44dd05a2fe08a8fea) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add the render stack contract for ordered SpatialData and host-layer rendering, with React viewer adapters for resolving stack entries into Viv/deck output. + + Expose richer SpatialCanvas feature-pick events for labels and shapes, including `elementKind`, `spatialElement`, tooltip metadata, and runtime SpatialData context. + +### Patch Changes + +- [#44](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/44) [`2e74bea`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/2e74beaf44598debe9692f6da38b6584c4c04fa5) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Fix intermittent labels layer transform glitches when multiple multiscale labels layers are rendered together by making generated bitmask tile layer ids unique per tile resolution. + ## 0.1.0 ### Minor Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index 63ff94e9..85a14a85 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@spatialdata/layers", - "version": "0.1.0", + "version": "0.2.0", "description": "deck.gl CompositeLayer and versioned SpatialLayerProps for SpatialData rendering", "type": "module", "module": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5c69d4b4..2765fcdf 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @spatialdata/react +## 0.2.0 + +### Patch Changes + +- Updated dependencies [[`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774), [`faf55cf`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/faf55cf9988e0a82449f5dcd3b75c01aa6550587)]: + - @spatialdata/core@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 20f015a8..2202bb9b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@spatialdata/react", - "version": "0.1.0", + "version": "0.2.0", "description": "React hooks and components for SpatialData", "type": "module", "module": "./dist/index.js", diff --git a/packages/vis/CHANGELOG.md b/packages/vis/CHANGELOG.md index 1ef55233..80fc5b86 100644 --- a/packages/vis/CHANGELOG.md +++ b/packages/vis/CHANGELOG.md @@ -1,5 +1,25 @@ # @spatialdata/vis +## 0.2.0 + +### Minor Changes + +- [#48](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/48) [`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add support for alternative codecs in zarrextra, with tooling to encode images as JPEG2000 and HTJ2K. + + Zarrita stores can be configured to decode in workers. + +- [#49](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/49) [`7c7fdf6`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/7c7fdf6d86c726381c1eb9e44dd05a2fe08a8fea) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add the render stack contract for ordered SpatialData and host-layer rendering, with React viewer adapters for resolving stack entries into Viv/deck output. + + Expose richer SpatialCanvas feature-pick events for labels and shapes, including `elementKind`, `spatialElement`, tooltip metadata, and runtime SpatialData context. + +### Patch Changes + +- Updated dependencies [[`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774), [`faf55cf`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/faf55cf9988e0a82449f5dcd3b75c01aa6550587), [`7c7fdf6`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/7c7fdf6d86c726381c1eb9e44dd05a2fe08a8fea), [`2e74bea`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/2e74beaf44598debe9692f6da38b6584c4c04fa5)]: + - @spatialdata/avivatorish@0.2.0 + - @spatialdata/core@0.2.0 + - @spatialdata/layers@0.2.0 + - @spatialdata/react@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/vis/package.json b/packages/vis/package.json index c194dfd3..8804d219 100644 --- a/packages/vis/package.json +++ b/packages/vis/package.json @@ -1,6 +1,6 @@ { "name": "@spatialdata/vis", - "version": "0.1.0", + "version": "0.2.0", "description": "React visualisation components for SpatialData", "type": "module", "module": "./dist/index.js", diff --git a/packages/zarrextra/CHANGELOG.md b/packages/zarrextra/CHANGELOG.md index 8532a46f..49e309b7 100644 --- a/packages/zarrextra/CHANGELOG.md +++ b/packages/zarrextra/CHANGELOG.md @@ -1,5 +1,13 @@ # zarrextra +## 1.0.0 + +### Major Changes + +- [#48](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/48) [`e20648d`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/e20648df7ba22b869949b684ab70348978eb8774) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Add support for alternative codecs in zarrextra, with tooling to encode images as JPEG2000 and HTJ2K. + + Zarrita stores can be configured to decode in workers. + ## 0.1.0 ### Minor Changes diff --git a/packages/zarrextra/package.json b/packages/zarrextra/package.json index e6bdcb3d..a1dd1dd4 100644 --- a/packages/zarrextra/package.json +++ b/packages/zarrextra/package.json @@ -1,6 +1,6 @@ { "name": "zarrextra", - "version": "0.1.0", + "version": "1.0.0", "description": "Extra utilities for working with zarr stores using zarrita", "type": "module", "module": "./dist/index.js",