File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed
packages/powersync_attachments_helper Expand file tree Collapse file tree 5 files changed +28
-3
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-08-18
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_attachments_helper ` - ` v0.6.19 ` ] ( #powersync_attachments_helper---v0619 )
19
+
20
+ ---
21
+
22
+ #### ` powersync_attachments_helper ` - ` v0.6.19 `
23
+
24
+ - Remove direct dependency on ` sqlite_async ` .
25
+
26
+
6
27
## 2025-08-14
7
28
8
29
### Changes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- powersync_attachments_helper : ^0.6.18+11
12
+ powersync_attachments_helper : ^0.6.19
13
13
powersync : ^1.15.2
14
14
path_provider : ^2.1.1
15
15
supabase_flutter : ^2.0.1
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_attachments_helper : ^0.6.18+11
13
+ powersync_attachments_helper : ^0.6.19
14
14
powersync : ^1.15.2
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.1
Original file line number Diff line number Diff line change
1
+ ## 0.6.19
2
+
3
+ - Remove direct dependency on ` sqlite_async ` .
4
+
1
5
## 0.6.18+11
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.18+11
3
+ version : 0.6.19
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
homepage : https://www.powersync.com/
6
6
environment :
You can’t perform that action at this time.
0 commit comments