Skip to content

Version Packages - #9334

Merged
CiaranMn merged 1 commit into
mainfrom
changeset-release/main
Aug 26, 2026
Merged

Version Packages#9334
CiaranMn merged 1 commit into
mainfrom
changeset-release/main

Conversation

@hash-release

@hash-release hash-release Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

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/ds-components@0.3.1

Patch Changes

  • Updated dependencies:
    • @hashintel/ds-helpers@0.2.2

@hashintel/ds-helpers@0.2.2

Patch Changes

  • Ship the generated styled-system files in the package tarball. (@CiaranMn, #9328)

@hashintel/petrinaut@0.0.19

Patch Changes

  • Updated dependencies:
    • @hashintel/ds-helpers@0.2.2
    • @hashintel/petrinaut-core@0.0.4
    • @hashintel/ds-components@0.3.1

@hashintel/petrinaut-core@0.0.4

Patch Changes

  • Fix stochastic transition firing statistics: fire with the memoryless per-frame probability 1 - e^(-rate * dt), advance the RNG state on every evaluation instead of discarding non-firing draws, and compute the seeded LCG with exact integer arithmetic. Firing counts now match Poisson expectations. Identical seeds produce different sequences than earlier releases. (@kube, #9329)

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hash Ready Ready Preview Aug 26, 2026 8:32am
hashdotdesign-tokens Ready Ready Preview Aug 26, 2026 8:32am
petrinaut Ready Ready Preview Aug 26, 2026 8:32am
petrinaut-docs Ready Ready Preview Aug 26, 2026 8:32am

Request Review

@cursor

cursor Bot commented Aug 25, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Publishing petrinaut-core changes simulation RNG behavior and breaks seed reproducibility vs prior versions; ds-helpers packaging affects downstream installs but is low-risk.

Overview
Changesets release PR that bumps npm versions and changelogs after consuming pending changesets (the .changeset/*.md entries are removed). No application source changes in this diff—merge triggers publish of already-merged fixes.

@hashintel/ds-helpers@0.2.2 documents shipping generated styled-system in the published tarball so consumers get Panda CSS outputs without a local codegen step.

@hashintel/petrinaut-core@0.0.4 documents corrected stochastic transition firing: per-frame probability 1 - e^(-rate * dt), RNG advanced on every evaluation, and exact-integer seeded LCG—firing counts align with Poisson expectations; same seed ≠ same sequence as older releases.

@hashintel/ds-components@0.3.1 and @hashintel/petrinaut@0.0.19 are patch releases that only pick up the dependency updates above.

Reviewed by Cursor Bugbot for commit e3bb53a. Bugbot is set up for automated code reviews on this repo. Configure here.

@CiaranMn
CiaranMn enabled auto-merge August 26, 2026 08:38
@CiaranMn
CiaranMn added this pull request to the merge queue Aug 26, 2026
Merged via the queue into main with commit 4b5c087 Aug 26, 2026
88 of 114 checks passed
@CiaranMn
CiaranMn deleted the changeset-release/main branch August 26, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/apps > hash.design Affects the `hash.design` design site (app) area/infra Relates to version control, CI, CD or IaC (area) area/libs Relates to first-party libraries/crates/packages (area) type/eng > frontend Owned by the @frontend team

Development

Successfully merging this pull request may close these issues.

1 participant