mirror of https://github.com/AMT-Cheif/drift.git
Prepare minor release
This commit is contained in:
parent
ba9360f063
commit
232140c083
|
@ -1,6 +1,7 @@
|
||||||
## 2.9.0-dev
|
## 2.8.1
|
||||||
|
|
||||||
- Fix a deadlock after rolling back a transaction in a remote isolate.
|
- Fix a deadlock after rolling back a transaction in a remote isolate.
|
||||||
|
- Remove unintended log messages when using `connectToDriftWorker`.
|
||||||
|
|
||||||
## 2.8.0
|
## 2.8.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift
|
name: drift
|
||||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||||
version: 2.8.0
|
version: 2.8.1
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/
|
homepage: https://drift.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## 2.8.3-dev
|
## 2.8.3
|
||||||
|
|
||||||
- Allow Dart-defined tables to reference imported tables through SQL
|
- Allow Dart-defined tables to reference imported tables through SQL
|
||||||
[#2433](https://github.com/simolus3/drift/issues/2433).
|
[#2433](https://github.com/simolus3/drift/issues/2433).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift_dev
|
name: drift_dev
|
||||||
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
||||||
version: 2.8.2
|
version: 2.8.3
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/
|
homepage: https://drift.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: sqlparser
|
name: sqlparser
|
||||||
description: Parses sqlite statements and performs static analysis on them
|
description: Parses sqlite statements and performs static analysis on them
|
||||||
version: 0.30.0
|
version: 0.30.1
|
||||||
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
#homepage: https://drift.simonbinder.eu/
|
#homepage: https://drift.simonbinder.eu/
|
||||||
|
|
Loading…
Reference in New Issue