Skip to content

Commit 43eb945

Browse files
Merge remote-tracking branch 'origin/main' into chore/modular-main
2 parents 03d465d + 575ce3b commit 43eb945

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/eighty-coins-jog.md

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

packages/service-core/CHANGELOG.md

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

3+
## 0.8.7
4+
5+
### Patch Changes
6+
7+
- 6b72e6c: Improved Postgres connection port restrictions. Connections are now supported on ports >= 1024.
8+
39
## 0.8.6
410

511
### Patch Changes

packages/service-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "0.8.6",
8+
"version": "0.8.7",
99
"main": "dist/index.js",
1010
"license": "FSL-1.1-Apache-2.0",
1111
"type": "module",

service/CHANGELOG.md

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

3+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b72e6c]
8+
- @powersync/service-core@0.8.7
9+
310
## 0.5.6
411

512
### Patch Changes

service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/service-image",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"private": true,
55
"license": "FSL-1.1-Apache-2.0",
66
"type": "module",

test-client/CHANGELOG.md

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

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b72e6c]
8+
- @powersync/service-core@0.8.7
9+
310
## 0.1.8
411

512
### Patch Changes

test-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "test-client",
33
"repository": "https://github.com/powersync-ja/powersync-service",
44
"private": true,
5-
"version": "0.1.8",
5+
"version": "0.1.9",
66
"main": "dist/index.js",
77
"bin": "dist/bin.js",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)