Skip to content

Commit dc1a2cf

Browse files
committed
release: cut the v15.0.0-rc.1 release
1 parent 4b757e6 commit dc1a2cf

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="15.0.0-rc.1"></a>
2+
# 15.0.0-rc.1 "feldspar-fence" (2022-11-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [992cafc39](https://github.com/angular/components/commit/992cafc3955722e0b8ed59adcef2cd5fb0badf50) | fix | **listbox:** incorrectly validating preselected value ([#25893](https://github.com/angular/components/pull/25893)) |
7+
| [4b757e6eb](https://github.com/angular/components/commit/4b757e6eba15a2cf96eb28e9c71e2d086e11292a) | fix | **overlay:** provide Overlay in root ([#25909](https://github.com/angular/components/pull/25909)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [8baae7342](https://github.com/angular/components/commit/8baae7342ef63558aa00f202c12a78f76fa7e817) | fix | **list:** fix tabindex="-1" not being maintained when disabled ([#25860](https://github.com/angular/components/pull/25860)) |
12+
| [cd2f13c27](https://github.com/angular/components/commit/cd2f13c27e7d70ab1306565d2f205d3a4497fbd8) | fix | **schematics:** initialize slider template migrator ([#25898](https://github.com/angular/components/pull/25898)) |
13+
| [6cee17e7c](https://github.com/angular/components/commit/6cee17e7cef2a2261e68191a3bfb4cba44abb86a) | fix | **schematics:** migrate named arguments in define-typography-config ([#25907](https://github.com/angular/components/pull/25907)) |
14+
## Special Thanks
15+
Kristiyan Kostadinov, Wagner Maciel and Zach Arend
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="15.0.0-rc.0"></a>
220
# 15.0.0-rc.0 "plastic-platypus" (2022-10-26)
321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5454
"prepare": "husky install"
5555
},
56-
"version": "15.0.0-rc.0",
56+
"version": "15.0.0-rc.1",
5757
"dependencies": {
5858
"@angular/animations": "^15.0.0-rc.1",
5959
"@angular/common": "^15.0.0-rc.1",

0 commit comments

Comments
 (0)