Updated migration
This commit is contained in:
parent
5a6992bb16
commit
c9f8d5d479
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.0
|
||||
|
||||
* Fixed NNBD
|
||||
|
||||
## 4.0.0-beta.3
|
||||
|
||||
* Updated README
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
name: angel3_migration
|
||||
version: 4.0.0-beta.3
|
||||
version: 4.0.0
|
||||
description: Database migration runtime for Angel3 ORM. Use this package to define schemas.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_migration
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
angel3_orm: ^4.0.0-beta.1
|
||||
angel3_orm: ^4.0.0
|
||||
dev_dependencies:
|
||||
pedantic: ^1.11.0
|
||||
|
|
Loading…
Reference in a new issue