Skip to content

Commit 272c194

Browse files
Version Packages (#705)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d532d4 commit 272c194

File tree

28 files changed

+589
-867
lines changed

28 files changed

+589
-867
lines changed

.changeset/fuzzy-buses-own.md

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

.changeset/grumpy-kangaroos-march.md

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

.changeset/heavy-coats-serve.md

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

.changeset/large-toes-drive.md

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

.changeset/real-dolls-peel.md

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

packages/adapter-sql-js/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 9003153: Update core extension to 0.4.5
8+
- Updated dependencies [ce40042]
9+
- Updated dependencies [9003153]
10+
- Updated dependencies [4d532d4]
11+
- @powersync/common@1.38.0
12+
313
## 0.0.4
414

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:exports": "attw --pack ."
4646
},
4747
"peerDependencies": {
48-
"@powersync/common": "workspace:^1.37.0"
48+
"@powersync/common": "workspace:^1.38.0"
4949
},
5050
"devDependencies": {
5151
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

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

3+
## 1.38.0
4+
5+
### Minor Changes
6+
7+
- ce40042: Add `clientImplementation` field to `SyncStatus`.
8+
9+
### Patch Changes
10+
11+
- 9003153: Update core extension to 0.4.5
12+
- 4d532d4: Improved the abort handling for stale watched query results when the query/parameters change. This fixes the edge case where an already fetching query would handle a query change and briefly report `isFetching` being false before becoming true again.
13+
314
## 1.37.0
415

516
### Minor Changes

packages/common/package.json

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

0 commit comments

Comments
 (0)