From f50a09583457dab07b7ae3f4a8b31b6bd224c1e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:08:27 +0000 Subject: [PATCH] Version Packages --- .changeset/clear-hierarchy-routes.md | 7 ------- packages/devtools/CHANGELOG.md | 10 ++++++++++ packages/devtools/package.json | 2 +- packages/effect-machine/CHANGELOG.md | 2 ++ packages/effect-machine/package.json | 2 +- packages/oxlint-plugin/CHANGELOG.md | 2 ++ packages/oxlint-plugin/package.json | 2 +- 7 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 .changeset/clear-hierarchy-routes.md diff --git a/.changeset/clear-hierarchy-routes.md b/.changeset/clear-hierarchy-routes.md deleted file mode 100644 index 281fde3..0000000 --- a/.changeset/clear-hierarchy-routes.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typeonce/effect-machine-devtools": patch ---- - -Lay out every transition through one obstacle-aware chart pipeline, including self-transitions, targetless updates, and transitions between compound states and their children. - -Validate node, label, containment, self-loop clearance, and route-clearance invariants before rendering. The visualizer retries deterministic, progressively more spacious layouts and reports a diagnostic error instead of displaying geometry that violates those constraints. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index ee4ad42..a6b2620 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @typeonce/effect-machine-devtools +## 0.27.1 + +### Patch Changes + +- d0d17ee: Lay out every transition through one obstacle-aware chart pipeline, including self-transitions, targetless updates, and transitions between compound states and their children. + + Validate node, label, containment, self-loop clearance, and route-clearance invariants before rendering. The visualizer retries deterministic, progressively more spacious layouts and reports a diagnostic error instead of displaying geometry that violates those constraints. + + - @typeonce/effect-machine@0.27.1 + ## 0.27.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 12eb17e..bd1d9d5 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-devtools", - "version": "0.27.0", + "version": "0.27.1", "description": "Local development tools for Effect Machine", "author": "Sandro Maglione", "repository": { diff --git a/packages/effect-machine/CHANGELOG.md b/packages/effect-machine/CHANGELOG.md index 23886f3..6a760aa 100644 --- a/packages/effect-machine/CHANGELOG.md +++ b/packages/effect-machine/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/effect-machine +## 0.27.1 + ## 0.27.0 ## 0.26.2 diff --git a/packages/effect-machine/package.json b/packages/effect-machine/package.json index d76a838..01e3ad1 100644 --- a/packages/effect-machine/package.json +++ b/packages/effect-machine/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.27.0", + "version": "0.27.1", "description": "Schema-first state machines and statecharts for Effect", "author": "Sandro Maglione", "repository": { diff --git a/packages/oxlint-plugin/CHANGELOG.md b/packages/oxlint-plugin/CHANGELOG.md index 29b6d0f..4b37031 100644 --- a/packages/oxlint-plugin/CHANGELOG.md +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/oxlint-plugin-effect-machine +## 0.27.1 + ## 0.27.0 ### Minor Changes diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index c26931a..73c7603 100644 --- a/packages/oxlint-plugin/package.json +++ b/packages/oxlint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/oxlint-plugin-effect-machine", - "version": "0.27.0", + "version": "0.27.1", "description": "Oxlint rules for Effect Machine models", "author": "Sandro Maglione", "repository": {