Skip to content

Commit 6191e97

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

File tree

22 files changed

+448
-242
lines changed

22 files changed

+448
-242
lines changed

.changeset/sour-spiders-rhyme.md

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

.changeset/unlucky-flies-clap.md

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "pnpm build && vitest"
3030
},
3131
"peerDependencies": {
32-
"@powersync/common": "workspace:^1.26.0"
32+
"@powersync/common": "workspace:^1.27.0"
3333
},
3434
"devDependencies": {
3535
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

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

3+
## 1.27.0
4+
5+
### Minor Changes
6+
7+
- b722378: Added `downloadError` and `uploadError` members to `SyncDataFlowStatus` of `SyncStatus`.
8+
39
## 1.26.0
410

511
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.26.0",
29+
"@powersync/common": "workspace:^1.27.0",
3030
"drizzle-orm": "<1.0.0"
3131
},
3232
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.26.0"
29+
"@powersync/common": "workspace:^1.27.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

packages/node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @powersync/node
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 1c2ee86: Update README with common installation issues section
8+
- Updated dependencies [b722378]
9+
- @powersync/common@1.27.0
10+
311
## 0.2.0
412

513
### Minor Changes

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/node",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://docs.powersync.com/",
4646
"peerDependencies": {
47-
"@powersync/common": "workspace:^1.26.0"
47+
"@powersync/common": "workspace:^1.27.0"
4848
},
4949
"dependencies": {
5050
"@powersync/better-sqlite3": "^0.1.1",

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b722378]
8+
- @powersync/common@1.27.0
9+
310
## 0.5.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)