Skip to content

Commit a12a2b8

Browse files
committed
Prepare minor release
1 parent 70b1855 commit a12a2b8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

drift_dev/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
3+
- Generate public typedefs for the signatures of `scoped_dart_components`,
4+
making it easier to re-use them for own methods.
5+
16
## 2.0.1
27

38
- Recognize options for an applied `not_shared` builder when exporting schemas.

drift_dev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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 a the generator and development tools.
3-
version: 2.0.1
3+
version: 2.0.2
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues

sqlparser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.23.1-dev
1+
## 0.23.1
22

33
- Gracefully handle tokenizer errors related to `@` or `$` variables.
44

sqlparser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlparser
22
description: Parses sqlite statements and performs static analysis on them
3-
version: 0.23.1-dev
3+
version: 0.23.1
44
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
55
#homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues

0 commit comments

Comments
 (0)