Skip to content

Commit ee12903

Browse files
Version Packages
1 parent ec5137e commit ee12903

File tree

21 files changed

+73
-28
lines changed

21 files changed

+73
-28
lines changed

.changeset/violet-falcons-build.md

Lines changed: 0 additions & 5 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.27.0"
32+
"@powersync/common": "workspace:^1.27.1"
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.27.1
4+
5+
### Patch Changes
6+
7+
- 720ad7a: Fix a race condition causing sync changes during uploads not to be applied.
8+
39
## 1.27.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.27.0",
3+
"version": "1.27.1",
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.27.0",
29+
"@powersync/common": "workspace:^1.27.1",
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.27.0"
29+
"@powersync/common": "workspace:^1.27.1"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

packages/node/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [720ad7a]
8+
- @powersync/common@1.27.1
9+
310
## 0.2.1
411

512
### 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.2.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://docs.powersync.com/",
4646
"peerDependencies": {
47-
"@powersync/common": "workspace:^1.27.0"
47+
"@powersync/common": "workspace:^1.27.1"
4848
},
4949
"dependencies": {
5050
"@powersync/better-sqlite3": "^0.1.1",

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [720ad7a]
8+
- @powersync/common@1.27.1
9+
310
## 0.5.1
411

512
### 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.5.1",
3+
"version": "0.5.2",
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.27.0",
69+
"@powersync/common": "workspace:^1.27.1",
7070
"react": "*",
7171
"react-native": "*"
7272
},

0 commit comments

Comments
 (0)