Skip to content

Commit 50514b2

Browse files
authored
chore: bump version to 9.0.0-rc.0 w/ changelog (#17559)
1 parent 0f6cd05 commit 50514b2

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
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 emphasize 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
@@ -271,7 +295,7 @@ Use the individual secondary entry-points, such as `@angular/material/button`.
271295
### Highlights
272296

273297
#### New `@angular/youtube-player` package!
274-
Earlier this year, we changed the name of this repo to "angular/components" to emphasisze our goal
298+
Earlier this year, we changed the name of this repo to "angular/components" to emphasize our goal
275299
to provide more than only Material Design components. The 8.2.0 release includes one of the next new
276300
features in that regard- a new package that wraps the
277301
[YouTube Player API for iframe Embeds](https://developers.google.com/youtube/iframe_api_reference)

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": {

0 commit comments

Comments
 (0)