Skip to content

Commit 4d4719a

Browse files
authored
chore(release): publish packages (#126)
- sqlite_async@0.13.1
1 parent c62d758 commit 4d4719a

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
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+
## 2026-01-15
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.1`](#sqlite_async---v0131)
19+
20+
---
21+
22+
#### `sqlite_async` - `v0.13.1`
23+
24+
- Add `executeMultiple` to run multiple statements not using parameters.
25+
26+
627
## 2025-11-04
728

829
### Changes

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.13.0
18+
sqlite_async: ^0.13.1
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.1
2+
3+
- Add `executeMultiple` to run multiple statements not using parameters.
4+
15
## 0.13.0
26

37
- Update sqlite3_web to 0.4.0

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.13.0
3+
version: 0.13.1
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)