Skip to content

Commit 23ea972

Browse files
Auto-generated changes
1 parent 96209b8 commit 23ea972

7 files changed

Lines changed: 41 additions & 15 deletions

File tree

.changeset/vhh-presence-driven-chain-menu.md

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

block/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @platforma-open/milaboratories.vj-usage
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- 5785e1b: Only offer single-cell chains that actually have columns. The chain selector was
8+
built from the receptor type alone, so on heavy-chain-only (VHH) single-cell input
9+
it still offered "Light" — picking it failed the workflow with `expected exactly 1
10+
V gene column for chain, got 0`. A new `availableScChains` model output reports the
11+
chains present for the selected dataset; the selector now lists only those (and is
12+
hidden when a single chain leaves nothing to choose).
13+
- Updated dependencies [5785e1b]
14+
- @platforma-open/milaboratories.vj-usage.model@2.2.1
15+
- @platforma-open/milaboratories.vj-usage.ui@2.3.2
16+
317
## 2.2.1
418

519
### Patch Changes

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.vj-usage",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"files": [
55
"index.d.ts",
66
"index.js"

model/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @platforma-open/milaboratories.vj-usage.model
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 5785e1b: Only offer single-cell chains that actually have columns. The chain selector was
8+
built from the receptor type alone, so on heavy-chain-only (VHH) single-cell input
9+
it still offered "Light" — picking it failed the workflow with `expected exactly 1
10+
V gene column for chain, got 0`. A new `availableScChains` model output reports the
11+
chains present for the selected dataset; the selector now lists only those (and is
12+
hidden when a single chain leaves nothing to choose).
13+
314
## 2.2.0
415

516
### Minor Changes

model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.vj-usage.model",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Block model",
55
"type": "module",
66
"main": "dist/index.cjs",

ui/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @platforma-open/milaboratories.vj-usage.ui
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- 5785e1b: Only offer single-cell chains that actually have columns. The chain selector was
8+
built from the receptor type alone, so on heavy-chain-only (VHH) single-cell input
9+
it still offered "Light" — picking it failed the workflow with `expected exactly 1
10+
V gene column for chain, got 0`. A new `availableScChains` model output reports the
11+
chains present for the selected dataset; the selector now lists only those (and is
12+
hidden when a single chain leaves nothing to choose).
13+
- Updated dependencies [5785e1b]
14+
- @platforma-open/milaboratories.vj-usage.model@2.2.1
15+
316
## 2.3.1
417

518
### Patch Changes

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.vj-usage.ui",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"type": "module",
55
"scripts": {
66
"build": "ts-builder build --target block-ui",

0 commit comments

Comments
 (0)