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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
627## 2025-08-14
728
829### Changes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- powersync_attachments_helper : ^0.6.18+11
12+ powersync_attachments_helper : ^0.6.19
1313 powersync : ^1.15.2
1414 path_provider : ^2.1.1
1515 supabase_flutter : ^2.0.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- powersync_attachments_helper : ^0.6.18+11
13+ powersync_attachments_helper : ^0.6.19
1414 powersync : ^1.15.2
1515 path_provider : ^2.1.1
1616 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+
15## 0.6.18+11
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.18+11
3+ version : 0.6.19
44repository : https://github.com/powersync-ja/powersync.dart
55homepage : https://www.powersync.com/
66environment :
You can’t perform that action at this time.
0 commit comments