Skip to content

Commit 18c72d9

Browse files
Auto-generated changes
1 parent a6d206b commit 18c72d9

9 files changed

Lines changed: 68 additions & 19 deletions

File tree

.changeset/structurer-v3-migration.md

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

block/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 135171f: Migrate onto the block-tools structurer (full SDK upgrade: model/ui-vue 1.79.14,
8+
workflow-tengo 6.6.3, tengo-builder 4.0.8) and BlockModelV3.
9+
10+
Persisted state is preserved via the legacy upgrader. UI bindings move to
11+
`app.model.data`. The three plot view states, `weightedFlag`, and the derived
12+
block label are now UI-only and no longer stale the block; only the dataset,
13+
allele/gene toggle, single-cell chain, and custom block label do. Graphs remain
14+
the standard `<GraphMaker>` component.
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [135171f]
19+
- @platforma-open/milaboratories.vj-usage.model@2.2.0
20+
- @platforma-open/milaboratories.vj-usage.ui@2.3.0
21+
- @platforma-open/milaboratories.vj-usage.workflow@2.4.5
22+
323
## 2.1.19
424

525
### 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.1.19",
3+
"version": "2.2.0",
44
"files": [
55
"index.d.ts",
66
"index.js"

model/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.model
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 135171f: Migrate onto the block-tools structurer (full SDK upgrade: model/ui-vue 1.79.14,
8+
workflow-tengo 6.6.3, tengo-builder 4.0.8) and BlockModelV3.
9+
10+
Persisted state is preserved via the legacy upgrader. UI bindings move to
11+
`app.model.data`. The three plot view states, `weightedFlag`, and the derived
12+
block label are now UI-only and no longer stale the block; only the dataset,
13+
allele/gene toggle, single-cell chain, and custom block label do. Graphs remain
14+
the standard `<GraphMaker>` component.
15+
316
## 2.1.7
417

518
### Patch 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.1.7",
3+
"version": "2.2.0",
44
"description": "Block model",
55
"type": "module",
66
"main": "dist/index.cjs",

ui/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 135171f: Migrate onto the block-tools structurer (full SDK upgrade: model/ui-vue 1.79.14,
8+
workflow-tengo 6.6.3, tengo-builder 4.0.8) and BlockModelV3.
9+
10+
Persisted state is preserved via the legacy upgrader. UI bindings move to
11+
`app.model.data`. The three plot view states, `weightedFlag`, and the derived
12+
block label are now UI-only and no longer stale the block; only the dataset,
13+
allele/gene toggle, single-cell chain, and custom block label do. Graphs remain
14+
the standard `<GraphMaker>` component.
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [135171f]
19+
- @platforma-open/milaboratories.vj-usage.model@2.2.0
20+
321
## 2.2.1
422

523
### 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.2.1",
3+
"version": "2.3.0",
44
"type": "module",
55
"scripts": {
66
"build": "ts-builder build --target block-ui",

workflow/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.workflow
22

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- 135171f: Migrate onto the block-tools structurer (full SDK upgrade: model/ui-vue 1.79.14,
8+
workflow-tengo 6.6.3, tengo-builder 4.0.8) and BlockModelV3.
9+
10+
Persisted state is preserved via the legacy upgrader. UI bindings move to
11+
`app.model.data`. The three plot view states, `weightedFlag`, and the derived
12+
block label are now UI-only and no longer stale the block; only the dataset,
13+
allele/gene toggle, single-cell chain, and custom block label do. Graphs remain
14+
the standard `<GraphMaker>` component.
15+
316
## 2.4.4
417

518
### Patch Changes

workflow/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.workflow",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "Tengo-based template",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)