Skip to content

Commit 7a70112

Browse files
chore: release (alpha) (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cdb392 commit 7a70112

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"initialVersions": {
55
"@supabase/pg-delta": "0.0.0"
66
},
7-
"changesets": ["eight-moles-throw", "slick-moons-turn"]
7+
"changesets": [
8+
"eight-moles-throw",
9+
"kind-balloons-invite",
10+
"slick-moons-turn",
11+
"tall-canyons-add"
12+
]
813
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- c20112a: Fix sslmode=require connections to SSL-enforced databases
8+
- 323f751: Fix support for using a different role after a connection is established. Migrate to "pg" for finer control over the connections.
9+
310
## 1.0.0-alpha.1
411

512
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/pg-delta",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "PostgreSQL migrations made easy",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)