diff --git a/.changeset/clear-charts-signal.md b/.changeset/clear-charts-signal.md deleted file mode 100644 index 022ad45..0000000 --- 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 25bcba2..6ad8c6a 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 b8e32fd..2dddce6 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 7872ed8..7ce0aa4 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 895c915..6a06281 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 ca41bc3..eaf24df 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 73d5d22..7ed7132 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 23b039b..7435a09 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 2fe5337..1cf586c 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": {