Skip to content

Commit 72510ad

Browse files
Version Packages
1 parent a1aa18c commit 72510ad

File tree

22 files changed

+91
-50
lines changed

22 files changed

+91
-50
lines changed

.changeset/mighty-doors-judge.md

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

.changeset/orange-baboons-work.md

Lines changed: 0 additions & 8 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.33.2"
32+
"@powersync/common": "workspace:^1.33.3"
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.33.3
4+
5+
### Patch Changes
6+
7+
- a1aa18c: Fix sync stream delays during CRUD upload.
8+
39
## 1.33.2
410

511
### Patch 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.33.2",
3+
"version": "1.33.3",
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.33.2",
29+
"@powersync/common": "workspace:^1.33.3",
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.33.2"
29+
"@powersync/common": "workspace:^1.33.3"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.28.0"

packages/node/CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
- a1aa18c: Fix sync stream delays during CRUD upload.
9+
- Updated dependencies [a1aa18c]
10+
- @powersync/common@1.33.3
11+
312
## 0.7.1
413

514
### Patch 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.7.1",
3+
"version": "0.7.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://docs.powersync.com/",
4747
"peerDependencies": {
48-
"@powersync/common": "workspace:^1.33.2"
48+
"@powersync/common": "workspace:^1.33.3"
4949
},
5050
"dependencies": {
5151
"@powersync/better-sqlite3": "^0.2.0",

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
- Updated dependencies [a1aa18c]
9+
- @powersync/common@1.33.3
10+
311
## 0.7.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)