Skip to content

Commit

Permalink
Prepare 2.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jul 11, 2024
1 parent defdafc commit 2e343a5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.19.0-dev
## 2.19.0

- Add `exclusively` method to database classes, allowing a block to temporarily
take exclusive control over a database connection without starting a
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.18.0
version: 2.19.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.19.0-dev
## 2.19.0

- Fix generated `CREATE VIEW` statements containing existing row class syntax
only supposed to be used during static analysis.
Expand Down
6 changes: 3 additions & 3 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.18.0
version: 2.19.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down Expand Up @@ -30,9 +30,9 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: ">=2.18.0 <2.19.0"
drift: ">=2.19.0 <2.20.0"
sqlite3: ">=0.1.6 <3.0.0"
sqlparser: "^0.37.0-dev"
sqlparser: "^0.37.0"

# Dart analysis
analyzer: "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.37.0-dev
## 0.37.0

- Add support for sqlite 3.46.0.
- Make columns coming from subquery expressions nullable.
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.37.0-dev
version: 0.37.0
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/
Expand Down

0 comments on commit 2e343a5

Please sign in to comment.