Skip to content

Commit e45946d

Browse files
committed
release: cut the v18.0.0-next.1 release
1 parent 378ba48 commit e45946d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="18.0.0-next.1"></a>
2+
# 18.0.0-next.1 "basalt-solitude" (2024-03-20)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
| [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)) |
8+
9+
<!-- CHANGELOG SPLIT MARKER -->
10+
111
<a name="17.3.1"></a>
212
# 17.3.1 "clay-paradox" (2024-03-20)
313
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "18.0.0-next.0",
59+
"version": "18.0.0-next.1",
6060
"dependencies": {
6161
"@angular/animations": "^18.0.0-next.0",
6262
"@angular/common": "^18.0.0-next.0",

0 commit comments

Comments
 (0)