Skip to content

Commit b09543c

Browse files
Version Packages (#581)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 199fbe1 commit b09543c

File tree

12 files changed

+48
-17
lines changed

12 files changed

+48
-17
lines changed

.changeset/fix-local-detection-step-output.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

pkgs/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pgflow
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [199fbe1]
8+
- @pgflow/core@0.13.1
9+
310
## 0.13.0
411

512
### Patch Changes

pkgs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgflow",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pgflow/client
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [199fbe1]
8+
- @pgflow/core@0.13.1
9+
- @pgflow/dsl@0.13.1
10+
311
## 0.13.0
412

513
### Patch Changes

pkgs/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/client",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pgflow/core
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 199fbe1: Note: Version 0.13.0 was yanked due to broken local environment detection. This release (0.13.1) includes both the fix and the features from 0.13.0.
8+
9+
- Fix local environment detection to use SUPABASE_URL instead of API keys
10+
- Add step output storage optimization for 2x faster Map chains (outputs now stored in step_states.output instead of aggregated on-demand)
11+
- @pgflow/dsl@0.13.1
12+
313
## 0.13.0
414

515
### Minor Changes

pkgs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/core",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/dsl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @pgflow/dsl
22

3+
## 0.13.1
4+
35
## 0.13.0
46

57
## 0.12.0

pkgs/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/dsl",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/edge-worker/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @pgflow/edge-worker
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 199fbe1: Note: Version 0.13.0 was yanked due to broken local environment detection. This release (0.13.1) includes both the fix and the features from 0.13.0.
8+
9+
- Fix local environment detection to use SUPABASE_URL instead of API keys
10+
- Add step output storage optimization for 2x faster Map chains (outputs now stored in step_states.output instead of aggregated on-demand)
11+
12+
- Updated dependencies [199fbe1]
13+
- @pgflow/core@0.13.1
14+
- @pgflow/dsl@0.13.1
15+
316
## 0.13.0
417

518
### Patch Changes

0 commit comments

Comments
 (0)