Skip to content

Commit 47a2302

Browse files
Version Packages (#680)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8cc3335 commit 47a2302

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/fair-buttons-deliver.md

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

.changeset/short-hotels-grow.md

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

packages/adapter-sql-js/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 8cc3335: Updated sql-js upstream version to support rust sync implementation.
8+
- 074f4cd: Only calling `db.export()` if a persister is specified, otherwise it is no-op. Improves in-memory performance.
9+
310
## 0.0.1
411

512
### Patch Changes

packages/adapter-sql-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/adapter-sql-js",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)