Skip to content

Commit 8971745

Browse files
committed
release: cut the v19.2.0-next.1 release
1 parent 98c8fb5 commit 8971745

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=-744581142
6+
package.json=457233195
77
packages/angular/build/package.json=1783072863
88
packages/angular/cli/package.json=1301682969
99
packages/angular/pwa/package.json=1108903917
@@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
1717
packages/angular_devkit/schematics_cli/package.json=-169616762
1818
packages/ngtools/webpack/package.json=1463215526
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-1995042738
20+
pnpm-lock.yaml=97936200
2121
pnpm-workspace.yaml=-1056556036
2222
yarn.lock=346921654

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="19.2.0-next.1"></a>
2+
3+
# 19.2.0-next.1 (2025-01-29)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
9+
| [cae068be3](https://github.com/angular/angular-cli/commit/cae068be373edbad04e06052e87ec7437575e178) | fix | update library schematic to use `@angular-devkit/build-angular:ng-packagr` |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
15+
| [694ef8e6e](https://github.com/angular/angular-cli/commit/694ef8e6e486ad66d19b831243193e0123a4b0b1) | fix | allow tailwindcss 4.x as a peer dependency |
16+
| [1a3ef3b60](https://github.com/angular/angular-cli/commit/1a3ef3b60bb1d383a514dee8a6f95b7e15b5bb2c) | fix | disable TypeScript `removeComments` option |
17+
| [d4ee36065](https://github.com/angular/angular-cli/commit/d4ee36065d9fe39431414a40ce39e163acfd8278) | fix | keep background referenced HMR update chunks |
18+
| [531dcdca4](https://github.com/angular/angular-cli/commit/531dcdca46a321d253b1d5a2e40d2b3a90e3ee46) | fix | support template updates that also trigger global stylesheet changes |
19+
| [f836be9e6](https://github.com/angular/angular-cli/commit/f836be9e676575fccd4d74eddbc5bf647f7ff1bd) | fix | support Vite `allowedHosts` option for development server |
20+
| [0ddf6aafa](https://github.com/angular/angular-cli/commit/0ddf6aafaa65b3323dc4ee6251d75794ae862ec7) | fix | utilize bazel stamp instead of resolving peer dependency versions |
21+
22+
### @angular/ssr
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
26+
| [4df97d192](https://github.com/angular/angular-cli/commit/4df97d192354a884557229489b4d8607003cc613) | fix | enhance dynamic route matching for better performance and accuracy |
27+
| [46581db16](https://github.com/angular/angular-cli/commit/46581db16bc8ed4eda5f0198734146c4e82f9957) | fix | redirect to locale pathname instead of full URL |
28+
| [ec05c814e](https://github.com/angular/angular-cli/commit/ec05c814ee0ee444479e22ae767109cace18cb0b) | fix | rename `provideServerRoutesConfig` to `provideServerRouting` |
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="19.1.5"></a>
233

334
# 19.1.5 (2025-01-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": "19.2.0-next.0",
3+
"version": "19.2.0-next.1",
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)