Skip to content

Commit 5bd9e84

Browse files
authored
Merge pull request #581 from powersync-ja/changeset-release/main
Version Packages
2 parents 2d22a29 + 53e1a46 commit 5bd9e84

File tree

23 files changed

+574
-562
lines changed

23 files changed

+574
-562
lines changed

.changeset/hot-weeks-thank.md

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

.changeset/sharp-singers-search.md

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

.changeset/shiny-carpets-mix.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.28.0"
32+
"@powersync/common": "workspace:^1.29.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.29.0
4+
5+
### Minor Changes
6+
7+
- ed11438: Report progress information about downloaded rows. Sync progress is available through `SyncStatus.downloadProgress`.
8+
39
## 1.28.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.28.0",
3+
"version": "1.29.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.28.0",
29+
"@powersync/common": "workspace:^1.29.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.28.0"
29+
"@powersync/common": "workspace:^1.29.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.28.0"

packages/node/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- ed11438: Report progress information about downloaded rows. Sync progress is available through `SyncStatus.downloadProgress`.
8+
9+
### Patch Changes
10+
11+
- 4f68f6a: Update core extension version to 0.3.14
12+
- Updated dependencies [ed11438]
13+
- @powersync/common@1.29.0
14+
315
## 0.3.0
416

517
### 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.3.0",
3+
"version": "0.4.0",
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.28.0"
47+
"@powersync/common": "workspace:^1.29.0"
4848
},
4949
"dependencies": {
5050
"@powersync/better-sqlite3": "^0.1.1",

0 commit comments

Comments
 (0)