From a937c784aae0e3fe8ebc2d33eb3d6f70810ebea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:35:51 +0000 Subject: [PATCH] Version packages --- .changeset/new-coins-chew.md | 7 ------- .changeset/soft-ravens-lint.md | 5 ----- packages/lint-plugin/CHANGELOG.md | 7 +++++++ packages/lint-plugin/package.json | 2 +- packages/sideffect/CHANGELOG.md | 9 +++++++++ packages/sideffect/package.json | 2 +- 6 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 .changeset/new-coins-chew.md delete mode 100644 .changeset/soft-ravens-lint.md create mode 100644 packages/lint-plugin/CHANGELOG.md create mode 100644 packages/sideffect/CHANGELOG.md diff --git a/.changeset/new-coins-chew.md b/.changeset/new-coins-chew.md deleted file mode 100644 index 1bf4723..0000000 --- a/.changeset/new-coins-chew.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"sideffect": patch ---- - -- Replace TypeScript-based workflow discovery with the bundled `oxc-parser` runtime dependency. -- Select Oxc raw-transfer mode once per discovery run when the current runtime supports it. -- Keep workflow read, parse, and resolution failures typed until the Vite boundary. diff --git a/.changeset/soft-ravens-lint.md b/.changeset/soft-ravens-lint.md deleted file mode 100644 index 97e6ada..0000000 --- a/.changeset/soft-ravens-lint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sideffect/lint": minor ---- - -Add ESLint and Oxlint rules for Cloudflare Workflows and Sideffect workflow syntax. diff --git a/packages/lint-plugin/CHANGELOG.md b/packages/lint-plugin/CHANGELOG.md new file mode 100644 index 0000000..18e4ea1 --- /dev/null +++ b/packages/lint-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @sideffect/lint + +## 0.3.0 + +### Minor Changes + +- 6a48a62: Add ESLint and Oxlint rules for Cloudflare Workflows and Sideffect workflow syntax. diff --git a/packages/lint-plugin/package.json b/packages/lint-plugin/package.json index 91a1115..b4b0f77 100644 --- a/packages/lint-plugin/package.json +++ b/packages/lint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sideffect/lint", - "version": "0.2.1", + "version": "0.3.0", "description": "ESLint and Oxlint rules for Sideffect and Cloudflare Workflows.", "keywords": [ "cloudflare-workers", diff --git a/packages/sideffect/CHANGELOG.md b/packages/sideffect/CHANGELOG.md new file mode 100644 index 0000000..9c56273 --- /dev/null +++ b/packages/sideffect/CHANGELOG.md @@ -0,0 +1,9 @@ +# sideffect + +## 0.3.0 + +### Patch Changes + +- c94f38c: - Replace TypeScript-based workflow discovery with the bundled `oxc-parser` runtime dependency. + - Select Oxc raw-transfer mode once per discovery run when the current runtime supports it. + - Keep workflow read, parse, and resolution failures typed until the Vite boundary. diff --git a/packages/sideffect/package.json b/packages/sideffect/package.json index dc571d3..1d4841b 100644 --- a/packages/sideffect/package.json +++ b/packages/sideffect/package.json @@ -1,6 +1,6 @@ { "name": "sideffect", - "version": "0.2.1", + "version": "0.3.0", "description": "Build Cloudflare Workflows from reusable typed steps, with Vite-generated workflow config.", "homepage": "https://github.com/eersnington/sideffect#readme", "bugs": {