Skip to content

Commit 8008218

Browse files
authored
chore: bump version to 10.0.0-rc.0 w/ changelog (#19504)
1 parent 3c579b6 commit 8008218

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 10.0.0-rc.0 "concrete-cobbler" (2020-06-01)
2+
3+
No library changes from 10.0.0-next.2. Built with Angular 10.0.0-rc.2, which fixes an
4+
issue where Angular decorators were not downleveled to properties, which caused
5+
any use of `@Inject()` with `forwardRef` to cause a run-time error.
6+
17
# 10.0.0-next.2 "wool-wind" (2020-05-26)
28

39
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge": "ng-dev pr merge",
4747
"approve-api": "node ./scripts/approve-api-golden.js"
4848
},
49-
"version": "10.0.0-next.2",
49+
"version": "10.0.0-rc.0",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0-rc.2",
5252
"@angular/common": "^10.0.0-rc.2",

0 commit comments

Comments
 (0)