Skip to content

Commit a2b0668

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 57c0c52 commit a2b0668

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [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

demos/supabase-todolist-drift/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
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

demos/supabase-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
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

packages/powersync_attachments_helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/powersync_attachments_helper/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_attachments_helper
22
description: A helper library for handling attachments when using PowerSync.
3-
version: 0.6.18+11
3+
version: 0.6.19
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66
environment:

0 commit comments

Comments
 (0)