File tree Expand file tree Collapse file tree 13 files changed +56
-13
lines changed
supabase-edge-function-auth
powersync_attachments_helper Expand file tree Collapse file tree 13 files changed +56
-13
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
+ ## 2024-08-21
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.6 ` ] ( #powersync---v166 )
19
+ - [ ` powersync_attachments_helper ` - ` v0.6.4 ` ] ( #powersync_attachments_helper---v064 )
20
+ - [ ` powersync_flutter_libs ` - ` v0.2.1 ` ] ( #powersync_flutter_libs---v021 )
21
+
22
+ ---
23
+
24
+ #### ` powersync ` - ` v1.6.6 `
25
+
26
+ - ** CHORE** : Update dependency powersync_flutter_libs
27
+
28
+ #### ` powersync_attachments_helper ` - ` v0.6.4 `
29
+
30
+ - Update a dependency to the latest release.
31
+
32
+ #### ` powersync_flutter_libs ` - ` v0.2.1 `
33
+
34
+ - ** FIX** : Prebundling downloaded core binaries
35
+
36
+
6
37
## 2024-08-19
7
38
8
39
### 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.6.5
13
+ powersync : ^1.6.6
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.6.5
14
+ powersync : ^1.6.6
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.6.5
14
+ powersync : ^1.6.6
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.6.5
40
+ powersync : ^1.6.6
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 @@ -9,8 +9,8 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- powersync_attachments_helper : ^0.6.3+2
13
- powersync : ^1.6.5
12
+ powersync_attachments_helper : ^0.6.4
13
+ powersync : ^1.6.6
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,8 +10,8 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync_attachments_helper : ^0.6.3+2
14
- powersync : ^1.6.5
13
+ powersync_attachments_helper : ^0.6.4
14
+ powersync : ^1.6.6
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.6.6
2
+
3
+ - ** CHORE** : Update dependency powersync_flutter_libs
4
+
1
5
## 1.6.5
2
6
3
7
- ** CHORE** : Update dependency ` powersync_flutter_libs `
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.6.5
2
+ version : 1.6.6
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
@@ -13,7 +13,7 @@ dependencies:
13
13
sqlite_async : ^0.8.1
14
14
universal_io : ^2.0.0
15
15
sqlite3_flutter_libs : ^0.5.23
16
- powersync_flutter_libs : ^0.2.0
16
+ powersync_flutter_libs : ^0.2.1
17
17
meta : ^1.0.0
18
18
http : ^1.1.0
19
19
uuid : ^4.2.0
Original file line number Diff line number Diff line change
1
+ ## 0.6.4
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.6.3+2
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : powersync_attachments_helper
2
2
description : A helper library for handling attachments when using PowerSync.
3
- version : 0.6.3+2
3
+ version : 0.6.4
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
homepage : https://www.powersync.com/
6
6
environment :
@@ -10,7 +10,7 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
13
- powersync : ^1.6.5
13
+ powersync : ^1.6.6
14
14
logging : ^1.2.0
15
15
sqlite_async : ^0.8.1
16
16
path_provider : ^2.0.13
Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ - ** FIX** : Prebundling downloaded core binaries
4
+
1
5
## 0.2.0
2
6
3
7
- ** FEAT** : Prebundle downloaded core binaries
Original file line number Diff line number Diff line change 1
1
name : powersync_flutter_libs
2
2
description : PowerSync core binaries for the PowerSync Flutter SDK. Needs to be included for Flutter apps.
3
- version : 0.2.0
3
+ version : 0.2.1
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
homepage : https://www.powersync.com/
6
6
You can’t perform that action at this time.
0 commit comments