-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Changesets Update packages (#165)
- Loading branch information
1 parent
9d1dc6f
commit 38dc0bd
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
'@journeyapps/powersync-yjs-text-collab-demo': patch | ||
'@journeyapps/powersync-react-supabase-todolist': patch | ||
'yjs-react-supabase-text-collab': patch | ||
'react-supabase-todolist': patch | ||
--- | ||
|
||
Updated Vite config for BSON library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
'@journeyapps/powersync-sdk-react-native': minor | ||
'@journeyapps/powersync-sdk-common': minor | ||
'@journeyapps/powersync-sdk-web': minor | ||
'@powersync/react-native': minor | ||
'@powersync/common': minor | ||
'@powersync/web': minor | ||
--- | ||
|
||
Added support for WebSocket sync stream connections. |