diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 23630ebd..6df20b7a 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_migration -version: 2.0.0 +version: 3.0.0 description: Database migration runtime for Angel's ORM. Use this package to define schemas. author: Tobe O homepage: https://github.com/angel-dart/migration diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 23c4f7d6..c5a79f66 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -1,15 +1,24 @@ name: angel_migration_runner -version: 2.0.0 +version: 3.0.0 description: Command-line based database migration runner for Angel's ORM. author: Tobe O homepage: https://github.com/angel-dart/migration +publish_to: none environment: - sdk: '>=2.10.0 <2.12.0' + sdk: '>=2.10.0 <3.0.0' dependencies: - angel_migration: #^2.0.0-alpha - path: ../angel_migration + angel_migration: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/orm/angel_migration angel_orm: #^2.0.0-dev.2 - path: ../angel_orm - args: ^1.0.0 - charcode: ^1.0.0 - postgres: ^2.2.0 \ No newline at end of file + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/orm/angel_orm + args: ^2.0.0 + charcode: ^1.2.0 + postgres: + git: + url: https://github.com/dukefirehawk/postgresql-dart