Skip to content

Commit 0e2b674

Browse files
authored
Revert "release: bump version to 11.0.1 w/ changelog (#21127)" (#21138)
This reverts commit 03b054f. * More commits were added after the release had started and the changelog was updated, but before the publish script was run. This prevented us from finishing the release.
1 parent aac4300 commit 0e2b674

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

CHANGELOG.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
1-
## 11.0.1 "bismuth-cape" (2020-11-24)
2-
3-
### cdk
4-
5-
| | |
6-
| ---------- | --------------------- |
7-
| bug fix | **drag-drop:** avoid retaining disabled handles after they've been destroyed ([#21015](https://github.com/angular/components/issues/21015)) ([7ab8a8e](https://github.com/angular/components/commit/7ab8a8e)), closes [#21009](https://github.com/angular/components/issues/21009) |
8-
| bug fix | **drag-drop:** don't disable native dragging on inactive handles ([#20991](https://github.com/angular/components/issues/20991)) ([dcf870d](https://github.com/angular/components/commit/dcf870d)), closes [#20974](https://github.com/angular/components/issues/20974) |
9-
10-
### material
11-
12-
| | |
13-
| ---------- | --------------------- |
14-
| bug fix | **checkbox:** no color assigned if defaults don't have a color ([#21042](https://github.com/angular/components/issues/21042)) ([c1a65c3](https://github.com/angular/components/commit/c1a65c3)), closes [#21031](https://github.com/angular/components/issues/21031) |
15-
| bug fix | **chips:** ripple not disabled when animations are disabled ([#20982](https://github.com/angular/components/issues/20982)) ([42acf11](https://github.com/angular/components/commit/42acf11)), closes [#20981](https://github.com/angular/components/issues/20981) |
16-
| bug fix | **datepicker:** screen reader close button style specificity too low ([#21058](https://github.com/angular/components/issues/21058)) ([aba227a](https://github.com/angular/components/commit/aba227a)), closes [#21043](https://github.com/angular/components/issues/21043) |
17-
| bug fix | **select:** remove focus outline on panel ([#21005](https://github.com/angular/components/issues/21005)) ([a5ab829](https://github.com/angular/components/commit/a5ab829)) |
18-
| feature | **checkbox:** Avoid nested divs in labels by changing to span instead. ([#20990](https://github.com/angular/components/issues/20990)) ([c7153e1](https://github.com/angular/components/commit/c7153e1)) |
19-
| feature | **radio:** Avoid nested divs in labels by changing to span instead. ([#20986](https://github.com/angular/components/issues/20986)) ([e001e70](https://github.com/angular/components/commit/e001e70)) |
20-
21-
### google-maps
22-
23-
| | |
24-
| ---------- | --------------------- |
25-
| bug fix | avoid using dotted property access ([#21074](https://github.com/angular/components/issues/21074)) ([3ee3e30](https://github.com/angular/components/commit/3ee3e30)) |
26-
| bug fix | info window not opening if no anchor is passed in ([#21014](https://github.com/angular/components/issues/21014)) ([36cb325](https://github.com/angular/components/commit/36cb325)), closes [#21013](https://github.com/angular/components/issues/21013) |
27-
28-
### material-experimental
29-
30-
| | |
31-
| ---------- | --------------------- |
32-
| bug fix | **mdc-button:** fix positioning of icons in text buttons ([#20963](https://github.com/angular/components/issues/20963)) ([c287f5d](https://github.com/angular/components/commit/c287f5d)) |
33-
| bug fix | **mdc-progress-spinner:** prevent animation from affecting surrounding layout ([#20962](https://github.com/angular/components/issues/20962)) ([c598fe2](https://github.com/angular/components/commit/c598fe2)), closes [#16930](https://github.com/angular/components/issues/16930) |
34-
35-
361
# 11.0.0 "nitrite-trilobite" (2020-11-11)
372

383
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"integration-tests:size-test": "bazel test //integration/size-test/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
5050
},
51-
"version": "11.0.1",
51+
"version": "11.0.0",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0",
5454
"@angular/common": "^11.0.0",

0 commit comments

Comments
 (0)