From 5c3120f0585c952b02160d4bd23f422b102bb6db Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 18 Feb 2024 18:52:12 +0800 Subject: [PATCH] Updated pubspec --- packages/orm/angel_migration_runner/CHANGELOG.md | 10 ++-------- packages/orm/angel_migration_runner/pubspec.yaml | 3 +-- packages/orm/angel_orm_postgres/pubspec.yaml | 14 +++++++------- packages/orm/angel_orm_test/pubspec.yaml | 6 +++--- 4 files changed, 13 insertions(+), 20 deletions(-) diff --git a/packages/orm/angel_migration_runner/CHANGELOG.md b/packages/orm/angel_migration_runner/CHANGELOG.md index f0b5a981..2f8973a5 100755 --- a/packages/orm/angel_migration_runner/CHANGELOG.md +++ b/packages/orm/angel_migration_runner/CHANGELOG.md @@ -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 diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 1df937db..ae3e5717 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -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 diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index d66f391e..0f22d91e 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -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 diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 4b0fc529..44425061 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -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: