Skip to content

Commit 71ce13b

Browse files
Version Packages (#484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f28fb3 commit 71ce13b

File tree

17 files changed

+301
-474
lines changed

17 files changed

+301
-474
lines changed

.changeset/slow-crews-watch.md

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

.changeset/thin-panthers-decide.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.23.0
4+
5+
### Minor Changes
6+
7+
- 0f28fb3: Add `retryDelayMs` and `crudUploadThrottleMs` to `connect` so that the values can be dynamically changed upon reconnecting.
8+
39
## 1.22.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.22.2",
3+
"version": "1.23.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.22.2",
29+
"@powersync/common": "workspace:^1.23.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.22.2"
29+
"@powersync/common": "workspace:^1.23.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

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.3.1
4+
5+
### Patch Changes
6+
7+
- a4895cc: Silencing transactions that are reporting on failed rollback exceptions when they are safe to ignore.
8+
- Updated dependencies [0f28fb3]
9+
- @powersync/common@1.23.0
10+
311
## 0.3.0
412

513
### Minor 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.0",
3+
"version": "0.3.1",
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.22.2",
69+
"@powersync/common": "workspace:^1.23.0",
7070
"react": "*",
7171
"react-native": "*"
7272
},

packages/react-native/CHANGELOG.md

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

3+
## 1.17.0
4+
5+
### Minor Changes
6+
7+
- 0f28fb3: Add `retryDelayMs` and `crudUploadThrottleMs` to `connect` so that the values can be dynamically changed upon reconnecting.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f28fb3]
12+
- @powersync/common@1.23.0
13+
314
## 1.16.3
415

516
### Patch Changes

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react-native",
3-
"version": "1.16.3",
3+
"version": "1.17.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -31,7 +31,7 @@
3131
"homepage": "https://docs.powersync.com/",
3232
"peerDependencies": {
3333
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
34-
"@powersync/common": "workspace:^1.22.2",
34+
"@powersync/common": "workspace:^1.23.0",
3535
"react": "*",
3636
"react-native": "*"
3737
},

0 commit comments

Comments
 (0)