diff --git a/.changeset/tidy-choices-decode.md b/.changeset/tidy-choices-decode.md deleted file mode 100644 index 0cb6730..0000000 --- a/.changeset/tidy-choices-decode.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typeonce/effect-machine": patch ---- - -Fix initial choice resolvers so schema-backed `containingState` and `ancestors` are decoded before the choice runs. - -This makes `.from(...)` state construction behave the same for transient initial choices as it does for ordinary active-state entry. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 6ad8c6a..df4beb3 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @typeonce/effect-machine-devtools +## 0.31.2 + +### Patch Changes + +- Updated dependencies [65e4722] + - @typeonce/effect-machine@0.31.2 + ## 0.31.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2dddce6..a6ced67 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-devtools", - "version": "0.31.1", + "version": "0.31.2", "description": "Local development tools for Effect Machine", "author": "Sandro Maglione", "repository": { diff --git a/packages/effect-machine-react/CHANGELOG.md b/packages/effect-machine-react/CHANGELOG.md index 7ce0aa4..395d601 100644 --- a/packages/effect-machine-react/CHANGELOG.md +++ b/packages/effect-machine-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @typeonce/effect-machine-react +## 0.31.2 + +### Patch Changes + +- Updated dependencies [65e4722] + - @typeonce/effect-machine@0.31.2 + ## 0.31.1 ### Patch Changes diff --git a/packages/effect-machine-react/package.json b/packages/effect-machine-react/package.json index 6a06281..02c4852 100644 --- a/packages/effect-machine-react/package.json +++ b/packages/effect-machine-react/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-react", - "version": "0.31.1", + "version": "0.31.2", "description": "React ownership hooks for Effect Machine atoms", "author": "Sandro Maglione", "repository": { diff --git a/packages/effect-machine/CHANGELOG.md b/packages/effect-machine/CHANGELOG.md index eaf24df..541cfc6 100644 --- a/packages/effect-machine/CHANGELOG.md +++ b/packages/effect-machine/CHANGELOG.md @@ -1,5 +1,13 @@ # @typeonce/effect-machine +## 0.31.2 + +### Patch Changes + +- 65e4722: Fix initial choice resolvers so schema-backed `containingState` and `ancestors` are decoded before the choice runs. + + This makes `.from(...)` state construction behave the same for transient initial choices as it does for ordinary active-state entry. + ## 0.31.1 ## 0.31.0 diff --git a/packages/effect-machine/package.json b/packages/effect-machine/package.json index 7ed7132..6b660d3 100644 --- a/packages/effect-machine/package.json +++ b/packages/effect-machine/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.31.1", + "version": "0.31.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 7435a09..baa8f78 100644 --- a/packages/oxlint-plugin/CHANGELOG.md +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/oxlint-plugin-effect-machine +## 0.31.2 + ## 0.31.1 ## 0.31.0 diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 1cf586c..85597e1 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.31.1", + "version": "0.31.2", "description": "Oxlint rules for Effect Machine models", "author": "Sandro Maglione", "repository": {