File tree Expand file tree Collapse file tree 9 files changed +46
-8
lines changed
supabase-edge-function-auth
powersync_attachments_helper Expand file tree Collapse file tree 9 files changed +46
-8
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-07-04
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.3.0-alpha.8 ` ] ( #powersync---v130-alpha8 )
19
+ - [ ` powersync_attachments_helper ` - ` v0.3.0-alpha.3 ` ] ( #powersync_attachments_helper---v030-alpha3 )
20
+
21
+ Packages with dependency updates only:
22
+
23
+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24
+
25
+ - ` powersync_attachments_helper ` - ` v0.3.0-alpha.3 `
26
+
27
+ ---
28
+
29
+ #### ` powersync ` - ` v1.3.0-alpha.8 `
30
+
31
+ - ** FIX** (powersync-attachements-helper): pubspec file (#29 ).
32
+ - ** DOCS** : update readme and getting started (#51 ).
33
+
34
+
6
35
## 2024-05-30
7
36
8
37
### Changes
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.3.0-alpha.7
14
+ powersync : 1.3.0-alpha.8
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.3.0-alpha.7
14
+ powersync : 1.3.0-alpha.8
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 : ^1.10.25
39
39
timeago : ^3.6.0
40
- powersync : 1.3.0-alpha.7
40
+ powersync : 1.3.0-alpha.8
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,9 +10,9 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync_attachments_helper : ^0.3.0-alpha.2
13
+ powersync_attachments_helper : ^0.3.0-alpha.3
14
14
15
- powersync : 1.3.0-alpha.7
15
+ powersync : 1.3.0-alpha.8
16
16
path_provider : ^2.1.1
17
17
supabase_flutter : ^2.0.1
18
18
path : ^1.8.3
Original file line number Diff line number Diff line change
1
+ ## 1.3.0-alpha.8
2
+
3
+ - ** FIX** (powersync-attachements-helper): pubspec file (#29 ).
4
+ - ** DOCS** : update readme and getting started (#51 ).
5
+
1
6
## 1.3.0-alpha.7
2
7
3
8
- Updates and uses the latest ` sqlite_async ` alpha.
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.3.0-alpha.7
2
+ version : 1.3.0-alpha.8
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.
Original file line number Diff line number Diff line change
1
+ ## 0.3.0-alpha.3
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.3.0-alpha.2
2
6
3
7
> Note: This release has breaking changes.
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.3.0-alpha.2
3
+ version : 0.3.0-alpha.3
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.3.0-alpha.7
13
+ powersync : 1.3.0-alpha.8
14
14
logging : ^1.2.0
15
15
sqlite3 : " ^2.4.4"
16
16
path_provider : ^2.0.13
You can’t perform that action at this time.
0 commit comments