From 57fa1d50c66b6f8d6a68d10779e07a32a597b98a Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 12 Feb 2020 21:01:41 +0100 Subject: [PATCH] Release moor and moor_generator 2.4.0, sqlparser 0.7.0 --- moor/pubspec.yaml | 3 ++- moor_generator/pubspec.yaml | 3 +-- sqlparser/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moor/pubspec.yaml b/moor/pubspec.yaml index 4cc40200..83e81a2b 100644 --- a/moor/pubspec.yaml +++ b/moor/pubspec.yaml @@ -1,6 +1,6 @@ name: moor description: Moor is a safe and reactive persistence library for Dart applications -version: 2.4.0-dev +version: 2.4.0 repository: https://github.com/simolus3/moor homepage: https://moor.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -20,6 +20,7 @@ dev_dependencies: uuid: ^2.0.0 moor_ffi: # Used to run integration tests path: ../moor_ffi + path: ^1.6.4 build_runner: '>=1.3.0 <2.0.0' build_test: ^0.10.8 test: ^1.9.0 diff --git a/moor_generator/pubspec.yaml b/moor_generator/pubspec.yaml index b1ab8153..7480b5ff 100644 --- a/moor_generator/pubspec.yaml +++ b/moor_generator/pubspec.yaml @@ -1,6 +1,6 @@ name: moor_generator description: Dev-dependency to generate table and dataclasses together with the moor package. -version: 2.4.0-dev +version: 2.4.0 repository: https://github.com/simolus3/moor homepage: https://moor.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -38,7 +38,6 @@ dependencies: dev_dependencies: test: ^1.6.0 - test_core: ^0.2.0 build_runner: ^1.6.7 build_test: ^0.10.10 json_serializable: ^3.0.0 diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index 3487089d..8d2da9ce 100644 --- a/sqlparser/pubspec.yaml +++ b/sqlparser/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlparser description: Parses sqlite statements and performs static analysis on them -version: 0.7.0-dev +version: 0.7.0 homepage: https://github.com/simolus3/moor/tree/develop/sqlparser #homepage: https://moor.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues