diff --git a/.changeset/clear-charts-signal.md b/.changeset/clear-charts-signal.md deleted file mode 100644 index 022ad45b..00000000 --- a/.changeset/clear-charts-signal.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typeonce/effect-machine-devtools": patch ---- - -Make statecharts easier to scan with compact graphical badges for automatic transitions, invocation outcomes, stream updates, snapshots, choices, and branch groups. - -Failure transitions now use a distinct red treatment, while state cards, activity colors, and transition labels use a colorblind-friendly palette with stronger foreground contrast. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 25bcba2d..6ad8c6a3 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @typeonce/effect-machine-devtools +## 0.31.1 + +### Patch Changes + +- a822392: Make statecharts easier to scan with compact graphical badges for automatic transitions, invocation outcomes, stream updates, snapshots, choices, and branch groups. + + Failure transitions now use a distinct red treatment, while state cards, activity colors, and transition labels use a colorblind-friendly palette with stronger foreground contrast. + + - @typeonce/effect-machine@0.31.1 + ## 0.31.0 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index b8e32fdf..2dddce63 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-devtools", - "version": "0.31.0", + "version": "0.31.1", "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 7872ed8f..7ce0aa46 100644 --- a/packages/effect-machine-react/CHANGELOG.md +++ b/packages/effect-machine-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @typeonce/effect-machine-react +## 0.31.1 + +### Patch Changes + +- @typeonce/effect-machine@0.31.1 + ## 0.31.0 ### Patch Changes diff --git a/packages/effect-machine-react/package.json b/packages/effect-machine-react/package.json index 895c915b..6a062819 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.0", + "version": "0.31.1", "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 ca41bc39..eaf24dfb 100644 --- a/packages/effect-machine/CHANGELOG.md +++ b/packages/effect-machine/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/effect-machine +## 0.31.1 + ## 0.31.0 ### Minor Changes diff --git a/packages/effect-machine/package.json b/packages/effect-machine/package.json index 73d5d22e..7ed7132e 100644 --- a/packages/effect-machine/package.json +++ b/packages/effect-machine/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.31.0", + "version": "0.31.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 23b039b9..7435a09f 100644 --- a/packages/oxlint-plugin/CHANGELOG.md +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/oxlint-plugin-effect-machine +## 0.31.1 + ## 0.31.0 ## 0.30.0 diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 2fe53371..1cf586cb 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.0", + "version": "0.31.1", "description": "Oxlint rules for Effect Machine models", "author": "Sandro Maglione", "repository": {