Skip to content

Commit 41b649e

Browse files
authored
Merge pull request #398 from powersync-ja/changeset-release/main
Version Packages
2 parents ae6e82d + 89144ca commit 41b649e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/gentle-llamas-ring.md

-5
This file was deleted.

packages/powersync-op-sqlite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/op-sqlite
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- c146e3d: Update powersync-sqlite-core to 0.3.6 to fix issue with dangling rows
8+
39
## 0.1.0
410

511
### Minor Changes

packages/powersync-op-sqlite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/op-sqlite",
3-
"version": "0.1.0",
3+
"version": "0.1.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",

0 commit comments

Comments
 (0)