Skip to content

Commit

Permalink
Version Packages (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2025
1 parent 181a9db commit fbc2589
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/metal-fans-argue.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/powersync-op-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/op-sqlite

## 0.2.0

### Minor Changes

- 181a9db: Fixed single write transaction operations in `ps_crud` not being processed. Batching update notifications per write lock.
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.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-op-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/op-sqlite",
"version": "0.1.4",
"version": "0.2.0",
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit fbc2589

Please sign in to comment.