Skip to content

Commit 06ef17d

Browse files
committed
Prepare release
1 parent ea903ff commit 06ef17d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

drift/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.26.0-dev
1+
## 2.26.0
22

33
- Add support for window functions with `WindowFunctionExpression`.
44

drift/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift
22
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
3-
version: 2.25.1
3+
version: 2.26.0
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues

drift_dev/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.25.3-dev
1+
## 2.26.0
22

33
- Fix warning on Dart-defined views referencing the same table multiple times.
44
- Don't generate unnecessary verification code.

drift_dev/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift_dev
22
description: Dev-dependency for users of drift. Contains the generator and development tools.
3-
version: 2.25.2
3+
version: 2.26.0
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues
@@ -34,7 +34,7 @@ dependencies:
3434
io: ^1.0.3
3535

3636
# Drift-specific analysis and apis
37-
drift: ">=2.25.0 <2.26.0"
37+
drift: ">=2.26.0 <2.27.0"
3838
sqlite3: ^2.4.6
3939
sqlparser: ^0.41.0
4040

0 commit comments

Comments
 (0)