Skip to content

Commit

Permalink
Prepare drift release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Dec 27, 2024
1 parent 5a50484 commit e7c49e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.23.0-dev
## 2.23.0

- Allow building compound select statements in Dart.
- Support `NULLS FIRST` and `NULLS LAST` in manager API.
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 2.22.1
version: 2.23.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down
2 changes: 1 addition & 1 deletion drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.23.0-dev
## 2.23.0

- Fix custom companion names on `@DataClassName` not being recognized.
- Improve schema exports to resolve default values instead of embedding their source.
Expand Down
4 changes: 2 additions & 2 deletions drift_dev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.22.1
version: 2.23.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: ">=2.22.0 <2.23.0"
drift: ">=2.23.0 <2.24.0"
sqlite3: ^2.4.6
sqlparser: ^0.40.0

Expand Down

0 comments on commit e7c49e5

Please sign in to comment.