Skip to content

Commit fbc2589

Browse files
Version Packages (#462)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 181a9db commit fbc2589

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/metal-fans-argue.md

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

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.2.0
4+
5+
### Minor Changes
6+
7+
- 181a9db: Fixed single write transaction operations in `ps_crud` not being processed. Batching update notifications per write lock.
8+
This will also fix downstream features such as watched queries and reactive query hooks in cases where the query is fired before the data was committed, and batching will improve performance specifically in cases where a lot of data changes occur.
9+
310
## 0.1.4
411

512
### Patch Changes

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/op-sqlite",
3-
"version": "0.1.4",
3+
"version": "0.2.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",

0 commit comments

Comments
 (0)