pg@1.1.0-beta
This commit is contained in:
parent
1e2e7e52bc
commit
e99e040a50
2 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.1.0-beta
|
||||
* Updates for `package:angel_orm@2.1.0-beta`.
|
||||
|
||||
# 1.0.0
|
||||
* Bump to `1.0.0`. This package has actually been stable for several months.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
name: angel_orm_postgres
|
||||
version: 1.0.0
|
||||
version: 1.1.0-beta
|
||||
description: PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
environment:
|
||||
sdk: '>=2.0.0-dev.1.2 <3.0.0'
|
||||
dependencies:
|
||||
angel_orm: ^2.0.0-dev
|
||||
angel_orm: ^2.1.0-beta
|
||||
logging: ^0.11.0
|
||||
pool: ^1.0.0
|
||||
postgres: ^1.0.0
|
||||
|
@ -15,6 +15,6 @@ dev_dependencies:
|
|||
path: ../angel_orm_test
|
||||
pretty_logging: ^1.0.0
|
||||
test: ^1.0.0
|
||||
dependency_overrides:
|
||||
angel_orm:
|
||||
path: ../angel_orm
|
||||
# dependency_overrides:
|
||||
# angel_orm:
|
||||
# path: ../angel_orm
|
Loading…
Reference in a new issue