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/calm-gifts-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@platforma-open/milaboratories.graph-maker': patch
'@platforma-open/milaboratories.graph-maker.ui': patch
Comment on lines +2 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Model Release Is Missing

The changeset omits the published @platforma-open/milaboratories.graph-maker.model package even though that package directly consumes the upgraded Graph Maker dependency. Changesets will not infer its release from an external catalog update. As a result, the block can bundle the newly built model while the standalone model package remains at its old version and dependency, leaving the published artifacts inconsistent.

Suggested change
'@platforma-open/milaboratories.graph-maker': patch
'@platforma-open/milaboratories.graph-maker.ui': patch
'@platforma-open/milaboratories.graph-maker': patch
'@platforma-open/milaboratories.graph-maker.model': patch
'@platforma-open/milaboratories.graph-maker.ui': patch

Knowledge Base Used: Build and release automation

Prompt To Fix With AI
This is a comment left during a code review.
Path: .changeset/calm-gifts-tap.md
Line: 2-3

Comment:
**Model Release Is Missing**

The changeset omits the published `@platforma-open/milaboratories.graph-maker.model` package even though that package directly consumes the upgraded Graph Maker dependency. Changesets will not infer its release from an external catalog update. As a result, the block can bundle the newly built model while the standalone model package remains at its old version and dependency, leaving the published artifacts inconsistent.

```suggestion
'@platforma-open/milaboratories.graph-maker': patch
'@platforma-open/milaboratories.graph-maker.model': patch
'@platforma-open/milaboratories.graph-maker.ui': patch
```

**Knowledge Base Used:** [Build and release automation](https://app.greptile.com/milaboratories/-/custom-context/knowledge-base/platforma-open/graph-maker/-/docs/build-and-release-automation.md)

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Claude Code

---

update graph-maker version
Loading
Loading