Skip to content

Commit

Permalink
chore: bump version to 9.0.0-rc.0 w/ changelog (#17559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Oct 31, 2019
1 parent 0f6cd05 commit 50514b2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 9.0.0-rc.0 "pearl-lullaby" (2019-10-31)

# Highlights

#### New `@angular/google-maps` package!
Earlier this year, we changed the name of this repo to "angular/components" to emphasize our goal
to provide more than Material Design components. The 9.0.0 release includes one of the next new
features in that regard- a new package that wraps the
[Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/tutorial)
in an easy-to-use Angular component.

You can see the
[documentation on GitHub](https://github.com/angular/components/blob/master/src/google-maps/README.md)
for the time being.

Big thanks to @mbehrlich for contributing this!

### material

| | |
| ---------- | --------------------- |
| 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)) |


# 9.0.0-next.2 "pumice-pinecone" (2019-10-31)

### material
Expand Down Expand Up @@ -271,7 +295,7 @@ Use the individual secondary entry-points, such as `@angular/material/button`.
### Highlights

#### New `@angular/youtube-player` package!
Earlier this year, we changed the name of this repo to "angular/components" to emphasisze our goal
Earlier this year, we changed the name of this repo to "angular/components" to emphasize our goal
to provide more than only Material Design components. The 8.2.0 release includes one of the next new
features in that regard- a new package that wraps the
[YouTube Player API for iframe Embeds](https://developers.google.com/youtube/iframe_api_reference)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
},
"version": "9.0.0-next.2",
"version": "9.0.0-rc.0",
"requiredAngularVersion": "^9.0.0-0 || ^10.0.0-0",
"requiredMDCVersion": "^4.0.0-canary.062ade5c0.0",
"dependencies": {
Expand Down

0 comments on commit 50514b2

Please sign in to comment.