Skip to content

Commit 7ec129b

Browse files
Version Packages
1 parent 9ca3ea7 commit 7ec129b

File tree

17 files changed

+956
-800
lines changed

17 files changed

+956
-800
lines changed

.changeset/moody-shoes-remain.md

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

.changeset/rude-snakes-report.md

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

packages/common/CHANGELOG.md

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

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- 7a47778: Fix issue where local changes could be reverted when a replication delay is present.
8+
- 4a262cd: Add schema validation
9+
310
## 1.22.0
411

512
### 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.22.0",
3+
"version": "1.22.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.22.0",
29+
"@powersync/common": "workspace:^1.22.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.22.0"
29+
"@powersync/common": "workspace:^1.22.1"
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.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a47778]
8+
- Updated dependencies [4a262cd]
9+
- @powersync/common@1.22.1
10+
311
## 0.1.3
412

513
### 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.1.3",
3+
"version": "0.1.4",
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": "^10.1.0",
69-
"@powersync/common": "workspace:^1.22.0",
69+
"@powersync/common": "workspace:^1.22.1",
7070
"react": "*",
7171
"react-native": "*"
7272
},

packages/react-native/CHANGELOG.md

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

3+
## 1.16.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a47778]
8+
- Updated dependencies [4a262cd]
9+
- @powersync/common@1.22.1
10+
311
## 1.16.1
412

513
### 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.1",
3+
"version": "1.16.2",
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.2.0",
34-
"@powersync/common": "workspace:^1.22.0",
34+
"@powersync/common": "workspace:^1.22.1",
3535
"react": "*",
3636
"react-native": "*"
3737
},

0 commit comments

Comments
 (0)