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

Commit 19474ff

Browse files
mmalerbaCaerusKaru
authored andcommitted
chore: bump changelog to 6.0.0-beta.17 (#811)
1 parent cdf1368 commit 19474ff

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="6.0.0-beta.17"></a>
2+
# [6.0.0-beta.17](https://github.com/angular/flex-layout/compare/6.0.0-beta.16...6.0.0-beta.17) (2018-07-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **fxFlex:** do not eagerly listen to layout changes ([#771](https://github.com/angular/flex-layout/issues/771)) ([dc431d8](https://github.com/angular/flex-layout/commit/dc431d8)), closes [#700](https://github.com/angular/flex-layout/issues/700) [#733](https://github.com/angular/flex-layout/issues/733)
8+
* **module:** make withConfig AOT compatible ([85e3145](https://github.com/angular/flex-layout/commit/85e3145))
9+
* use correct xl breakpoint ([#809](https://github.com/angular/flex-layout/issues/809)) ([b64b1b3](https://github.com/angular/flex-layout/commit/b64b1b3))
10+
11+
12+
### Performance Improvements
13+
14+
* remove duplicate function calls ([#773](https://github.com/angular/flex-layout/issues/773)) ([bc7f77f](https://github.com/angular/flex-layout/commit/bc7f77f)), closes [#761](https://github.com/angular/flex-layout/issues/761)
15+
16+
17+
118
<a name="6.0.0-beta.16"></a>
219
# [6.0.0-beta.16](https://github.com/angular/flex-layout/compare/v6.0.0-beta.15...6.0.0-beta.16) (2018-06-07)
320

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.16",
28+
"version": "6.0.0-beta.17",
2929
"requiredAngularVersion": ">=6.0.0 <7.0.0",
3030
"dependencies": {
3131
"@angular/cdk": "6.0.0",

0 commit comments

Comments
 (0)