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

Commit

Permalink
chore: update to 8.0.0-beta.25 with changelog (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored May 20, 2019
1 parent e49eb39 commit dd2c4db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="8.0.0-beta.25"></a>
# [8.0.0-beta.25](https://github.com/angular/flex-layout/compare/7.0.0-beta.24...8.0.0-beta.25) (2019-05-19)

This release is solely for compatibility with Angular and Components v8, with a minor Bazel fix as well.

<a name="7.0.0-beta.24"></a>
# [7.0.0-beta.24](https://github.com/angular/flex-layout/compare/7.0.0-beta.23...7.0.0-beta.24) (2019-03-17)

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": "7.0.0-beta.24",
"version": "8.0.0-beta.25",
"requiredAngularVersion": ">=8.0.0-rc.0",
"dependencies": {
"@angular/cdk": "^8.0.0-rc.1",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/core/media-observer/media-observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export class MediaObserver implements OnDestroy {

/**
* @deprecated Use `asObservable()` instead.
* @breaking-change 7.0.0-beta.24
* @deletion-target v7.0.0-beta.25
* @breaking-change 8.0.0-beta.25
* @deletion-target v8.0.0-beta.26
*/
readonly media$: Observable<MediaChange>;

Expand Down

0 comments on commit dd2c4db

Please sign in to comment.