From 4e4f22df2721a439b141a919ce5717c18b8500ab Mon Sep 17 00:00:00 2001 From: Cheng-Hsuan Tsai Date: Wed, 18 Mar 2026 22:16:50 +0000 Subject: [PATCH] release: cut the v22.0.0-next.1 release --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec116ebead1a..6c757e173d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 22.0.0-next.1 "22-0-0" (2026-03-18) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [0767a3cb4](https://github.com/angular/components/commit/0767a3cb4fe9f6fd3496cea991592855cf885b3a) | fix | **drag-drop:** item returned to wrong index in initial container ([#32944](https://github.com/angular/components/pull/32944)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [46b67d150](https://github.com/angular/components/commit/46b67d15053ce31b4742b809f1777b32eb2f1863) | fix | **datepicker:** add harness for datepicker actions ([#32925](https://github.com/angular/components/pull/32925)) | +| [6ed6218c4](https://github.com/angular/components/commit/6ed6218c474bfe4578b17d2391d8677fe92671cc) | fix | **tabs:** incorrect animation variable name ([#32941](https://github.com/angular/components/pull/32941)) | + + + # 21.2.3 "21-2-3" (2026-03-18) ### cdk diff --git a/package.json b/package.json index 4e94cf0eda55..1ed2298fb178 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts", "prepare": "husky" }, - "version": "22.0.0-next.0", + "version": "22.0.0-next.1", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",