Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/calm-sites-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funky-deserts-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-terms-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-seals-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-numbers-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-scenarios-shine.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/@blockprotocol/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockprotocol/graph

## 0.4.2

### Patch Changes

- [#8568](https://github.com/hashintel/hash/pull/8568) [`1e22831`](https://github.com/hashintel/hash/commit/1e228319eaa9770831a21482846e10b5f76f6b8e) Thanks [@hash-worker](https://github.com/apps/hash-worker)! - update dependencies

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockprotocol/graph",
"version": "0.4.1",
"version": "0.4.2",
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications",
"keywords": [
"blockprotocol",
Expand Down
14 changes: 14 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hashintel/petrinaut

## 0.0.13

### Patch Changes

- [#8618](https://github.com/hashintel/hash/pull/8618) [`dae70b5`](https://github.com/hashintel/hash/commit/dae70b532abfc74158e6452f3e739f1baf8140f0) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Add support for inhibitor arcs

- [#8611](https://github.com/hashintel/hash/pull/8611) [`21327f5`](https://github.com/hashintel/hash/commit/21327f52ad732b3e348b5e7421f6ed514295d417) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Let minZoom be dynamically based on the size of the net

- [#8637](https://github.com/hashintel/hash/pull/8637) [`e02b330`](https://github.com/hashintel/hash/commit/e02b33016bf187ac1838827e477e68cea9d7922c) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - recenter offscreen selected items when drawer is opened

- [#8623](https://github.com/hashintel/hash/pull/8623) [`ae168f5`](https://github.com/hashintel/hash/commit/ae168f540900a5fa938c557e82b6aa3f80d6fef0) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Improve text wrapping for long text in nodes

- [#8609](https://github.com/hashintel/hash/pull/8609) [`b12a1d2`](https://github.com/hashintel/hash/commit/b12a1d2e9cdeff8d20c8472b3cafa83fca5070ea) Thanks [@kube](https://github.com/kube)! - Add Scenarios: reusable simulation configurations with parameter overrides and initial state expressions

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/petrinaut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashintel/petrinaut",
"version": "0.0.12",
"version": "0.0.13",
"description": "A visual editor for Petri nets",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
Loading