Skip to content

Commit e72e9ae

Browse files
authored
chore: bump version to 10.0.0-next.1 w/ changelog (angular#19388)
1 parent 16f5f79 commit e72e9ae

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 10.0.0-next.1 "thorium-temple" (2020-05-18)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **datepicker:** set color on range separator ([#19308](https://github.com/angular/components/issues/19308)) ([2f8b271](https://github.com/angular/components/commit/2f8b271)) |
8+
| bug fix | **datepicker:** strong focus indication in calendar always shown ([#19304](https://github.com/angular/components/issues/19304)) ([4eee81a](https://github.com/angular/components/commit/4eee81a)) |
9+
| bug fix | **expansion:** disable header height transition if noop animations is set ([#19373](https://github.com/angular/components/issues/19373)) ([189d98e](https://github.com/angular/components/commit/189d98e)) |
10+
| feature | report warning if duplicate theme styles are generated ([6095e29](https://github.com/angular/components/commit/6095e29)), closes [#19141](https://github.com/angular/components/issues/19141) |
11+
12+
### google-maps
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | allow for ground overlay image to be changed ([#19306](https://github.com/angular/components/issues/19306)) ([485352e](https://github.com/angular/components/commit/485352e)) |
17+
18+
### material-experimental
19+
20+
| | |
21+
| ---------- | --------------------- |
22+
| feature | **mdc-button:** support density scaling ([9500e75](https://github.com/angular/components/commit/9500e75)) |
23+
| feature | **mdc-checkbox:** support density scaling ([84f2c1a](https://github.com/angular/components/commit/84f2c1a)) |
24+
| feature | **mdc-chips:** support for density scaling ([ee1e181](https://github.com/angular/components/commit/ee1e181)) |
25+
| feature | **mdc-form-field:** support density scaling ([3bcdc5e](https://github.com/angular/components/commit/3bcdc5e)) |
26+
| feature | **mdc-radio:** support for density scaling ([c659664](https://github.com/angular/components/commit/c659664)) |
27+
| feature | **mdc-slide-toggle:** support density scaling ([feafb2b](https://github.com/angular/components/commit/feafb2b)) |
28+
| feature | **mdc-table:** support for density scaling ([e288558](https://github.com/angular/components/commit/e288558)) |
29+
| feature | **mdc-tabs:** support for density scaling ([90d294b](https://github.com/angular/components/commit/90d294b)) |
30+
31+
132
# 10.0.0-next.0 "plywood-heart" (2020-05-08)
233

334
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge": "ts-node --project scripts scripts/merge-script/cli.ts --config ./merge-config.js",
4747
"approve-api": "node ./scripts/approve-api-golden.js"
4848
},
49-
"version": "10.0.0-next.0",
49+
"version": "10.0.0-next.1",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0-next.8",
5252
"@angular/common": "^10.0.0-next.8",

0 commit comments

Comments
 (0)