Bump to 2.0.0
This commit is contained in:
parent
f22919e55b
commit
21c207fe70
3 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
||||||
language: dart
|
language: dart
|
||||||
dart:
|
dart:
|
||||||
- dev
|
|
||||||
- stable
|
- stable
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 2.0.0
|
||||||
|
* Use Angel 2.
|
||||||
|
|
||||||
# 1.2.0-rc.0
|
# 1.2.0-rc.0
|
||||||
* Removed the `Configuration` class.
|
* Removed the `Configuration` class.
|
||||||
* Removed the `ConfigurationTransformer` class.
|
* Removed the `ConfigurationTransformer` class.
|
||||||
|
|
13
pubspec.yaml
13
pubspec.yaml
|
@ -1,16 +1,15 @@
|
||||||
name: angel_configuration
|
name: angel_configuration
|
||||||
description: Automatic YAML configuration loader for Angel.
|
description: Automatic YAML configuration loader for Angel.
|
||||||
version: 1.2.0-rc.0
|
version: 2.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_configuration
|
homepage: https://github.com/angel-dart/angel_configuration
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.8.0 <3.0.0"
|
sdk: ">=2.0.0-dev <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: ^1.1.0-alpha
|
angel_framework: ^2.0.0-alpha
|
||||||
dotenv:
|
dotenv: ^1.0.0
|
||||||
git: https://github.com/thosakwe/dotenv.git
|
file: ^5.0.0
|
||||||
file: ^2.0.0
|
|
||||||
merge_map: ^1.0.0
|
merge_map: ^1.0.0
|
||||||
yaml: ^2.0.0
|
yaml: ^2.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^0.12.0
|
test: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue