File tree 15 files changed +46
-12
lines changed
supabase-edge-function-auth
supabase-todolist-optional-sync
15 files changed +46
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2025-01-16
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.11.1 ` ] ( #powersync---v1111 )
19
+ - [ ` powersync_sqlcipher ` - ` v0.1.3 ` ] ( #powersync_sqlcipher---v013 )
20
+
21
+ ---
22
+
23
+ #### ` powersync ` - ` v1.11.1 `
24
+
25
+ - Fix ` statusStream ` emitting the same sync status multiple times.
26
+
27
+ #### ` powersync_sqlcipher ` - ` v0.1.3 `
28
+
29
+ - Fix ` statusStream ` emitting the same sync status multiple times.
30
+
31
+
6
32
## 2025-01-06
7
33
8
34
### Changes
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.11.0
13
+ powersync : ^1.11.1
14
14
path_provider : ^2.1.1
15
15
path : ^1.8.3
16
16
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.11.0
13
+ powersync : ^1.11.1
14
14
path_provider : ^2.1.1
15
15
path : ^1.8.3
16
16
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.11.0
14
+ powersync : ^1.11.1
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.1
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.11.0
14
+ powersync : ^1.11.1
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.11.0
14
+ powersync : ^1.11.1
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
38
38
supabase_flutter : ^2.0.2
39
39
timeago : ^3.6.0
40
- powersync : ^1.11.0
40
+ powersync : ^1.11.1
41
41
path_provider : ^2.1.1
42
42
path : ^1.8.3
43
43
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
powersync_attachments_helper : ^0.6.17
13
- powersync : ^1.11.0
13
+ powersync : ^1.11.1
14
14
path_provider : ^2.1.1
15
15
supabase_flutter : ^2.0.1
16
16
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.11.0
13
+ powersync : ^1.11.1
14
14
path_provider : ^2.1.1
15
15
supabase_flutter : ^2.0.1
16
16
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
powersync_attachments_helper : ^0.6.17
14
- powersync : ^1.11.0
14
+ powersync : ^1.11.1
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.1
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change
1
+ ## 1.11.1
2
+
3
+ - Fix ` statusStream ` emitting the same sync status multiple times.
4
+
1
5
## 1.11.0
2
6
3
7
- Increase limit on number of columns per table to 1999.
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.11.0
2
+ version : 1.11.1
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - sync engine for building local-first apps.
Original file line number Diff line number Diff line change 1
- const String libraryVersion = '1.1.0 ' ;
1
+ const String libraryVersion = '1.1.1 ' ;
Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
3
+ - Fix ` statusStream ` emitting the same sync status multiple times.
4
+
1
5
## 0.1.2
2
6
3
7
- Increase limit on number of columns per table to 1999.
Original file line number Diff line number Diff line change 1
1
name : powersync_sqlcipher
2
- version : 0.1.2
2
+ version : 0.1.3
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - sync engine for building local-first apps.
You can’t perform that action at this time.
0 commit comments