Skip to content

Commit 8772b62

Browse files
committed
release: cut the v16.1.0-rc.0 release
1 parent bc48a0d commit 8772b62

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="16.1.0-rc.0"></a>
2+
3+
# 16.1.0-rc.0 (2023-06-07)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- |
9+
| [b14b95990](https://github.com/angular/angular-cli/commit/b14b959901d5a670da0df45e082b8fd4c3392d14) | feat | add bootstrap-agnostic utilities for writing ng-add schematics |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
15+
| [772fe84ed](https://github.com/angular/angular-cli/commit/772fe84ed399ccc085893e645163b4b12c461d0e) | fix | ignore .git folder in browser-esbuild watcher |
16+
| [7155cbe5b](https://github.com/angular/angular-cli/commit/7155cbe5b2991f986c0683d16a6fc4d9b411e47b) | fix | ignore folders starting with a dot in browser-esbuild watcher |
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="16.0.5"></a>
221

322
# 16.0.5 (2023-06-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "16.1.0-next.2",
3+
"version": "16.1.0-rc.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)