diff --git a/.changeset/calm-sites-dress.md b/.changeset/calm-sites-dress.md deleted file mode 100644 index 3af1fc5c8d9..00000000000 --- a/.changeset/calm-sites-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blockprotocol/graph": patch ---- - -update dependencies diff --git a/.changeset/funky-deserts-grin.md b/.changeset/funky-deserts-grin.md deleted file mode 100644 index ddc6ae5fcdb..00000000000 --- a/.changeset/funky-deserts-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add support for inhibitor arcs diff --git a/.changeset/heavy-terms-refuse.md b/.changeset/heavy-terms-refuse.md deleted file mode 100644 index 048a3a61c68..00000000000 --- a/.changeset/heavy-terms-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Let minZoom be dynamically based on the size of the net diff --git a/.changeset/hot-seals-chew.md b/.changeset/hot-seals-chew.md deleted file mode 100644 index 0765d0e8a62..00000000000 --- a/.changeset/hot-seals-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -recenter offscreen selected items when drawer is opened diff --git a/.changeset/nice-numbers-boil.md b/.changeset/nice-numbers-boil.md deleted file mode 100644 index e9e4cfb56b2..00000000000 --- a/.changeset/nice-numbers-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Improve text wrapping for long text in nodes diff --git a/.changeset/warm-scenarios-shine.md b/.changeset/warm-scenarios-shine.md deleted file mode 100644 index e340f625b9e..00000000000 --- a/.changeset/warm-scenarios-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add Scenarios: reusable simulation configurations with parameter overrides and initial state expressions diff --git a/libs/@blockprotocol/graph/CHANGELOG.md b/libs/@blockprotocol/graph/CHANGELOG.md index 037fa39268a..5907099871c 100644 --- a/libs/@blockprotocol/graph/CHANGELOG.md +++ b/libs/@blockprotocol/graph/CHANGELOG.md @@ -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 diff --git a/libs/@blockprotocol/graph/package.json b/libs/@blockprotocol/graph/package.json index f83cd144733..959e352002a 100644 --- a/libs/@blockprotocol/graph/package.json +++ b/libs/@blockprotocol/graph/package.json @@ -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", diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index b711ac5c3d2..41f47642a8f 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -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 diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 60f2200e64c..dee58f2e645 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -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": {