Skip to content

Commit b442297

Browse files
authored
release: cut the v13.0.0-next.1 release (#23403)
1 parent 1e42fd0 commit b442297

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="13.0.0-next.1"></a>
2+
# 13.0.0-next.1 "gold-guitar" (2021-08-18)
3+
### cdk/a11y
4+
| Commit | Description |
5+
| -- | -- |
6+
| [b25283cda](https://github.com/angular/components/commit/b25283cda9be37d11f8c380ad6fcc078d5be5da0) | fix: error on firefox ([#23395](https://github.com/angular/components/pull/23395)) |
7+
### material-experimental/mdc-card
8+
| Commit | Description |
9+
| -- | -- |
10+
| [2789d8eb5](https://github.com/angular/components/commit/2789d8eb5f61ea4cb28ff8c6225178179e610571) | feat: add DI token for configuring appearance ([#23302](https://github.com/angular/components/pull/23302)) |
11+
### material/checkbox
12+
| Commit | Description |
13+
| -- | -- |
14+
| [8bd8f75d8](https://github.com/angular/components/commit/8bd8f75d84088eb60e631a3b4f4fb04187d705ac) | fix: hide svg from assistive technology ([#23340](https://github.com/angular/components/pull/23340)) |
15+
### material/datepicker
16+
| Commit | Description |
17+
| -- | -- |
18+
| [e79123660](https://github.com/angular/components/commit/e7912366044aa540de504654d61c7eb212307335) | fix: wrong day of week read out for dates in first row ([#23388](https://github.com/angular/components/pull/23388)) |
19+
### material/dialog
20+
| Commit | Description |
21+
| -- | -- |
22+
| [728cf1c8e](https://github.com/angular/components/commit/728cf1c8ebd49e089f4bae945511bb0918972c26) | fix: improve screen reader support when opened ([#23085](https://github.com/angular/components/pull/23085)) |
23+
### material/progress-bar
24+
| Commit | Description |
25+
| -- | -- |
26+
| [e4b54aa2b](https://github.com/angular/components/commit/e4b54aa2b7afeb9fe228f1d3638eb44192353e8b) | feat: add default options injection token ([#23363](https://github.com/angular/components/pull/23363)) |
27+
## Special Thanks:
28+
Joey Perrott, Kristiyan Kostadinov, Michael Prentice, Paul Gschwendtner and Wagner Maciel
29+
30+
131
<a name="12.2.2"></a>
232
# 12.2.2 "leather-library" (2021-08-18)
333
### material/checkbox

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tsc": "node ./node_modules/typescript/bin/tsc",
5454
"prepare": "husky install"
5555
},
56-
"version": "13.0.0-next.0",
56+
"version": "13.0.0-next.1",
5757
"dependencies": {
5858
"@angular/animations": "13.0.0-next.0",
5959
"@angular/common": "13.0.0-next.0",

0 commit comments

Comments
 (0)