Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/new-coins-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-ravens-lint.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/lint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sideffect/lint

## 0.3.0

### Minor Changes

- 6a48a62: Add ESLint and Oxlint rules for Cloudflare Workflows and Sideffect workflow syntax.
2 changes: 1 addition & 1 deletion packages/lint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/sideffect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/sideffect/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading