diff --git a/CHANGELOG.md b/CHANGELOG.md index eb59c0ee..329d8413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ * Require Dart >= 3.0 * Upgraded: angel3_http_exception * Upgraded: angel3_route - +* Upgraded: angel3_model +* Upgraded: angel3_container +* Upgraded: angel3_container_generator +* Upgraded: angel3_mock_request ## 7.0.0 diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index 3b50d81d..af7f7e6c 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -6,4 +6,4 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/http_exce environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - lints: ^2.0.0 \ No newline at end of file + lints: ^2.1.0 \ No newline at end of file diff --git a/packages/model/CHANGELOG.md b/packages/model/CHANGELOG.md index fed8fde0..a5d38134 100644 --- a/packages/model/CHANGELOG.md +++ b/packages/model/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0 * Return -1 instead of throwing exception when id is null diff --git a/packages/model/pubspec.yaml b/packages/model/pubspec.yaml index 74d1cddd..96e89e4d 100644 --- a/packages/model/pubspec.yaml +++ b/packages/model/pubspec.yaml @@ -1,9 +1,9 @@ name: angel3_model -version: 7.1.0 +version: 8.0.0 description: Angel3 basic data model class, no longer with the added weight of the whole framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/model environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - lints: ^2.0.0 + lints: ^2.1.0 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index 40a2a3f9..dc751d3a 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -14,4 +14,4 @@ dev_dependencies: build_web_compilers: ^4.0.0 http: ^0.13.0 test: ^1.24.0 - lints: ^2.0.0 + lints: ^2.1.0