Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
drift and drift_dev 2.21.0
sqlparser 0.39.1
drift_flutter-0.2.1
  • Loading branch information
simolus3 committed Oct 14, 2024
1 parent d7cc547 commit 3c11432
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.21.0-dev
## 2.21.0

- To infer whether serialization is required for inter-isolate communication,
drift now sends a test message instead serializing by default.
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.21.0-dev
version: 2.21.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.21.0-dev
## 2.21.0

- Fix Dart-defined `check` constraints not being considered in exported
schemas.
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.21.0-dev
version: 2.21.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
# Drift-specific analysis and apis
drift: ">=2.21.0 <2.22.0"
sqlite3: ">=0.1.6 <3.0.0"
sqlparser: "^0.39.0-dev"
sqlparser: "^0.39.0"

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

- Enable serialization between background isolates where necessary.

Expand Down
6 changes: 3 additions & 3 deletions drift_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift_flutter
description: Easily set up drift databases across platforms in Flutter apps.
version: 0.2.1-dev
version: 0.2.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand All @@ -16,7 +16,7 @@ environment:
sdk: ^3.3.0

dependencies:
drift: ^2.21.0-dev
drift: ^2.21.0
flutter:
sdk: flutter
meta: ^1.3.0
Expand All @@ -27,7 +27,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
drift_dev: ^2.21.0-dev
drift_dev: ^2.21.0
lints: ^4.0.0
test: ^1.24.0
flutter_test:
Expand Down

0 comments on commit 3c11432

Please sign in to comment.