diff --git a/CHANGELOG.md b/CHANGELOG.md index c913742c2..40c55a06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-02-04 + +### Changes + +--- + +Packages with breaking changes: + + - [`ngtest` - `v5.0.0-dev.3`](#ngtest---v500-dev3) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `ngtest` - `v5.0.0-dev.3` + + - **REFACTOR**(all): update to Dart 3 ([#68](https://github.com/angulardart-community/angular/issues/68)). + - **DOCS**(all): update to new workflow badge. + - **BREAKING** **REFACTOR**(ngrouter): remove createDynamicFixture & fix all static warnings ([#56](https://github.com/angulardart-community/angular/issues/56)). + + ## 2024-02-04 ### Changes diff --git a/ngforms/pubspec.yaml b/ngforms/pubspec.yaml index 88262fc4d..16a1b6457 100644 --- a/ngforms/pubspec.yaml +++ b/ngforms/pubspec.yaml @@ -18,5 +18,5 @@ dev_dependencies: build_web_compilers: ^4.0.4 lints: ^2.1.0 mockito: ^5.4.3 - ngtest: ^5.0.0-dev.2 + ngtest: ^5.0.0-dev.3 test: ">=1.24.0 <1.25.0" diff --git a/ngrouter/pubspec.yaml b/ngrouter/pubspec.yaml index 579dfb4d2..0a5ec0cb9 100644 --- a/ngrouter/pubspec.yaml +++ b/ngrouter/pubspec.yaml @@ -19,5 +19,5 @@ dev_dependencies: build_web_compilers: ^4.0.4 lints: ^2.1.0 mockito: ^5.4.3 - ngtest: ^5.0.0-dev.2 + ngtest: ^5.0.0-dev.3 test: ">=1.24.0 <1.25.0" diff --git a/ngtest/CHANGELOG.md b/ngtest/CHANGELOG.md index cc633fcbd..79c97a623 100644 --- a/ngtest/CHANGELOG.md +++ b/ngtest/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.0.0-dev.3 + +> Note: This release has breaking changes. + + - **REFACTOR**(all): update to Dart 3 ([#68](https://github.com/angulardart-community/angular/issues/68)). + - **DOCS**(all): update to new workflow badge. + - **BREAKING** **REFACTOR**(ngrouter): remove createDynamicFixture & fix all static warnings ([#56](https://github.com/angulardart-community/angular/issues/56)). + ## 5.0.0-dev.2 - Migrate to Analyzer v6 and Dart 3.0. diff --git a/ngtest/pubspec.yaml b/ngtest/pubspec.yaml index 886b3af40..60a4ceb72 100644 --- a/ngtest/pubspec.yaml +++ b/ngtest/pubspec.yaml @@ -2,7 +2,7 @@ name: ngtest description: > Testing runner and library for AngularDart. This package is necessary to write component tests for AngularDart components. -version: 5.0.0-dev.2 +version: 5.0.0-dev.3 repository: https://github.com/angulardart-community/angular environment: