Skip to content

Commit d3fac0b

Browse files
authored
Update next branch to reflect new release-train "v14.1.0-next.0". (#24877)
* release: bump the next branch to v14.1.0-next.0 * docs: release notes for the v14.0.0-next.13 release
1 parent 8c8f0bc commit d3fac0b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="14.0.0-next.13"></a>
2+
# 14.0.0-next.13 "quartzite-quetzal" (2022-05-04)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [8946ce2b8f](https://github.com/angular/components/commit/8946ce2b8f4faa256e25d16048c3871560b808a0) | fix | **menu:** allow scrolling while menu is open |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [00cf4a2f26](https://github.com/angular/components/commit/00cf4a2f269ece56b0f0e14520019cca642d5f2f) | feat | **autocomplete:** add clear method to test harness ([#24752](https://github.com/angular/components/pull/24752)) |
11+
| [08851de204](https://github.com/angular/components/commit/08851de2044c5485d7831e15fa87fa033c3d79c6) | fix | **menu:** add constructor overloads for non-deprecated signatures ([#24860](https://github.com/angular/components/pull/24860)) |
12+
### material-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [30f51814a5](https://github.com/angular/components/commit/30f51814a536440722ae9351d2c27fe1919ba8e9) | fix | **mdc-snack-bar:** avoid multiple snack bars on the page if opened in quick succession ([#24757](https://github.com/angular/components/pull/24757)) |
16+
| [f86faf534a](https://github.com/angular/components/commit/f86faf534a3d779037abd39e6dc79022c571a9d9) | fix | **mdc-table:** add inherit background to rows ([#24867](https://github.com/angular/components/pull/24867)) |
17+
## Special Thanks
18+
Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="13.3.6"></a>
223
# 13.3.6 "iridium-ire" (2022-05-04)
324
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "14.0.0-next.12",
55+
"version": "14.1.0-next.0",
5656
"dependencies": {
5757
"@angular/animations": "14.0.0-next.15",
5858
"@angular/common": "14.0.0-next.15",

0 commit comments

Comments
 (0)