Version Packages#8867
Conversation
PR SummaryLow Risk Overview @hashintel/ds-components@0.2.3 (patch): changelog entries for new icons, Menu, and Select components. @hashintel/petrinaut-core@0.1.0 (minor): Actual mode (live event stream, timeline, export helpers, series selector); patch notes for SDCPN handle capabilities and read input arcs across parsing/simulation/AI. @hashintel/petrinaut@0.1.0 (minor): same Actual mode release; patches for inhibitor arc styling, SDCPN handle capabilities, and editor read arc support; dependency pins updated to Merging is intended to trigger npm publish for these versions. Reviewed by Cursor Bugbot for commit 8019b9c. Bugbot is set up for automated code reviews on this repo. Configure here. |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hashintel/petrinaut@0.1.0
Minor Changes
4820e48Thanks @kube! - Add Actual mode: a read-only live-execution view fed by a host-provided event stream, with an Actual timeline and Events tab, recording export helpers, and a redesigned timeline series selector.Patch Changes
#8846
706981fThanks @CiaranMn! - Update inhibitor arc styling#8763
faddfadThanks @kube! - Add handle capabilities for disabling SDCPN extensions and global parameters.#8774
f2d9df1Thanks @kube! - Add editor support for read input arcs, including arc controls and distinct canvas rendering.Updated dependencies [
8494d8a,d0af60d,4820e48,faddfad,f2d9df1,0aadff3]:@hashintel/petrinaut-core@0.1.0
Minor Changes
4820e48Thanks @kube! - Add Actual mode: a read-only live-execution view fed by a host-provided event stream, with an Actual timeline and Events tab, recording export helpers, and a redesigned timeline series selector.Patch Changes
#8763
faddfadThanks @kube! - Add handle capabilities for disabling SDCPN extensions and global parameters.#8774
f2d9df1Thanks @kube! - Support read input arcs across SDCPN parsing, simulation, AI arc creation, and typed code inputs.@hashintel/ds-components@0.2.3
Patch Changes
#8865
8494d8aThanks @CiaranMn! - New icons: trend arrows, file lines, grid, print, puzzle piece, truck#8833
d0af60dThanks @alex-e-leon! - Add Menu component to ds#8842
0aadff3Thanks @alex-e-leon! - Added Select component