diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c55a06d..7128a1e78 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: + + - [`ngforms` - `v5.0.0-dev.3`](#ngforms---v500-dev3) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `ngforms` - `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**(ngforms): rename providers & fix all static warnings ([#54](https://github.com/angulardart-community/angular/issues/54)). + + ## 2024-02-04 ### Changes diff --git a/ngforms/CHANGELOG.md b/ngforms/CHANGELOG.md index feee283d4..ca4f46b19 100644 --- a/ngforms/CHANGELOG.md +++ b/ngforms/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**(ngforms): rename providers & fix all static warnings ([#54](https://github.com/angulardart-community/angular/issues/54)). + ## 5.0.0-dev.1 > Note: This release has breaking changes. diff --git a/ngforms/pubspec.yaml b/ngforms/pubspec.yaml index 16a1b6457..9edcc41a9 100644 --- a/ngforms/pubspec.yaml +++ b/ngforms/pubspec.yaml @@ -2,7 +2,7 @@ name: ngforms description: > Forms framework for AngularDart. Easily create forms to accept input from users. -version: 5.0.0-dev.2 +version: 5.0.0-dev.3 repository: https://github.com/angulardart-community/angular environment: