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

Commit 2401536

Browse files
authored
chore: update package.json to 7.0.0-beta.19 w/ changelog (#857)
1 parent 748fc71 commit 2401536

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="7.0.0-beta.19"></a>
2+
# [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)
3+
4+
5+
### Bug Fixes
6+
7+
* **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)
8+
* **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)
9+
10+
11+
112
<a name="6.0.0-beta.18"></a>
213
# [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)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"universal:build": "gulp ci:prerender",
2626
"universal:serve": "gulp universal:serve"
2727
},
28-
"version": "6.0.0-beta.18",
28+
"version": "7.0.0-beta.19",
2929
"requiredAngularVersion": ">=7.0.0-rc.0",
3030
"dependencies": {
3131
"@angular/cdk": "^6.4.7",

0 commit comments

Comments
 (0)