Skip to content

Commit

Permalink
release: cut the v18.0.0-next.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Apr 3, 2024
1 parent fe19259 commit 3efd0b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="18.0.0-next.2"></a>

# 18.0.0-next.2 (2024-04-03)

### @schematics/angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- |
| [725883713](https://github.com/angular/angular-cli/commit/72588371385bebeea1003dff4d1d0a2ca9854321) | feat | use eventCoalescing option by default (standalone bootstrap) |
| [508d97da7](https://github.com/angular/angular-cli/commit/508d97da76b5359bc8029888ff0e9cfc59a6139c) | feat | use ngZoneEventCoalescing option by default (module bootstrap) |
| [157329384](https://github.com/angular/angular-cli/commit/157329384809d723c428a043712a331493826748) | fix | add spaces around eventCoalescing option |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.3"></a>

# 17.3.3 (2024-04-02)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "18.0.0-next.1",
"version": "18.0.0-next.2",
"private": true,
"description": "Software Development Kit for Angular",
"keywords": [
Expand Down

0 comments on commit 3efd0b0

Please sign in to comment.