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 5ff2fdf commit b2d0fc6
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
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:

- [`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
Expand Down
2 changes: 1 addition & 1 deletion ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions ngtest/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**(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.
Expand Down
2 changes: 1 addition & 1 deletion ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2d0fc6

Please sign in to comment.