From 41a88262a00648344b26abe228dbf5cc8709bea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:41:22 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-flows-index-comment.md | 5 ----- .changeset/portable-edge-worker-npm.md | 9 --------- pkgs/cli/CHANGELOG.md | 12 ++++++++++++ pkgs/cli/package.json | 2 +- pkgs/client/CHANGELOG.md | 12 ++++++++++++ pkgs/client/package.json | 2 +- pkgs/core/CHANGELOG.md | 11 +++++++++++ pkgs/core/package.json | 2 +- pkgs/dsl/CHANGELOG.md | 6 ++++++ pkgs/dsl/package.json | 2 +- pkgs/edge-worker/CHANGELOG.md | 12 ++++++++++++ pkgs/edge-worker/jsr.json | 6 +++--- pkgs/edge-worker/package.json | 2 +- 13 files changed, 61 insertions(+), 22 deletions(-) delete mode 100644 .changeset/fix-flows-index-comment.md delete mode 100644 .changeset/portable-edge-worker-npm.md diff --git a/.changeset/fix-flows-index-comment.md b/.changeset/fix-flows-index-comment.md deleted file mode 100644 index 817eb7e4c..000000000 --- a/.changeset/fix-flows-index-comment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pgflow": patch ---- - -Fix freshly installed projects failing to start: the generated `supabase/flows/index.ts` contained a commented-out example import that the Supabase CLI's text-based import scanner treats as a real import, aborting `supabase start` with `failed to read file: supabase/flows/my-flow.ts`. diff --git a/.changeset/portable-edge-worker-npm.md b/.changeset/portable-edge-worker-npm.md deleted file mode 100644 index c5cb1e68f..000000000 --- a/.changeset/portable-edge-worker-npm.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@pgflow/core": minor -"@pgflow/dsl": minor -"@pgflow/client": minor -"@pgflow/edge-worker": minor -"pgflow": minor ---- - -Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. diff --git a/pkgs/cli/CHANGELOG.md b/pkgs/cli/CHANGELOG.md index 85ddfd68c..b27467783 100644 --- a/pkgs/cli/CHANGELOG.md +++ b/pkgs/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # pgflow +## 0.15.0 + +### Minor Changes + +- 9a9022e: Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. + +### Patch Changes + +- c6d9573: Fix freshly installed projects failing to start: the generated `supabase/flows/index.ts` contained a commented-out example import that the Supabase CLI's text-based import scanner treats as a real import, aborting `supabase start` with `failed to read file: supabase/flows/my-flow.ts`. +- Updated dependencies [9a9022e] + - @pgflow/core@0.15.0 + ## 0.14.2 ### Patch Changes diff --git a/pkgs/cli/package.json b/pkgs/cli/package.json index d3bb2df26..374fcafac 100644 --- a/pkgs/cli/package.json +++ b/pkgs/cli/package.json @@ -1,6 +1,6 @@ { "name": "pgflow", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/pkgs/client/CHANGELOG.md b/pkgs/client/CHANGELOG.md index d259e5b10..61957159e 100644 --- a/pkgs/client/CHANGELOG.md +++ b/pkgs/client/CHANGELOG.md @@ -1,5 +1,17 @@ # @pgflow/client +## 0.15.0 + +### Minor Changes + +- 9a9022e: Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. + +### Patch Changes + +- Updated dependencies [9a9022e] + - @pgflow/core@0.15.0 + - @pgflow/dsl@0.15.0 + ## 0.14.2 ### Patch Changes diff --git a/pkgs/client/package.json b/pkgs/client/package.json index 43939c0c0..8b3f236ef 100644 --- a/pkgs/client/package.json +++ b/pkgs/client/package.json @@ -1,6 +1,6 @@ { "name": "@pgflow/client", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/pkgs/core/CHANGELOG.md b/pkgs/core/CHANGELOG.md index 7fa6856f7..da75f642b 100644 --- a/pkgs/core/CHANGELOG.md +++ b/pkgs/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @pgflow/core +## 0.15.0 + +### Minor Changes + +- 9a9022e: Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. + +### Patch Changes + +- Updated dependencies [9a9022e] + - @pgflow/dsl@0.15.0 + ## 0.14.2 ### Patch Changes diff --git a/pkgs/core/package.json b/pkgs/core/package.json index 7753f015d..b0ca4d68f 100644 --- a/pkgs/core/package.json +++ b/pkgs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pgflow/core", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/pkgs/dsl/CHANGELOG.md b/pkgs/dsl/CHANGELOG.md index 74c965c0c..16ca841b6 100644 --- a/pkgs/dsl/CHANGELOG.md +++ b/pkgs/dsl/CHANGELOG.md @@ -1,5 +1,11 @@ # @pgflow/dsl +## 0.15.0 + +### Minor Changes + +- 9a9022e: Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. + ## 0.14.2 ## 0.14.1 diff --git a/pkgs/dsl/package.json b/pkgs/dsl/package.json index 104adde78..ed32903cc 100644 --- a/pkgs/dsl/package.json +++ b/pkgs/dsl/package.json @@ -1,6 +1,6 @@ { "name": "@pgflow/dsl", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/pkgs/edge-worker/CHANGELOG.md b/pkgs/edge-worker/CHANGELOG.md index 8ca65ed3b..26b1a1baf 100644 --- a/pkgs/edge-worker/CHANGELOG.md +++ b/pkgs/edge-worker/CHANGELOG.md @@ -1,5 +1,17 @@ # @pgflow/edge-worker +## 0.15.0 + +### Minor Changes + +- 9a9022e: Publish `@pgflow/edge-worker` to npm and add Node/Bun process runtime support. + +### Patch Changes + +- Updated dependencies [9a9022e] + - @pgflow/core@0.15.0 + - @pgflow/dsl@0.15.0 + ## 0.14.2 ### Patch Changes diff --git a/pkgs/edge-worker/jsr.json b/pkgs/edge-worker/jsr.json index f805fe76e..b5755c05a 100644 --- a/pkgs/edge-worker/jsr.json +++ b/pkgs/edge-worker/jsr.json @@ -1,6 +1,6 @@ { "name": "@pgflow/edge-worker", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "exports": { ".": "./src/index.ts", @@ -10,8 +10,8 @@ "@henrygd/queue": "jsr:@henrygd/queue@^1.0.7", "@std/crypto": "jsr:@std/crypto@^1.0.5", "postgres": "jsr:@oscar6echo/postgres@3.4.5-d", - "@pgflow/core": "npm:@pgflow/core@0.14.2", - "@pgflow/dsl": "npm:@pgflow/dsl@0.14.2" + "@pgflow/core": "npm:@pgflow/core@0.15.0", + "@pgflow/dsl": "npm:@pgflow/dsl@0.15.0" }, "publish": { "include": [ diff --git a/pkgs/edge-worker/package.json b/pkgs/edge-worker/package.json index 9510fa4c7..cbede759b 100644 --- a/pkgs/edge-worker/package.json +++ b/pkgs/edge-worker/package.json @@ -1,6 +1,6 @@ { "name": "@pgflow/edge-worker", - "version": "0.14.2", + "version": "0.15.0", "license": "Apache-2.0", "repository": { "type": "git",