Skip to content

Commit 1335a45

Browse files
committed
release: cut the v14.0.5 release
1 parent f9f970c commit 1335a45

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<a name="14.0.5"></a>
2+
3+
# 14.0.5 (2022-07-06)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
9+
| [98a6aad60](https://github.com/angular/angular-cli/commit/98a6aad60276960bd6bcecda73172480e4bdec48) | fix | during an update only use package manager force option with npm 7+ |
10+
| [094aa16aa](https://github.com/angular/angular-cli/commit/094aa16aaf5b148f2ca94cae45e18dbdeaacad9d) | fix | improve error message for project-specific ng commands when run outside of a project |
11+
| [e5e07fff1](https://github.com/angular/angular-cli/commit/e5e07fff1919c46c15d6ce61355e0c63007b7d55) | fix | show deprecated workspace config options in IDE |
12+
13+
### @schematics/angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
17+
| [f9f970cab](https://github.com/angular/angular-cli/commit/f9f970cab515a8a1b1fbb56830b03250dd5cccce) | fix | prevent importing `RouterModule` parallel to `RoutingModule` |
18+
19+
### @angular-devkit/build-angular
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
23+
| [aa8ed532f](https://github.com/angular/angular-cli/commit/aa8ed532f816f2fa23b1fe443a216c5d75507432) | fix | disable glob mounting for patterns that start with a forward slash |
24+
| [c76edb8a7](https://github.com/angular/angular-cli/commit/c76edb8a79d1a12376c2a163287251c06e1f0222) | fix | don't override base-href in HTML when it's not set in builder |
25+
| [f64903528](https://github.com/angular/angular-cli/commit/f649035286d640660c3bc808b7297fb60d0888bc) | fix | improve detection of CommonJS dependencies |
26+
| [74dbd5fc2](https://github.com/angular/angular-cli/commit/74dbd5fc273aece097b2b3ee0b28607d24479d8c) | fix | support hidden component stylesheet sourcemaps with esbuild builder |
27+
28+
### @ngtools/webpack
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
32+
| [7aed97561](https://github.com/angular/angular-cli/commit/7aed97561c2320f92f8af584cc9852d4c8d818b9) | fix | do not run ngcc when `node_modules` does not exist |
33+
34+
## Special Thanks
35+
36+
Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner
37+
38+
<!-- CHANGELOG SPLIT MARKER -->
39+
140
<a name="14.0.4"></a>
241

342
# 14.0.4 (2022-06-29)

package.json

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

0 commit comments

Comments
 (0)