Skip to content

Commit 50d12b4

Browse files
committed
release: cut the v14.1.0-next.2 release
1 parent 20e67f8 commit 50d12b4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="14.1.0-next.2"></a>
2+
# 14.1.0-next.2 "tin-box" (2022-06-23)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [f6bcbb1b0](https://github.com/angular/components/commit/f6bcbb1b04806026c39b2e361b745c0733f8ea20) | fix | **scrolling:** content jumping in appendOnly mode ([#25097](https://github.com/angular/components/pull/25097)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [00f743e68](https://github.com/angular/components/commit/00f743e68c15d85ccd09444115990564a179953c) | fix | **button-toggle:** selected state not visible in high contrast mode ([#25114](https://github.com/angular/components/pull/25114)) |
11+
| [7d87068c7](https://github.com/angular/components/commit/7d87068c724250d17f15d238f5e8f5e19b3adb13) | fix | **datepicker:** actions not re-rendering if swapped out while calendar is open ([#25123](https://github.com/angular/components/pull/25123)) |
12+
## Special Thanks
13+
Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="14.0.3"></a>
218
# 14.0.3 "diamond-orb" (2022-06-23)
319
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.1.0-next.1",
57+
"version": "14.1.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)