Skip to content

Commit d6eb9d8

Browse files
Auto-generated changes
1 parent bf92ece commit d6eb9d8

5 files changed

Lines changed: 24 additions & 12 deletions

File tree

.changeset/bump-graph-maker.md

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

block/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 970dad5: Fix stale graph data-mapping when switching datasets. graph-maker 1.1.222 gated
8+
its default re-resolution behind a `data-state-key` change, so switching the
9+
dataset left the previous dataset's columns in the chart as "Inconsistent value"
10+
with no graph. Bump graph-maker to 1.4.6 (same version other blocks on this SDK
11+
line use), which re-resolves defaults automatically when the pframe changes.
12+
- Updated dependencies [970dad5]
13+
- @platforma-open/milaboratories.vj-usage.ui@2.3.1
14+
315
## 2.2.0
416

517
### Minor 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.0",
3+
"version": "2.2.1",
44
"files": [
55
"index.d.ts",
66
"index.js"

ui/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- 970dad5: Fix stale graph data-mapping when switching datasets. graph-maker 1.1.222 gated
8+
its default re-resolution behind a `data-state-key` change, so switching the
9+
dataset left the previous dataset's columns in the chart as "Inconsistent value"
10+
with no graph. Bump graph-maker to 1.4.6 (same version other blocks on this SDK
11+
line use), which re-resolves defaults automatically when the pframe changes.
12+
313
## 2.3.0
414

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

0 commit comments

Comments
 (0)