From 26de54013c8f92da99667b627c87e3576410bd81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:22:08 +0000 Subject: [PATCH] Version Packages --- .changeset/smooth-melons-load.md | 7 ------- packages/devtools/CHANGELOG.md | 6 ++++++ packages/devtools/package.json | 2 +- packages/effect-machine/CHANGELOG.md | 2 ++ packages/effect-machine/package.json | 2 +- packages/oxlint-plugin/CHANGELOG.md | 8 ++++++++ packages/oxlint-plugin/package.json | 2 +- 7 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 .changeset/smooth-melons-load.md diff --git a/.changeset/smooth-melons-load.md b/.changeset/smooth-melons-load.md deleted file mode 100644 index aa98675..0000000 --- a/.changeset/smooth-melons-load.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typeonce/oxlint-plugin-effect-machine": patch ---- - -Fix the published plugin entrypoints so Oxlint loads built JavaScript instead of TypeScript source under `node_modules`. - -Upgrade from `0.26.0` without changing the Oxlint configuration. Both the package root and the recommended configuration now resolve to built files. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 842090c..21dc6ad 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @typeonce/effect-machine-devtools +## 0.26.1 + +### Patch Changes + +- @typeonce/effect-machine@0.26.1 + ## 0.26.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index a39e2c4..f8fcb0c 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine-devtools", - "version": "0.26.0", + "version": "0.26.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 da0e183..ec8d6c5 100644 --- a/packages/effect-machine/CHANGELOG.md +++ b/packages/effect-machine/CHANGELOG.md @@ -1,5 +1,7 @@ # @typeonce/effect-machine +## 0.26.1 + ## 0.26.0 ### Minor Changes diff --git a/packages/effect-machine/package.json b/packages/effect-machine/package.json index 16b661c..ea8365f 100644 --- a/packages/effect-machine/package.json +++ b/packages/effect-machine/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.26.0", + "version": "0.26.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 6c2fa29..b44c5f9 100644 --- a/packages/oxlint-plugin/CHANGELOG.md +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @typeonce/oxlint-plugin-effect-machine +## 0.26.1 + +### Patch Changes + +- 99c237b: Fix the published plugin entrypoints so Oxlint loads built JavaScript instead of TypeScript source under `node_modules`. + + Upgrade from `0.26.0` without changing the Oxlint configuration. Both the package root and the recommended configuration now resolve to built files. + ## 0.26.0 ### Minor Changes diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 51bd853..74bfbd3 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.0", + "version": "0.26.1", "description": "Oxlint rules for Effect Machine models", "author": "Sandro Maglione", "repository": {