Skip to content

Commit 46995e4

Browse files
Version Packages
1 parent 2da7657 commit 46995e4

12 files changed

Lines changed: 37 additions & 13 deletions

File tree

.changeset/fix-max-pg-connections-config.md

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

pkgs/cli/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @pgflow/core@0.13.2
8+
39
## 0.13.1
410

511
### 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.1",
3+
"version": "0.13.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/client/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @pgflow/core@0.13.2
8+
- @pgflow/dsl@0.13.2
9+
310
## 0.13.1
411

512
### 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.1",
3+
"version": "0.13.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/core/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @pgflow/dsl@0.13.2
8+
39
## 0.13.1
410

511
### Patch 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.1",
3+
"version": "0.13.2",
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.2
4+
35
## 0.13.1
46

57
## 0.13.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.1",
3+
"version": "0.13.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/edge-worker/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- 2da7657: Fix maxPgConnections config being ignored - now properly passed through the connection chain with default of 4
8+
- @pgflow/core@0.13.2
9+
- @pgflow/dsl@0.13.2
10+
311
## 0.13.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)