Skip to content

Commit 6df7578

Browse files
committed
release: cut the v19.0.0-next.2 release
1 parent afe2891 commit 6df7578

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="19.0.0-next.2"></a>
2+
3+
# 19.0.0-next.2 (2024-08-28)
4+
5+
## Breaking Changes
6+
7+
### @angular/ssr
8+
9+
- The `CommonEngine` API now needs to be imported from `@angular/ssr/node`.
10+
11+
**Before**
12+
13+
```ts
14+
import { CommonEngine } from '@angular/ssr';
15+
```
16+
17+
**After**
18+
19+
```ts
20+
import { CommonEngine } from '@angular/ssr/node';
21+
```
22+
23+
### @schematics/angular
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
27+
| [a381a3db1](https://github.com/angular/angular-cli/commit/a381a3db187f7b20e5ec8d1e1a1f1bd860426fcd) | feat | add option to export component as default |
28+
29+
### @angular/ssr
30+
31+
| Commit | Type | Description |
32+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
33+
| [30c25bf68](https://github.com/angular/angular-cli/commit/30c25bf6885fefea6094ec1815e066e4c6ada097) | feat | export `AngularAppEngine` as public API |
34+
| [4b09887a9](https://github.com/angular/angular-cli/commit/4b09887a9c82838ccb7a6c95d66225c7875e562b) | feat | move `CommonEngine` API to `/node` entry-point |
35+
| [d43180af5](https://github.com/angular/angular-cli/commit/d43180af5f3e7b29387fd06625bd8e37f3ebad95) | fix | add missing peer dependency on `@angular/platform-server` |
36+
37+
<!-- CHANGELOG SPLIT MARKER -->
38+
139
<a name="19.0.0-next.1"></a>
240

341
# 19.0.0-next.1 (2024-08-22)

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.0.0-next.1",
3+
"version": "19.0.0-next.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)