Skip to content

Commit 2272ad8

Browse files
Version Packages (#530)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 420a083 commit 2272ad8

File tree

19 files changed

+58
-35
lines changed

19 files changed

+58
-35
lines changed

.changeset/grumpy-panthers-own.md

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

.changeset/slimy-glasses-jog.md

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

.changeset/slimy-mice-invite.md

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

.changeset/tame-boats-hammer.md

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

.changeset/yellow-countries-warn.md

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

packages/attachments/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 420a083: Added `attachmentTableName` option to attachment queue which allows you to specify the table name it should work with.
8+
39
## 2.2.1
410

511
### Patch Changes

packages/attachments/package.json

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

packages/node/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 0c8ddda: Update package description
8+
- 2551b40: Update readme to reflect alpha status.
9+
- 7c118b6: Update readme to refer to Node.js docs
10+
311
## 0.1.0
412

513
### Minor 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.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/react-native/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @powersync/react-native
22

3+
## 1.18.2
4+
5+
### Patch Changes
6+
7+
- 0c8ddda: Update package description
8+
- fcb9d58: Fixed an issue with `useQuery` where initial query/parameter changes could cause a race condition if the first query took long.
9+
- Updated dependencies [fcb9d58]
10+
- @powersync/react@1.5.2
11+
312
## 1.18.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)