Skip to content

Commit 184d6fe

Browse files
committed
Prepare release
1 parent 63c3551 commit 184d6fe

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Packages with breaking changes:
1515

1616
Packages with other changes:
1717

18+
- [`sqlite_async` - `v0.12.1`](#sqlite_async---v0121)
1819
- [`sqlite_async` - `v0.12.0`](#sqlite_async---v0120)
1920
- [`drift_sqlite_async` - `v0.2.3+1`](#drift_sqlite_async---v0231)
2021

@@ -26,6 +27,10 @@ Packages with dependency updates only:
2627

2728
---
2829

30+
#### `sqlite_async` - `v0.12.0`
31+
32+
- Fix distributing updates from shared worker.
33+
2934
#### `sqlite_async` - `v0.12.0`
3035

3136
- Avoid large transactions creating a large internal update queue.

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.12.1
2+
3+
- Fix distributing updates from shared worker.
4+
15
## 0.12.0
26

37
- Avoid large transactions creating a large internal update queue.

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.0
3+
version: 0.12.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)