diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fba6418..587494b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.3.0 +* Upgrade angel_http_exception to 1.3.0 +* Upgrade angel_cli to 2.3.0. Rename not working. +* Upgrade angel_route to 3.3.0 +* Upgrade angel_model to 1.3.0 + + # 2.2.0 * Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0" * Upgraded 3rd party libraries to the latest version prior to dart 2.12 diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index 6faa559e..30e5b0fa 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_http_exception -version: 2.3.0 +version: 1.3.0 description: Exception class that can be serialized to JSON and serialized to clients. #author: Tobe O homepage: https://github.com/dukefirehawk/angel/packages/http_exception diff --git a/packages/model/pubspec.yaml b/packages/model/pubspec.yaml index 782f5a25..a8971ac9 100644 --- a/packages/model/pubspec.yaml +++ b/packages/model/pubspec.yaml @@ -1,9 +1,9 @@ name: angel_model -version: 1.0.3 +version: 1.3.0 description: Angel's basic data model class, no longer with the added weight of the whole framework. author: Tobe O homepage: https://github.com/angel-dart/model environment: - sdk: ">=2.10.0 <2.12.0" + sdk: ">=2.10.0 <3.0.0" dev_dependencies: - pedantic: ^1.9.2 + pedantic: ^1.11.0 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index 2153eb3c..cf3c7ace 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -7,12 +7,12 @@ environment: sdk: ">=2.10.0 <3.0.0" dependencies: combinator: ^1.0.0 - meta: ^1.0.0 - path: ^1.0.0 + #meta: ^1.0.0 + #path: ^1.0.0 string_scanner: ^1.0.0 dev_dependencies: - build_runner: ^1.11.1 - build_web_compilers: ^2.12.2 + build_runner: ^1.11.5 + build_web_compilers: ^2.16.4 http: ^0.13.0 - pedantic: ^1.0.0 - test: ^1.15.7 \ No newline at end of file + pedantic: ^1.11.0 + test: ^1.16.5 \ No newline at end of file