Skip to content

Commit ec8f589

Browse files
committed
release: cut the v19.1.4 release
1 parent c5d9038 commit ec8f589

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=34697733
5+
package.json=-681275834
66
packages/angular/cli/package.json=349838588
77
packages/angular/pwa/package.json=-1352285148
88
packages/angular_devkit/architect/package.json=-1496633956
@@ -12,6 +12,6 @@ packages/angular_devkit/core/package.json=339935828
1212
packages/angular_devkit/schematics/package.json=673943597
1313
packages/ngtools/webpack/package.json=-942726894
1414
packages/schematics/angular/package.json=251715148
15-
pnpm-lock.yaml=-1982621849
15+
pnpm-lock.yaml=1833329901
1616
pnpm-workspace.yaml=634423855
1717
yarn.lock=1185228888

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="19.1.4"></a>
2+
3+
# 19.1.4 (2025-01-22)
4+
5+
### @angular-devkit/schematics
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
9+
| [aa6f0d051](https://github.com/angular/angular-cli/commit/aa6f0d051179d31aad2c3be7b79f9fda8de60f34) | fix | ensure collections can be resolved via test runner in pnpm workspaces |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------- |
15+
| [ff8192a35](https://github.com/angular/angular-cli/commit/ff8192a355ca38edb34fb0cfe08ef133629f3f63) | fix | correct path for `/@ng/components` on Windows |
16+
| [14d2f7ca0](https://github.com/angular/angular-cli/commit/14d2f7ca0e930fceeea53d307db79f0e963c1d53) | fix | include extracted routes in the manifest during prerendering |
17+
| [c87a38f5b](https://github.com/angular/angular-cli/commit/c87a38f5b25b3cddd1b2a1ee4b443b10cf03b767) | fix | only issue invalid i18n config error for duplicate `subPaths` with inlined locales |
18+
| [d50788cf9](https://github.com/angular/angular-cli/commit/d50788cf9f799ffbe9ba0edde425e6833623686d) | fix | replace deprecation of `i18n.baseHref` with a warning |
19+
20+
### @angular/ssr
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
24+
| [bcc5fab75](https://github.com/angular/angular-cli/commit/bcc5fab750c0029e16ad91d277f88113a60b7fa1) | fix | prevent route matcher error when SSR routing is not used |
25+
| [9bacf3981](https://github.com/angular/angular-cli/commit/9bacf3981995626cf935cf1620c391338de1c9df) | fix | properly manage catch-all routes with base href |
26+
| [59c757781](https://github.com/angular/angular-cli/commit/59c75778112383816da2f729d5ae80705b5828fa) | fix | unblock route extraction with `withEnabledBlockingInitialNavigation` |
27+
28+
<!-- CHANGELOG SPLIT MARKER -->
29+
130
<a name="19.1.3"></a>
231

332
# 19.1.3 (2025-01-20)

package.json

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

pnpm-lock.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)