Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 24, 2024
1 parent f179fe3 commit 417c2c1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion drift/CHANGELOG.md
@@ -1,4 +1,4 @@
## 2.16.0-dev
## 2.16.0

- When a migration throws, the database will now block subsequent operations
instead of potentially allowing them to operate on a database in an
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
@@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 2.15.0
version: 2.16.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
@@ -1,4 +1,4 @@
## 2.15.1-dev
## 2.16.0

- Keep import alias when referencing existing elements in generated code
([#2845](https://github.com/simolus3/drift/issues/2845)).
Expand Down
4 changes: 2 additions & 2 deletions drift_dev/pubspec.yaml
@@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.15.0
version: 2.16.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,7 +30,7 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: '>=2.15.0 <2.16.0'
drift: '>=2.16.0 <2.17.0'
sqlite3: '>=0.1.6 <3.0.0'
sqlparser: '^0.34.0'

Expand Down
2 changes: 1 addition & 1 deletion extras/drift_postgres/pubspec.yaml
@@ -1,6 +1,6 @@
name: drift_postgres
description: Postgres implementation and APIs for the drift database package.
version: 1.2.0-dev
version: 1.2.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/docs/platforms/postgres/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.34.1-dev
## 0.34.1

- Allow selecting from virtual tables using the table-valued function
syntax.
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.34.1-dev
version: 0.34.1
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 417c2c1

Please sign in to comment.