Skip to content

Commit 93dc69f

Browse files
authored
chore: bump version to 9.0.0-rc.2 w/ changelog (#17709)
1 parent 227c490 commit 93dc69f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 9.0.0-rc.2 "neon-bubble" (2019-11-14)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **checkbox:** unknown property warning with Ivy during server-side rendering ([#17485](https://github.com/angular/components/issues/17485)) ([227c490](https://github.com/angular/components/commit/227c490)) |
8+
| bug fix | **ng-update:** migrations not running for release candidate versions ([#17704](https://github.com/angular/components/issues/17704)) ([bfa88fd](https://github.com/angular/components/commit/bfa88fd)) |
9+
10+
111
# 9.0.0-rc.1 "butane-bonanza" (2019-11-12)
212

313
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
4141
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
4242
},
43-
"version": "9.0.0-rc.1",
43+
"version": "9.0.0-rc.2",
4444
"dependencies": {
4545
"@angular/animations": "^9.0.0-rc.2",
4646
"@angular/common": "^9.0.0-rc.2",

0 commit comments

Comments
 (0)