Skip to content

Commit cf31d19

Browse files
committed
release: cut the v20.0.0-next.8 release
1 parent 12def3a commit cf31d19

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="20.0.0-next.8"></a>
2+
3+
# 20.0.0-next.8 (2025-04-23)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
9+
| [0ab1ddf63](https://github.com/angular/angular-cli/commit/0ab1ddf632b7305db28a2f87f5c6b099a44669f6) | feat | generate libraries using TypeScript project references |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- |
15+
| [12def3a2e](https://github.com/angular/angular-cli/commit/12def3a2e907ca8e7d530cea1b39bba90e153144) | feat | add experimental vitest unit-testing support |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="20.0.0-next.7"></a>
220

321
# 20.0.0-next.7 (2025-04-23)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "20.0.0-next.7",
3+
"version": "20.0.0-next.8",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)