Updated pubspec
This commit is contained in:
parent
64771fb470
commit
5c3120f058
4 changed files with 13 additions and 20 deletions
|
@ -1,15 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 8.2.0
|
||||
|
||||
* [BREAKING] Updated `postgres` to 3.0.0
|
||||
|
||||
## 8.1.1
|
||||
|
||||
* Updated repository link
|
||||
|
||||
## 8.1.0
|
||||
|
||||
* [BREAKING] Updated `postgres` to 3.0.0
|
||||
* Updated repository link
|
||||
* Updated `lints` to 3.0.0
|
||||
* Fixed linter warnings
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
name: angel3_migration_runner
|
||||
version: 8.2.0
|
||||
version: 8.1.0
|
||||
description: Command-line based database migration runner for Angel3's ORM.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
publish_to: none
|
||||
dependencies:
|
||||
angel3_migration: ^8.0.0
|
||||
angel3_orm: ^8.0.0
|
||||
|
|
|
@ -16,18 +16,18 @@ dev_dependencies:
|
|||
angel3_orm_test: ^8.0.0
|
||||
test: ^1.24.0
|
||||
lints: ^3.0.0
|
||||
dependency_overrides:
|
||||
#dependency_overrides:
|
||||
# angel3_serialize:
|
||||
# path: ../../serialize/angel_serialize
|
||||
# angel3_serialize_generator:
|
||||
# path: ../../serialize/angel_serialize_generator
|
||||
# angel3_model:
|
||||
# path: ../../model
|
||||
angel3_orm_test:
|
||||
path: ../angel_orm_test
|
||||
# angel3_orm_test:
|
||||
# path: ../angel_orm_test
|
||||
# angel3_orm_generator:
|
||||
# path: ../angel_orm_generator
|
||||
angel3_orm:
|
||||
path: ../angel_orm
|
||||
angel3_migration:
|
||||
path: ../angel_migration
|
||||
# angel3_orm:
|
||||
# path: ../angel_orm
|
||||
# angel3_migration:
|
||||
# path: ../angel_migration
|
||||
|
|
|
@ -19,7 +19,7 @@ dev_dependencies:
|
|||
angel3_framework: ^8.0.0
|
||||
build_runner: ^2.4.0
|
||||
lints: ^3.0.0
|
||||
dependency_overrides:
|
||||
#dependency_overrides:
|
||||
# angel3_container:
|
||||
# path: ../../container/angel_container
|
||||
# angel3_framework:
|
||||
|
@ -36,8 +36,8 @@ dependency_overrides:
|
|||
# path: ../../serialize/angel_serialize
|
||||
# angel3_serialize_generator:
|
||||
# path: ../../serialize/angel_serialize_generator
|
||||
angel3_orm:
|
||||
path: ../angel_orm
|
||||
# angel3_orm:
|
||||
# path: ../angel_orm
|
||||
# angel3_migration:
|
||||
# path: ../angel_migration
|
||||
# angel3_orm_generator:
|
||||
|
|
Loading…
Reference in a new issue