Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

chore: update package.json to 7.0.0-beta.19 w/ changelog #857

Merged
merged 1 commit into from
Oct 5, 2018
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="7.0.0-beta.19"></a>
# [7.0.0-beta.19](https://github.com/angular/flex-layout/compare/6.0.0-beta.18...7.0.0-beta.19) (2018-10-05)


### Bug Fixes

* **build:** upgrade to Angular and Material v7 and add strict flags ([5ddccb5](https://github.com/angular/flex-layout/commit/5ddccb5)), closes [#851](https://github.com/angular/flex-layout/issues/851) [#855](https://github.com/angular/flex-layout/issues/855)
* **module:** do not require breakpoints in withConfig ([#853](https://github.com/angular/flex-layout/issues/853)) ([76c110e](https://github.com/angular/flex-layout/commit/76c110e)), closes [#846](https://github.com/angular/flex-layout/issues/846)



<a name="6.0.0-beta.18"></a>
# [6.0.0-beta.18](https://github.com/angular/flex-layout/compare/6.0.0-beta.17...6.0.0-beta.18) (2018-08-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"universal:build": "gulp ci:prerender",
"universal:serve": "gulp universal:serve"
},
"version": "6.0.0-beta.18",
"version": "7.0.0-beta.19",
"requiredAngularVersion": ">=7.0.0-rc.0",
"dependencies": {
"@angular/cdk": "^6.4.7",
Expand Down