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

Commit 29dbe61

Browse files
authored
chore: update to 14.0.0-beta.39 with changelog (#1415)
1 parent dc90d10 commit 29dbe61

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [14.0.0-beta.39](https://github.com/angular/flex-layout/compare/13.0.0-beta.38...14.0.0-beta.39) (2022-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **private:** remove fallback from flex-direction auto-prefixer ([#1408](https://github.com/angular/flex-layout/issues/1408)) ([ee5d93a](https://github.com/angular/flex-layout/commit/ee5d93a328537eb00391a4245af80a9fc3f6a31e)), closes [#1394](https://github.com/angular/flex-layout/issues/1394)
7+
8+
9+
### Features
10+
11+
* **core:** remove deprecated MediaObserver::media$ ([#1375](https://github.com/angular/flex-layout/issues/1375)) ([14b8038](https://github.com/angular/flex-layout/commit/14b803892b26e68b0ee88eeb21963cd326f5eb3c))
12+
13+
BREAKING CHANGES:
14+
* `MediaObserver::media$` has been removed. Please consult the docs for an adequate, supported replacement.
15+
116
# [13.0.0-beta.38](https://github.com/angular/flex-layout/compare/13.0.0-beta.37...13.0.0-beta.38) (2022-02-03)
217

318

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flex-layout-srcs",
33
"description": "Angular Flex Layout",
4-
"version": "13.0.0-beta.38",
4+
"version": "14.0.0-beta.39",
55
"homepage": "https://github.com/angular/flex-layout",
66
"bugs": "https://github.com/angular/flex-layout/issues",
77
"repository": {

0 commit comments

Comments
 (0)