Skip to content

Commit

Permalink
release: cut the v19.0.0-next.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Sep 4, 2024
1 parent 7f0dd30 commit 84e14d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="19.0.0-next.3"></a>

# 19.0.0-next.3 (2024-09-04)

### @angular-devkit/build-angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| [3ee21631f](https://github.com/angular/angular-cli/commit/3ee21631f481b2e72be2390b5a2cac74824efbb5) | fix | clear context in Karma by default for single run executions |

### @angular/ssr

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------- |
| [455b5700c](https://github.com/angular/angular-cli/commit/455b5700c29845829235e17efec320e634553108) | feat | expose `writeResponseToNodeResponse` and `createWebRequestFromNodeRequest` in public API |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.3"></a>

# 18.2.3 (2024-09-04)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "19.0.0-next.2",
"version": "19.0.0-next.3",
"private": true,
"description": "Software Development Kit for Angular",
"keywords": [
Expand Down

0 comments on commit 84e14d6

Please sign in to comment.