Skip to content

Commit 95ce2ac

Browse files
committed
chore: bump version to 9.0.0-rc.0 w/ changelog
1 parent 0f6cd05 commit 95ce2ac

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 9.0.0-rc.0 "pearl-lullaby" (2019-10-31)
2+
3+
# Highlights
4+
5+
#### New `@angular/google-maps` package!
6+
Earlier this year, we changed the name of this repo to "angular/components" to emphasisze our goal
7+
to provide more than Material Design components. The 9.0.0 release includes one of the next new
8+
features in that regard- a new package that wraps the
9+
[Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/tutorial)
10+
in an easy-to-use Angular component.
11+
12+
You can see the
13+
[documentation on GitHub](https://github.com/angular/components/blob/master/src/google-maps/README.md)
14+
for the time being.
15+
16+
Big thanks to @mbehrlich for contributing this!
17+
18+
### material
19+
20+
| | |
21+
| ---------- | --------------------- |
22+
| feature | expand input types with coercion to work with ngtsc input type checking ([#17528](https://github.com/angular/components/issues/17528)) ([8da64f4](https://github.com/angular/components/commit/8da64f4)) |
23+
24+
125
# 9.0.0-next.2 "pumice-pinecone" (2019-10-31)
226

327
### material

package.json

Lines changed: 1 addition & 1 deletion
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-next.2",
43+
"version": "9.0.0-rc.0",
4444
"requiredAngularVersion": "^9.0.0-0 || ^10.0.0-0",
4545
"requiredMDCVersion": "^4.0.0-canary.062ade5c0.0",
4646
"dependencies": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "release-output",
3+
"version": "1.0.0",
4+
"dependencies": {
5+
6+
}
7+
}

0 commit comments

Comments
 (0)