Skip to content

Commit b81d20a

Browse files
committed
Prepare sqlite3 and sqlite3_web release
1 parent 8330018 commit b81d20a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sqlite3/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 2.7.0-dev
1+
## 2.7.0
22

33
- Add support for commit and rollback hooks as well as a predicate that can
4-
revert transactions.
4+
revert transactions. Thanks to [@jackd](https://github.com/jackd)!
55

66
## 2.6.1
77

sqlite3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3
22
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3-
version: 2.7.0-dev
3+
version: 2.7.0
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

sqlite3_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.3.0
99

1010
dependencies:
11-
sqlite3: ^2.7.0-dev
11+
sqlite3: ^2.7.0
1212
stream_channel: ^2.1.2
1313
web: ^1.0.0
1414

0 commit comments

Comments
 (0)