Publish container
This commit is contained in:
parent
62224b73da
commit
8a04fc0344
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 3.0.1
|
||||
* Updated README
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# angel3_container
|
||||
[](https://pub.dartlang.org/packages/angel3_container)
|
||||
[](https://pub.dartlang.org/packages/angel3_container)
|
||||
[](https://dart.dev/null-safety)
|
||||
[](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_container
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
description: A hierarchical DI container, and pluggable backends for reflection.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/container/angel_container
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue