Skip to content

Commit a1bfc4e

Browse files
committed
chore: bump version to 9.0.1 w/ changelog (#18556)
1 parent 78115de commit a1bfc4e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 9.0.1 "copper-canoe" (2020-02-19)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** error when dragging items inside transplanted views with OnPush change detection ([#18356](https://github.com/angular/components/issues/18356)) ([bd68a4f](https://github.com/angular/components/commit/bd68a4f)), closes [#18341](https://github.com/angular/components/issues/18341) |
8+
| bug fix | **list:** selection list element should not be focusable ([#18445](https://github.com/angular/components/issues/18445)) ([b61582c](https://github.com/angular/components/commit/b61582c)) |
9+
| bug fix | **ng-update:** avoid error if project has folder ending with style extension ([#18454](https://github.com/angular/components/issues/18454)) ([1cb7099](https://github.com/angular/components/commit/1cb7099)), closes [#18434](https://github.com/angular/components/issues/18434) |
10+
| bug fix | **ng-update:** better detection for workspace project in v9 hammer migration ([#18525](https://github.com/angular/components/issues/18525)) ([7a2d372](https://github.com/angular/components/commit/7a2d372)), closes [#18504](https://github.com/angular/components/issues/18504) |
11+
| bug fix | **slider:** inject document token in constructor ([#18275](https://github.com/angular/components/issues/18275)) ([d8b726d](https://github.com/angular/components/commit/d8b726d)) |
12+
13+
114
# 9.0.0 "tungsten-hombre" (2020-02-06)
215

316
# Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
4343
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
4444
},
45-
"version": "9.0.0",
45+
"version": "9.0.1",
4646
"dependencies": {
4747
"@angular/animations": "^9.0.1",
4848
"@angular/common": "^9.0.1",

0 commit comments

Comments
 (0)