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

Commit fc0b4f5

Browse files
authored
chore: update to 9.0.0-beta.31 with changelog (#1257)
1 parent 9d957eb commit fc0b4f5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="9.0.0-beta.31"></a>
2+
# [9.0.0-beta.31](https://github.com/angular/flex-layout/compare/9.0.0-beta.30...9.0.0-beta.31) (2020-05-15)
3+
4+
This is a patch release to address a regression in the ShowHideDirective. The next full release will target
5+
Angular v10.
6+
7+
### Bug Fixes
8+
9+
* **show-hide:** set explicit display fallback for SSR ([#1252](https://github.com/angular/flex-layout/issues/1252)) ([0c5811d](https://github.com/angular/flex-layout/commit/0c5811d))
10+
11+
12+
113
<a name="9.0.0-beta.30"></a>
214
# [9.0.0-beta.30](https://github.com/angular/flex-layout/compare/9.0.0-beta.29...9.0.0-beta.30) (2020-05-11)
315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"universal:serve": "gulp universal:serve",
2828
"postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points"
2929
},
30-
"version": "9.0.0-beta.30",
30+
"version": "9.0.0-beta.31",
3131
"requiredAngularVersion": ">=9.1.5",
3232
"dependencies": {
3333
"@angular/cdk": "^9.2.2",

0 commit comments

Comments
 (0)