Skip to content

Commit 8bc3dd5

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent b2d0fc6 commit 8bc3dd5

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-02-04
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`ngforms` - `v5.0.0-dev.3`](#ngforms---v500-dev3)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `ngforms` - `v5.0.0-dev.3`
23+
24+
- **REFACTOR**(all): update to Dart 3 ([#68](https://github.com/angulardart-community/angular/issues/68)).
25+
- **DOCS**(all): update to new workflow badge.
26+
- **BREAKING** **REFACTOR**(ngforms): rename providers & fix all static warnings ([#54](https://github.com/angulardart-community/angular/issues/54)).
27+
28+
629
## 2024-02-04
730

831
### Changes

ngforms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.0.0-dev.3
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**(all): update to Dart 3 ([#68](https://github.com/angulardart-community/angular/issues/68)).
6+
- **DOCS**(all): update to new workflow badge.
7+
- **BREAKING** **REFACTOR**(ngforms): rename providers & fix all static warnings ([#54](https://github.com/angulardart-community/angular/issues/54)).
8+
19
## 5.0.0-dev.1
210

311
> Note: This release has breaking changes.

ngforms/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ngforms
22
description: >
33
Forms framework for AngularDart.
44
Easily create forms to accept input from users.
5-
version: 5.0.0-dev.2
5+
version: 5.0.0-dev.3
66
repository: https://github.com/angulardart-community/angular
77

88
environment:

0 commit comments

Comments
 (0)