Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .changeset/pretty-melons-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@platforma-open/milaboratories.graph-maker.model': patch
'@platforma-open/milaboratories.graph-maker.ui': patch
---

update dependencies

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changeset summary is a bit generic. For a more informative changelog, consider making it more descriptive. A message like the one suggested below would better reflect the scope of the changes.

Suggested change
update dependencies
chore: update graph-maker and platforma-sdk dependencies

2 changes: 1 addition & 1 deletion model/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const platforma = BlockModel.create('Heavy')
];
})

.output('pFrame', (ctx) => {
.outputWithStatus('pFrame', (ctx) => {
return createPFrameForGraphs(ctx);
})
.done(2);
Expand Down
Loading