Skip to content

Commit

Permalink
release: cut the v18.0.0-next.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 20, 2024
1 parent 378ba48 commit cf545ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="18.0.0-next.1"></a>
# 18.0.0-next.1 "basalt-solitude" (2024-03-20)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [9343131450](https://github.com/angular/components/commit/93431314507b11ce8191a632547eee9f2a288775) | fix | **drag-drop:** optionally inject parent drag in preview and placeholder ([#28750](https://github.com/angular/components/pull/28750)) |
| [108cce33bf](https://github.com/angular/components/commit/108cce33bfb331fcdce18527480b3a89f5f81a28) | fix | **overlay:** Remove use of zone onStable to detach content ([#28740](https://github.com/angular/components/pull/28740)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.1"></a>
# 17.3.1 "clay-paradox" (2024-03-20)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "18.0.0-next.0",
"version": "18.0.0-next.1",
"dependencies": {
"@angular/animations": "^18.0.0-next.0",
"@angular/common": "^18.0.0-next.0",
Expand Down

0 comments on commit cf545ee

Please sign in to comment.