From 2edf7e386185dec3802a8db624c694eb994e44d0 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 23 Oct 2024 13:59:35 -0700 Subject: [PATCH 1/2] release: bump the next branch to v19.1.0-next.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25c5cbc6ed89..5be3c1e87846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "19.0.0-next.12", + "version": "19.1.0-next.0", "private": true, "description": "Software Development Kit for Angular", "keywords": [ From 6263e7e491286d8cc6a613eafe82902cc1a93252 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 23 Oct 2024 13:59:38 -0700 Subject: [PATCH 2/2] docs: release notes for the v19.0.0-next.13 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa041b0f98bf..85abd2f2af00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + + +# 19.0.0-next.13 (2024-10-23) + +### @angular/build + +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | +| [efb434136](https://github.com/angular/angular-cli/commit/efb434136d8c8df207747ab8fd87b7e2116b7106) | feat | Auto-CSP support as a part of angular.json schema | +| [cc345b02d](https://github.com/angular/angular-cli/commit/cc345b02d814a37bb23d6c3f1baca9595130d010) | fix | Address build issue in Node.js LTS versions with prerendering or SSR | + + + # 18.2.10 (2024-10-23)