Skip to content

Commit 3e320d9

Browse files
committed
chore(release): publish packages
- sqlite_async@0.13.0 - drift_sqlite_async@0.2.6
1 parent 07ace50 commit 3e320d9

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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-11-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+
- [`sqlite_async` - `v0.13.0`](#sqlite_async---v0130)
19+
- [`drift_sqlite_async` - `v0.2.6`](#drift_sqlite_async---v026)
20+
21+
---
22+
23+
#### `sqlite_async` - `v0.13.0`
24+
25+
- Update sqlite3_web to 0.4.0
26+
27+
#### `drift_sqlite_async` - `v0.2.6`
28+
29+
- Support latest `sqlite_async`.
30+
631
## 2025-10-13
732

833
### Changes

packages/drift_sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.6
2+
3+
- Support latest `sqlite_async`.
4+
15
## 0.2.5
26

37
- Allow customizing update notifications from `sqlite_async`.

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drift_sqlite_async
2-
version: 0.2.5
2+
version: 0.2.6
33
homepage: https://github.com/powersync-ja/sqlite_async.dart
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
description: Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -15,7 +15,7 @@ environment:
1515
sdk: ">=3.0.0 <4.0.0"
1616
dependencies:
1717
drift: ">=2.28.0 <3.0.0"
18-
sqlite_async: ^0.12.2
18+
sqlite_async: ^0.13.0
1919

2020
dev_dependencies:
2121
build_runner: ^2.4.8

packages/sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.0
2+
3+
- Update sqlite3_web to 0.4.0
4+
15
## 0.12.2
26

37
- Add `withAllConnections` method to run statements on all connections in the pool.

packages/sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.12.2
3+
version: 0.13.0
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)