mirror of https://github.com/AMT-Cheif/drift.git
Prepare to release 1.1.1
This commit is contained in:
parent
344453750f
commit
98c21c13b3
|
@ -1,4 +1,4 @@
|
|||
## unreleased
|
||||
## 1.1.1
|
||||
|
||||
- Rollback transactions when a commit fails.
|
||||
- Revert a change from 1.1.0 to stop serializing messages over isolates.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift
|
||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## unreleased
|
||||
## 1.1.1
|
||||
|
||||
- Improve error handling around custom row classes.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift_dev
|
||||
description: Dev-dependency for users of drift. Contains a the generator and development tools.
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
@ -24,7 +24,7 @@ dependencies:
|
|||
yaml: ^3.1.0
|
||||
io: ^1.0.3
|
||||
|
||||
# Moor-specific analysis and apis
|
||||
# Drift-specific analysis and apis
|
||||
drift: '>=1.1.0 <1.2.0'
|
||||
sqlite3: '>=0.1.6 <2.0.0'
|
||||
sqlparser: ^0.19.0
|
||||
|
|
Loading…
Reference in New Issue