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
|
# 1.0.0
|
||||||
* Bump to `1.0.0`. This package has actually been stable for several months.
|
* Bump to `1.0.0`. This package has actually been stable for several months.
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
name: angel_orm_postgres
|
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.
|
description: PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/orm
|
homepage: https://github.com/angel-dart/orm
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.0.0-dev.1.2 <3.0.0'
|
sdk: '>=2.0.0-dev.1.2 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_orm: ^2.0.0-dev
|
angel_orm: ^2.1.0-beta
|
||||||
logging: ^0.11.0
|
logging: ^0.11.0
|
||||||
pool: ^1.0.0
|
pool: ^1.0.0
|
||||||
postgres: ^1.0.0
|
postgres: ^1.0.0
|
||||||
|
@ -15,6 +15,6 @@ dev_dependencies:
|
||||||
path: ../angel_orm_test
|
path: ../angel_orm_test
|
||||||
pretty_logging: ^1.0.0
|
pretty_logging: ^1.0.0
|
||||||
test: ^1.0.0
|
test: ^1.0.0
|
||||||
dependency_overrides:
|
# dependency_overrides:
|
||||||
angel_orm:
|
# angel_orm:
|
||||||
path: ../angel_orm
|
# path: ../angel_orm
|
Loading…
Reference in a new issue