Skip to content

chore: bump version to 9.0.0-rc.0 w/ changelog #17559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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