Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GZGavinZhao committed Feb 5, 2024
1 parent b2d0fc6 commit 8bc3dd5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions ngforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bc3dd5

Please sign in to comment.