Skip to content

Commit cfa705b

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

File tree

16 files changed

+59
-21
lines changed

16 files changed

+59
-21
lines changed

.changeset/remove-pgmq-pin.md

Lines changed: 0 additions & 11 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.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a71b371]
8+
- @pgflow/core@0.7.1
9+
310
## 0.7.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.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

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.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a71b371]
8+
- @pgflow/core@0.7.1
9+
- @pgflow/dsl@0.7.1
10+
311
## 0.7.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.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"scripts": {
66
"verify-exports": "node scripts/verify-exports.js"

pkgs/core/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- a71b371: Fix installation failures on new Supabase projects by removing pgmq version pin.
8+
9+
Supabase upgraded to pgmq 1.5.1 in Postgres 17.6.1.016+ (https://github.com/supabase/postgres/pull/1668), but pgflow was pinned to 1.4.4, causing "extension has no installation script" errors on fresh instances.
10+
11+
Only affects new projects - existing installations are unaffected and require no action.
12+
13+
Thanks to @kallebysantos for reporting this issue!
14+
15+
- @pgflow/dsl@0.7.1
16+
317
## 0.7.0
418

519
### 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.7.0",
3+
"version": "0.7.1",
44
"license": "AGPL-3.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.7.1
4+
35
## 0.7.0
46

57
### Minor Changes

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.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

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.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a71b371]
8+
- @pgflow/core@0.7.1
9+
- @pgflow/dsl@0.7.1
10+
311
## 0.7.0
412

513
### Patch Changes

0 commit comments

Comments
 (0)