Skip to content

Commit 3b7b6cf

Browse files
Version Packages (#420)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5351a3b commit 3b7b6cf

File tree

14 files changed

+52
-17
lines changed

14 files changed

+52
-17
lines changed

.changeset/correct-cli-version-requirement.md

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

pkgs/cli/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- f1d3c32: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
8+
- Updated dependencies [f1d3c32]
9+
- @pgflow/core@0.8.1
10+
311
## 0.8.0
412

513
### 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.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/client/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- f1d3c32: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
8+
- Updated dependencies [f1d3c32]
9+
- @pgflow/core@0.8.1
10+
- @pgflow/dsl@0.8.1
11+
312
## 0.8.0
413

514
### Minor 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.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

pkgs/core/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- f1d3c32: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
8+
- @pgflow/dsl@0.8.1
9+
310
## 0.8.0
411

512
### 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.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

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.8.1
4+
35
## 0.8.0
46

57
## 0.7.3

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.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/edge-worker/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- f1d3c32: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
8+
- Updated dependencies [f1d3c32]
9+
- @pgflow/core@0.8.1
10+
- @pgflow/dsl@0.8.1
11+
312
## 0.8.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)