Skip to content

Conversation

@hashdotai
Copy link
Member

@hashdotai hashdotai commented Jan 14, 2026

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

@blockprotocol/graph@0.4.0

Minor Changes

  • #8083 469eb01 Thanks @CiaranMn! - major overhaul that removes temporal/non-temporal split (all now temporal) and implements latest type system

Patch Changes

  • Updated dependencies [f7a47f1]:
    • @blockprotocol/type-system@0.2.0

@blockprotocol/type-system@0.2.0

Minor Changes

@hashintel/block-design-system@0.0.6

Patch Changes

  • Updated dependencies [f7a47f1, f7a47f1, f7a47f1, 469eb01]:
    • @blockprotocol/type-system@0.2.0
    • @hashintel/design-system@0.0.9
    • @blockprotocol/graph@0.4.0

@hashintel/design-system@0.0.9

Patch Changes

@hashintel/ds-components@0.0.2

Patch Changes

  • #8137 658b9a4 Thanks @kube! - Use @hashintel/refractive

  • Updated dependencies [658b9a4]:

    • @hashintel/refractive@0.0.1
    • @hashintel/ds-helpers@0.0.2

@hashintel/ds-theme@0.0.1

Patch Changes

@hashintel/petrinaut@0.0.6

Patch Changes

  • #8194 d28482a Thanks @kube! - Unify Vite config and update styles configuration

  • #8171 bc9456d Thanks @kube! - Add Diagnostics Panel using TypeScript Language Service.

  • #8211 23e295b Thanks @kube! - Add Simulation Timeline Visualizer

  • #8143 0c8a82f Thanks @kube! - Add Menu option to Export without Visual Information

  • #8262 4ac5c57 Thanks @kube! - Better animation of Transitions and flow inside Arcs

  • #8083 469eb01 Thanks @CiaranMn! - implement SDCPN features, update UI

  • #8195 da0c7b9 Thanks @kube! - Quick Simulation in Edit mode, and disable Simulate tab for now.

  • Updated dependencies [658b9a4, 658b9a4]:

    • @hashintel/refractive@0.0.1
    • @hashintel/ds-components@0.0.2
    • @hashintel/ds-helpers@0.0.2

@hashintel/query-editor@0.0.4

Patch Changes

  • Updated dependencies [f7a47f1, f7a47f1, f7a47f1, 469eb01]:
    • @blockprotocol/type-system@0.2.0
    • @hashintel/design-system@0.0.9
    • @blockprotocol/graph@0.4.0

@hashintel/refractive@0.0.1

Patch Changes

@hashintel/type-editor@0.0.26

Patch Changes

  • Updated dependencies [f7a47f1, f7a47f1, f7a47f1, 469eb01]:
    • @blockprotocol/type-system@0.2.0
    • @hashintel/design-system@0.0.9
    • @blockprotocol/graph@0.4.0

@hashintel/ds-helpers@0.0.2

@vercel
Copy link

vercel bot commented Jan 14, 2026

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

Project Deployment Review Updated (UTC)
hashdotdesign Ready Ready Preview, Comment Jan 26, 2026 1:06pm
hashdotdesign-tokens Ready Ready Preview, Comment Jan 26, 2026 1:06pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
ds-theme Ignored Ignored Preview Jan 26, 2026 1:06pm

@cursor
Copy link

cursor bot commented Jan 14, 2026

PR Summary

Releases

  • Promote @blockprotocol/graph@0.4.0 (temporal model unification, latest type system) and @blockprotocol/type-system@0.2.0 (new metadata, data type inheritance)
  • Update all apps/libs to these stable versions; refresh yarn.lock

Design System & UI packages

  • Add @hashintel/refractive@0.0.1 and @hashintel/ds-theme@0.0.1; update @hashintel/ds-components@0.0.2 and @hashintel/block-design-system@0.0.6
  • Bump @hashintel/design-system@0.0.9, @hashintel/query-editor@0.0.4, @hashintel/type-editor@0.0.26

Petrinaut 0.0.6

  • Unifies Vite config; adds Diagnostics Panel, Simulation Timeline, export without visuals, improved transition animations, SDCPN features, quick simulation in edit mode

All changes are dependency/version updates and changelogs; no application logic changes included.

Written by Cursor Bugbot for commit d4b848a. This will update automatically on new commits. Configure here.

@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/apps > hash* Affects HASH (a `hash-*` app) area/infra Relates to version control, CI, CD or IaC (area) area/apps > hash-api Affects the HASH API (app) area/libs Relates to first-party libraries/crates/packages (area) type/eng > frontend Owned by the @frontend team type/eng > backend Owned by the @backend team area/tests New or updated tests area/tests > integration New or updated integration tests area/tests > playwright New or updated Playwright tests area/apps area/apps > hash.design Affects the `hash.design` design site (app) labels Jan 14, 2026
@augmentcode
Copy link

augmentcode bot commented Jan 14, 2026

🤖 Augment PR Summary

Summary: Changesets-driven release PR that promotes Block Protocol and HASH UI packages from canary/placeholder versions to published releases, and records the release notes in package changelogs.

Changes:

  • Promotes @blockprotocol/graph to 0.4.0 and @blockprotocol/type-system to 0.2.0 across apps, libs, and tests.
  • Bumps HASH design-system family packages and consumers to released versions (e.g. @hashintel/design-system@0.0.9, @hashintel/block-design-system@0.0.6).
  • Publishes first non-placeholder versions for new DS packages (@hashintel/ds-theme@0.0.1, @hashintel/refractive@0.0.1) and updates dependents accordingly.
  • Creates/updates per-package CHANGELOG.md files to include the release notes for these versions.
  • Removes consumed Changeset markdown entries under .changeset/ as part of the release automation.

Technical Notes: This is an automated release alignment; the primary functional impact is dependency/version resolution and updated package metadata rather than behavioral code changes.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@CiaranMn
Copy link
Member

CiaranMn commented Jan 15, 2026

Blocked on #8261

@CiaranMn
Copy link
Member

Can be merged once rebased with #8324 in

@CiaranMn CiaranMn marked this pull request as ready for review January 26, 2026 13:11
@CiaranMn CiaranMn enabled auto-merge January 26, 2026 13:12
Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@CiaranMn CiaranMn added this pull request to the merge queue Jan 26, 2026
Merged via the queue into main with commit 5be23d8 Jan 26, 2026
80 of 81 checks passed
@CiaranMn CiaranMn deleted the changeset-release/main branch January 26, 2026 13:31
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/apps > hash* Affects HASH (a `hash-*` app) area/apps > hash-api Affects the HASH API (app) area/apps area/deps Relates to third-party dependencies (area) area/infra Relates to version control, CI, CD or IaC (area) area/libs Relates to first-party libraries/crates/packages (area) area/tests > integration New or updated integration tests area/tests > playwright New or updated Playwright tests area/tests New or updated tests type/eng > backend Owned by the @backend team type/eng > frontend Owned by the @frontend team

Development

Successfully merging this pull request may close these issues.

3 participants