diff --git a/.changeset/calm-charts-layout.md b/.changeset/calm-charts-layout.md deleted file mode 100644 index 5c52387..0000000 --- a/.changeset/calm-charts-layout.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typeonce/effect-machine-devtools": patch ---- - -Keep the statechart available for machines that combine nested state updates with cross-hierarchy transitions. - -Self-transitions now use deterministic local routes, and layout retries with relaxed port constraints before reporting a failure. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 21dc6ad..4a8cfc1 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @typeonce/effect-machine-devtools +## 0.26.2 + +### Patch Changes + +- fe42ce0: Keep the statechart available for machines that combine nested state updates with cross-hierarchy transitions. + + Self-transitions now use deterministic local routes, and layout retries with relaxed port constraints before reporting a failure. + + - @typeonce/effect-machine@0.26.2 + ## 0.26.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index ace3d3c..68fad53 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-devtools", - "version": "0.26.1", + "version": "0.26.2", "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 ec8d6c5..28c2eb0 100644 --- a/packages/effect-machine/CHANGELOG.md +++ b/packages/effect-machine/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/effect-machine +## 0.26.2 + ## 0.26.1 ## 0.26.0 diff --git a/packages/effect-machine/package.json b/packages/effect-machine/package.json index ea8365f..a7af799 100644 --- a/packages/effect-machine/package.json +++ b/packages/effect-machine/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.26.1", + "version": "0.26.2", "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 b44c5f9..f3cced0 100644 --- a/packages/oxlint-plugin/CHANGELOG.md +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/oxlint-plugin-effect-machine +## 0.26.2 + ## 0.26.1 ### Patch Changes diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 74bfbd3..5bf1840 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.26.1", + "version": "0.26.2", "description": "Oxlint rules for Effect Machine models", "author": "Sandro Maglione", "repository": {