Prepare publishing drift_dev 2.8.1

This commit is contained in:
Simon Binder 2023-05-15 08:51:48 +02:00
parent 1d63ccb3f1
commit f11d1bdd83
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 11 additions and 6 deletions

View File

@ -1,12 +1,17 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.8.1-dev
version: 2.8.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
topics:
- codegen
- build-runner
- drift
- database
environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'
dependencies:
charcode: ^1.2.0
@ -27,7 +32,7 @@ dependencies:
# Drift-specific analysis and apis
drift: '>=2.8.0 <2.9.0'
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: '^0.29.0'
sqlparser: '^0.30.0'
# Dart analysis
analyzer: ^5.12.0

View File

@ -1,4 +1,4 @@
## 0.30.0-dev
## 0.30.0
- Add `previous` and `next` fields for tokens

View File

@ -1,13 +1,13 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.30.0-dev
version: 0.30.0
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'
dependencies:
meta: ^1.3.0