Skip to content

Commit 957797d

Browse files
authored
release: cut the v14.0.0-rc.2 release (angular#25001)
1 parent 73be9fb commit 957797d

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.0.0-rc.2"></a>
2+
# 14.0.0-rc.2 "plastic-ball" (2022-05-31)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [4edfaedcaf](https://github.com/angular/components/commit/4edfaedcaf982e10bc41699abb932c4a8ab4941b) | fix | **a11y:** ensure that aria describer ID is unique ([#24982](https://github.com/angular/components/pull/24982)) |
7+
| [84ff8d806a](https://github.com/angular/components/commit/84ff8d806a0224eedad4ba4ef7ed048c6d20f336) | fix | **schematics:** use `workingDirectory` smart provider in path option |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [faed61cc7d](https://github.com/angular/components/commit/faed61cc7d1d4c310bb43ed4b41eb0ada6b23030) | fix | **schematics:** use `workingDirectory` smart provider in path option |
12+
## Special Thanks
13+
Alan Agius, Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="14.0.0-rc.1"></a>
218
# 14.0.0-rc.1 "sapphire-screwdriver" (2022-05-25)
319
### cdk

package.json

+1-1
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-rc.1",
55+
"version": "14.0.0-rc.2",
5656
"dependencies": {
5757
"@angular/animations": "14.0.0-rc.1",
5858
"@angular/common": "14.0.0-rc.1",

0 commit comments

Comments
 (0)