Skip to content

Commit 9124a66

Browse files
committed
release: cut the v15.0.0-next.6 release
1 parent 2105964 commit 9124a66

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="15.0.0-next.6"></a>
2+
3+
# 15.0.0-next.6 (2022-10-14)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
9+
| [3dea1fa71](https://github.com/angular/angular-cli/commit/3dea1fa7173e846aff5b0d15b919d9786bbf7198) | fix | add unique user id as user parameter in GA |
10+
| [af07aa340](https://github.com/angular/angular-cli/commit/af07aa340a1c3c9f3d42446981be59a73effa498) | fix | add workspace information as part of analytics collection |
11+
| [22955f245](https://github.com/angular/angular-cli/commit/22955f24592df8044dbdeeb8e635beb1cc770c75) | fix | do not collect analytics when running in non TTY mode |
12+
13+
### @angular-devkit/build-angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
17+
| [3ff391738](https://github.com/angular/angular-cli/commit/3ff39173808f2beed97ee5deb91be541205f9a03) | fix | account for package.json exports fields with CSS import statements |
18+
| [6280741ce](https://github.com/angular/angular-cli/commit/6280741ce4a89882595c834f48a45cca6f9534e0) | fix | add `@angular/platform-server` as an optional peer dependency |
19+
| [3a1970b76](https://github.com/angular/angular-cli/commit/3a1970b76e4da7424e2661664a1e9e669bd279b4) | fix | only import karma when running karma builder |
20+
| [2105964af](https://github.com/angular/angular-cli/commit/2105964afc0285cc40c16d32c47d1eb60be5e279) | fix | resolve transitive dependencies in Sass when using Yarn PNP |
21+
| [45a94228f](https://github.com/angular/angular-cli/commit/45a94228fb23acbd0d1a9329448f07b759c8654b) | perf | use Uint8Arrays for incremental caching with esbuild-based builder |
22+
23+
### @angular-devkit/core
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
27+
| [de467f46d](https://github.com/angular/angular-cli/commit/de467f46de63059f9c701dfe8695513c742f22b5) | fix | update logger `forEach` `promiseCtor` type |
28+
29+
### @ngtools/webpack
30+
31+
| Commit | Type | Description |
32+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
33+
| [1c1f985b9](https://github.com/angular/angular-cli/commit/1c1f985b9c9913f28915f101ee1717c0da540362) | fix | support inline style sourcemaps when using css-loader for component styles |
34+
35+
## Special Thanks
36+
37+
Alan Agius and Charles Lyding
38+
39+
<!-- CHANGELOG SPLIT MARKER -->
40+
141
<a name="15.0.0-next.5"></a>
242

343
# 15.0.0-next.5 (2022-10-12)

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": "15.0.0-next.5",
3+
"version": "15.0.0-next.6",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)