Skip to content

Commit a3f296c

Browse files
Version Packages (#69)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b3a9b9 commit a3f296c

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/stale-llamas-shave.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.1
4+
5+
### Patch Changes
6+
7+
- 8b3a9b9: Added `client_id` log to WebSocket `sync/stream` endpoint.
8+
39
## 0.8.0
410

511
### Minor 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.0",
8+
"version": "0.8.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8b3a9b9]
8+
- @powersync/service-core@0.8.1
9+
310
## 0.5.0
411

512
### Minor 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.0",
3+
"version": "0.5.1",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8b3a9b9]
8+
- @powersync/service-core@0.8.1
9+
310
## 0.1.2
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.2",
5+
"version": "0.1.3",
66
"main": "dist/index.js",
77
"bin": "dist/bin.js",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)