Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-shapes-layer-shader-assembler.md

This file was deleted.

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

## 0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/avivatorish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spatialdata/avivatorish",
"version": "0.3.0",
"version": "0.3.1",
"description": "Viv loaders, channel stats, and Zustand state (Avivator/MDV lineage) for spatial images",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @spatialdata/core

## 0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spatialdata/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Core library for interfacing with SpatialData stores",
"type": "module",
"module": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @spatialdata/layers

## 0.3.1

### Patch Changes

- [#90](https://github.com/Taylor-CCB-Group/SpatialData.js/pull/90) [`671dd60`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/671dd602dda759bae1fe78ffd2572fba496ff6b1) Thanks [@xinaesthete](https://github.com/xinaesthete)! - Fix a production shader compilation error when rendering shapes layers.

- Updated dependencies []:
- @spatialdata/core@0.3.1

## 0.3.0

### Minor 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": "@spatialdata/layers",
"version": "0.3.0",
"version": "0.3.1",
"description": "deck.gl CompositeLayer and versioned SpatialLayerProps for SpatialData rendering",
"type": "module",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spatialdata/react

## 0.3.1

### Patch Changes

- Updated dependencies []:
- @spatialdata/core@0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spatialdata/react",
"version": "0.3.0",
"version": "0.3.1",
"description": "React hooks and components for SpatialData",
"type": "module",
"module": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/vis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spatialdata/vis

## 0.3.1

### Patch Changes

- Updated dependencies [[`671dd60`](https://github.com/Taylor-CCB-Group/SpatialData.js/commit/671dd602dda759bae1fe78ffd2572fba496ff6b1)]:
- @spatialdata/layers@0.3.1
- @spatialdata/core@0.3.1
- @spatialdata/react@0.3.1
- @spatialdata/avivatorish@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spatialdata/vis",
"version": "0.3.0",
"version": "0.3.1",
"description": "React visualisation components for SpatialData",
"type": "module",
"module": "./dist/index.js",
Expand Down