Skip to content

Commit 33e6051

Browse files
Version Packages (#547)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fafd562 commit 33e6051

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

.changeset/khaki-pears-add.md

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

packages/web/CHANGELOG.md

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

3+
## 1.17.0
4+
5+
### Minor Changes
6+
7+
- fafd562: Navigator locks are now aquired with a random/unique key.
8+
9+
This resolves an issue related to sequential `connect()` calls breaking all syncing and never reaching a `connected` state.
10+
Two typical scenarios that can cause this is switching client parameters and React's `StrictMode` which does multiple calls of hooks like `useEffect`.
11+
312
## 1.16.0
413

514
### Minor Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/web",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

tools/diagnostics-app/CHANGELOG.md

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

3+
## 0.8.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fafd562]
8+
- @powersync/web@1.17.0
9+
310
## 0.8.5
411

512
### Patch Changes

tools/diagnostics-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/diagnostics-app",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)