Skip to content

Commit ca56489

Browse files
committed
release: cut the v15.0.0-next.1 release
1 parent 5cb815c commit ca56489

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="15.0.0-next.1"></a>
2+
3+
# 15.0.0-next.1 (2022-09-15)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- server builder `bundleDependencies` option now only accept a boolean value.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
15+
| [9beb878e2](https://github.com/angular/angular-cli/commit/9beb878e2eecd32e499c8af557f22f46548248fc) | feat | remove Browserslist configuration files from projects |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------- |
21+
| [4f8a3d258](https://github.com/angular/angular-cli/commit/4f8a3d258230d6b6645600f9d17e8582a36c8682) | fix | correctly display error messages that contain "at" text. |
22+
| [2021e66a1](https://github.com/angular/angular-cli/commit/2021e66a12fb873140d54cff82968a10e3ffa010) | fix | watch symbolic links |
23+
| [7f1017e60](https://github.com/angular/angular-cli/commit/7f1017e60f82389568065478d666ae4be6ebfea2) | refactor | remove old `bundleDependencies` enum logic |
24+
25+
### @ngtools/webpack
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
29+
| [4fa8392a1](https://github.com/angular/angular-cli/commit/4fa8392a138122bc2c8ed5e433cfbf9786da8baa) | perf | avoid bootstrap conversion AST traversal where possible |
30+
31+
## Special Thanks
32+
33+
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott and angular-robot[bot]
34+
35+
<!-- CHANGELOG SPLIT MARKER -->
36+
137
<a name="14.2.3"></a>
238

339
# 14.2.3 (2022-09-15)

package.json

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

0 commit comments

Comments
 (0)