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
5 changes: 0 additions & 5 deletions .changeset/fix-flows-index-comment.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/portable-edge-worker-npm.md

This file was deleted.

12 changes: 12 additions & 0 deletions pkgs/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgflow",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions pkgs/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgflow/client",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions pkgs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgflow/core",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions pkgs/dsl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/dsl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgflow/dsl",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions pkgs/edge-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pkgs/edge-worker/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgflow/edge-worker",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/edge-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgflow/edge-worker",
"version": "0.14.2",
"version": "0.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading