Skip to content

Commit d9c8319

Browse files
authored
Merge pull request #609 from powersync-ja/changeset-release/main
Version Packages
2 parents 7b40f04 + 68d134c commit d9c8319

File tree

8 files changed

+19
-22
lines changed

8 files changed

+19
-22
lines changed

.changeset/khaki-bottles-sniff.md

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

.changeset/light-oranges-compete.md

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

.changeset/selfish-geckos-cover.md

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

.changeset/three-onions-exist.md

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

packages/node/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 2e03dd6: Add a `main` entry to `package.json`. It will be ignored because the package uses conditional exports, but is required for tools like `pkg`.
8+
- 2e03dd6: Support `@powersync/better-sqlite3` versions `0.2.x`.
9+
310
## 0.4.2
411

512
### Patch Changes

packages/node/package.json

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

packages/powersync-op-sqlite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @powersync/op-sqlite
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 1037e8a: `close()` is now async, which allows clients to use it with `await`.
8+
9+
### Patch Changes
10+
11+
- 1037e8a: Rejecting pending read/write operations when the database is closed.
12+
313
## 0.5.6
414

515
### 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.5.6",
3+
"version": "0.6.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)