Published orm_generator
This commit is contained in:
parent
c83ba22439
commit
f777776df0
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 7.1.1
|
||||
|
||||
* Temporily fixed `analyzer` to 5.2.0 to resolve undocumented breaking changes in 5.3.1.
|
||||
* Temporily locked `analyzer` to 5.2.x to resolve undocumented breaking changes in 5.3.x.
|
||||
|
||||
## 7.1.0
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ dependencies:
|
|||
angel3_serialize: ^7.0.0
|
||||
angel3_orm: ^7.0.0
|
||||
angel3_serialize_generator: ^7.1.0
|
||||
analyzer: 5.2.0
|
||||
analyzer: '>=5.2.0 <5.3.0'
|
||||
inflection3: ^0.5.3+1
|
||||
build: ^2.0.1
|
||||
build_config: ^1.0.0
|
||||
|
|
|
@ -19,7 +19,7 @@ dev_dependencies:
|
|||
angel3_framework: ^7.0.0
|
||||
build_runner: ^2.0.1
|
||||
lints: ^2.0.0
|
||||
dependency_overrides:
|
||||
# dependency_overrides:
|
||||
# angel3_container:
|
||||
# path: ../../container/angel_container
|
||||
# angel3_framework:
|
||||
|
@ -40,5 +40,5 @@ dependency_overrides:
|
|||
# path: ../angel_orm
|
||||
# angel3_migration:
|
||||
# path: ../angel_migration
|
||||
angel3_orm_generator:
|
||||
path: ../angel_orm_generator
|
||||
# angel3_orm_generator:
|
||||
# path: ../angel_orm_generator
|
||||
|
|
Loading…
Reference in a new issue