Skip to content

Commit 3c11432

Browse files
committed
Prepare release
drift and drift_dev 2.21.0 sqlparser 0.39.1 drift_flutter-0.2.1
1 parent d7cc547 commit 3c11432

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

drift/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.21.0-dev
1+
## 2.21.0
22

33
- To infer whether serialization is required for inter-isolate communication,
44
drift now sends a test message instead serializing by default.

drift/pubspec.yaml

+1-1
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.21.0-dev
3+
version: 2.21.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.21.0-dev
1+
## 2.21.0
22

33
- Fix Dart-defined `check` constraints not being considered in exported
44
schemas.

drift_dev/pubspec.yaml

+2-2
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.21.0-dev
3+
version: 2.21.0
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues
@@ -36,7 +36,7 @@ dependencies:
3636
# Drift-specific analysis and apis
3737
drift: ">=2.21.0 <2.22.0"
3838
sqlite3: ">=0.1.6 <3.0.0"
39-
sqlparser: "^0.39.0-dev"
39+
sqlparser: "^0.39.0"
4040

4141
# Dart analysis
4242
analyzer: "^6.0.0"

drift_flutter/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.1-dev
1+
## 0.2.1
22

33
- Enable serialization between background isolates where necessary.
44

drift_flutter/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift_flutter
22
description: Easily set up drift databases across platforms in Flutter apps.
3-
version: 0.2.1-dev
3+
version: 0.2.1
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues
@@ -16,7 +16,7 @@ environment:
1616
sdk: ^3.3.0
1717

1818
dependencies:
19-
drift: ^2.21.0-dev
19+
drift: ^2.21.0
2020
flutter:
2121
sdk: flutter
2222
meta: ^1.3.0
@@ -27,7 +27,7 @@ dependencies:
2727

2828
dev_dependencies:
2929
build_runner: ^2.4.11
30-
drift_dev: ^2.21.0-dev
30+
drift_dev: ^2.21.0
3131
lints: ^4.0.0
3232
test: ^1.24.0
3333
flutter_test:

0 commit comments

Comments
 (0)