Skip to content

Commit f0b6394

Browse files
Version Packages (#465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b38bcdb commit f0b6394

File tree

18 files changed

+301
-482
lines changed

18 files changed

+301
-482
lines changed

.changeset/hip-pianos-relax.md

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

.changeset/rotten-rats-raise.md

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

.changeset/tame-singers-attack.md

Lines changed: 0 additions & 9 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.22.2
4+
5+
### Patch Changes
6+
7+
- 2c86114: Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
8+
39
## 1.22.1
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.1",
3+
"version": "1.22.2",
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.1",
29+
"@powersync/common": "workspace:^1.22.2",
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.1"
29+
"@powersync/common": "workspace:^1.22.2"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- b38bcdb: Update op-sqlite to v11.2.13.
8+
- 2c86114: Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
9+
- Updated dependencies [2c86114]
10+
- @powersync/common@1.22.2
11+
312
## 0.2.0
413

514
### 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.2.0",
3+
"version": "0.2.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.1",
69+
"@powersync/common": "workspace:^1.22.2",
7070
"react": "*",
7171
"react-native": "*"
7272
},

packages/react-native/CHANGELOG.md

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

3+
## 1.16.3
4+
5+
### Patch Changes
6+
7+
- b38bcdb: Fixed an issue where the read and write locks were executing mutually exclusively. A read conccurent with a write or another read should correctly proceed instead of being blocked until the other lock has released.
8+
- 2c86114: Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
9+
- Updated dependencies [2c86114]
10+
- @powersync/common@1.22.2
11+
312
## 1.16.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)