Skip to content

Commit 39c1fa6

Browse files
Version Packages
1 parent ff10d69 commit 39c1fa6

File tree

19 files changed

+72
-39
lines changed

19 files changed

+72
-39
lines changed

.changeset/lovely-impalas-do.md

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

.changeset/slow-spiders-smash.md

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

.changeset/spotty-students-serve.md

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

.changeset/swift-seahorses-help.md

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

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.24.0
4+
5+
### Minor Changes
6+
7+
- 0606ac2: add 'connecting' flag to SyncStatus
8+
39
## 1.23.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.23.0",
3+
"version": "1.24.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.23.0",
29+
"@powersync/common": "workspace:^1.24.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.23.0"
29+
"@powersync/common": "workspace:^1.24.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 56185bb: Default to using memory for temp store, and 50MB cache size.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0606ac2]
12+
- @powersync/common@1.24.0
13+
314
## 0.3.1
415

516
### Patch Changes

packages/powersync-op-sqlite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/op-sqlite",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
@@ -66,7 +66,7 @@
6666
},
6767
"peerDependencies": {
6868
"@op-engineering/op-sqlite": "^11.2.13",
69-
"@powersync/common": "workspace:^1.23.0",
69+
"@powersync/common": "workspace:^1.24.0",
7070
"react": "*",
7171
"react-native": "*"
7272
},

0 commit comments

Comments
 (0)