File tree Expand file tree Collapse file tree 10 files changed +43
-9
lines changed
supabase-edge-function-auth
powersync_attachments_helper Expand file tree Collapse file tree 10 files changed +43
-9
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2024-07-29
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` powersync ` - ` v1.6.1 ` ] ( #powersync---v161 )
19+ - [ ` powersync_attachments_helper ` - ` v0.6.1 ` ] ( #powersync_attachments_helper---v061 )
20+
21+ ---
22+
23+ #### ` powersync ` - ` v1.6.1 `
24+
25+ - ** FIX** : Reintroduce waitForFirstSync.
26+
27+ #### ` powersync_attachments_helper ` - ` v0.6.1 `
28+
29+ - Update a dependency to the latest release.
30+
31+
632## 2024-07-25
733
834### Changes
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- powersync : ^1.6.0
13+ powersync : ^1.6.1
1414 path_provider : ^2.1.1
1515 path : ^1.8.3
1616 logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : ^1.6.0
14+ powersync : ^1.6.1
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : ^1.6.0
14+ powersync : ^1.6.1
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
3737
3838 supabase_flutter : ^2.0.2
3939 timeago : ^3.6.0
40- powersync : ^1.6.0
40+ powersync : ^1.6.1
4141 path_provider : ^2.1.1
4242 path : ^1.8.3
4343 logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- powersync_attachments_helper : ^0.6.0
14- powersync : ^1.6.0
13+ powersync_attachments_helper : ^0.6.1
14+ powersync : ^1.6.1
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.1
1717 path : ^1.8.3
Original file line number Diff line number Diff line change 1+ ## 1.6.1
2+
3+ - ** FIX** : Reintroduce waitForFirstSync.
4+
15## 1.6.0
26
37- Web support is now included in the standard release but remains in alpha. Web support may have some limitations or bugs.
Original file line number Diff line number Diff line change 11name : powersync
2- version : 1.6.0
2+ version : 1.6.1
33homepage : https://powersync.com
44repository : https://github.com/powersync-ja/powersync.dart
55description : PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
Original file line number Diff line number Diff line change 1+ ## 0.6.1
2+
3+ - Update a dependency to the latest release.
4+
15## 0.6.0
26
37- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 11name : powersync_attachments_helper
22description : A helper library for handling attachments when using PowerSync.
3- version : 0.6.0
3+ version : 0.6.1
44repository : https://github.com/powersync-ja/powersync.dart
55homepage : https://www.powersync.com/
66environment :
@@ -10,7 +10,7 @@ dependencies:
1010 flutter :
1111 sdk : flutter
1212
13- powersync : ^1.6.0
13+ powersync : ^1.6.1
1414 logging : ^1.2.0
1515 sqlite_async : ^0.8.1
1616 path_provider : ^2.0.13
You can’t perform that action at this time.
0 commit comments