Skip to content

Commit b2d0fc6

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

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
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+
- [`ngtest` - `v5.0.0-dev.3`](#ngtest---v500-dev3)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `ngtest` - `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**(ngrouter): remove createDynamicFixture & fix all static warnings ([#56](https://github.com/angulardart-community/angular/issues/56)).
27+
28+
629
## 2024-02-04
730

831
### Changes

ngforms/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dev_dependencies:
1818
build_web_compilers: ^4.0.4
1919
lints: ^2.1.0
2020
mockito: ^5.4.3
21-
ngtest: ^5.0.0-dev.2
21+
ngtest: ^5.0.0-dev.3
2222
test: ">=1.24.0 <1.25.0"

ngrouter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dev_dependencies:
1919
build_web_compilers: ^4.0.4
2020
lints: ^2.1.0
2121
mockito: ^5.4.3
22-
ngtest: ^5.0.0-dev.2
22+
ngtest: ^5.0.0-dev.3
2323
test: ">=1.24.0 <1.25.0"

ngtest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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**(ngrouter): remove createDynamicFixture & fix all static warnings ([#56](https://github.com/angulardart-community/angular/issues/56)).
8+
19
## 5.0.0-dev.2
210

311
- Migrate to Analyzer v6 and Dart 3.0.

ngtest/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ngtest
22
description: >
33
Testing runner and library for AngularDart.
44
This package is necessary to write component tests for AngularDart components.
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)