Skip to content

Commit 2502699

Browse files
Version Packages
1 parent 8decd49 commit 2502699

File tree

25 files changed

+102
-34
lines changed

25 files changed

+102
-34
lines changed

.changeset/nice-dragons-smile.md

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

.changeset/slow-melons-raise.md

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

packages/adapter-sql-js/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c910c66]
8+
- @powersync/common@1.37.0
9+
310
## 0.0.3
411

512
### Patch Changes

packages/adapter-sql-js/package.json

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:exports": "attw --pack ."
4646
},
4747
"peerDependencies": {
48-
"@powersync/common": "workspace:^1.36.0"
48+
"@powersync/common": "workspace:^1.37.0"
4949
},
5050
"devDependencies": {
5151
"@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.37.0
4+
5+
### Minor Changes
6+
7+
- c910c66: Add `getCrudTransactions()`, returning an async iterator of transactions. This can be used to batch transactions when uploading CRUD data.
8+
39
## 1.36.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.36.0",
3+
"version": "1.37.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
@@ -42,7 +42,7 @@
4242
"test:exports": "attw --pack ."
4343
},
4444
"peerDependencies": {
45-
"@powersync/common": "workspace:^1.36.0",
45+
"@powersync/common": "workspace:^1.37.0",
4646
"drizzle-orm": "<1.0.0"
4747
},
4848
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test:exports": "attw --pack ."
4343
},
4444
"peerDependencies": {
45-
"@powersync/common": "workspace:^1.36.0"
45+
"@powersync/common": "workspace:^1.37.0"
4646
},
4747
"dependencies": {
4848
"kysely": "^0.28.0"

packages/node/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- c910c66: Add `getCrudTransactions()`, returning an async iterator of transactions. This can be used to batch transactions when uploading CRUD data.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c910c66]
12+
- @powersync/common@1.37.0
13+
314
## 0.9.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)