Skip to content

Commit

Permalink
Version Packages (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 27, 2024
1 parent 8b3a9b9 commit a3f296c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-llamas-shave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/service-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/service-core

## 0.8.1

### Patch Changes

- 8b3a9b9: Added `client_id` log to WebSocket `sync/stream` endpoint.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-image

## 0.5.1

### Patch Changes

- Updated dependencies [8b3a9b9]
- @powersync/service-core@0.8.1

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-image",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions test-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-client

## 0.1.3

### Patch Changes

- Updated dependencies [8b3a9b9]
- @powersync/service-core@0.8.1

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "test-client",
"repository": "https://github.com/powersync-ja/powersync-service",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",
"bin": "dist/bin.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit a3f296c

Please sign in to comment.