Skip to content

Commit 9206962

Browse files
committed
Version bump & changelog for 5.3.1
1 parent 5867eeb commit 9206962

File tree

3 files changed

+838
-237
lines changed

3 files changed

+838
-237
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="5.3.1"></a>
2+
# [5.3.1](https://github.com/angular/angularfire2/compare/5.3.0...5.3.1) (2020-02-01)
3+
4+
### Bug Fixes
5+
* **schematics**: The schematics should be functional again. The version of `firebase-tools` we were installing when you called `ng add @angular/fire` was using deprecated API. ([#2285](https://github.com/angular/angularfire2/issues/2285)) ([5867eeb](https://github.com/angular/angularfire2/commit/5867eebbd2ec7eaad0bbc8da94e38aca1fe7580b))
6+
17
<a name="5.3.0"></a>
28
# [5.3.0](https://github.com/angular/angularfire2/compare/5.2.3...5.3.0) (2020-01-07)
39

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/fire",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "The official library of Firebase and Angular.",
55
"private": true,
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": ">=6.0.0 <9 || ^9.0.0-0",
4444
"@angular/router": ">=6.0.0 <9 || ^9.0.0-0",
4545
"firebase": ">= 5.5.7 <8",
46-
"firebase-tools": "^6.10.0",
46+
"firebase-tools": "^7.12.0",
4747
"fuzzy": "^0.1.3",
4848
"inquirer": "^6.2.2",
4949
"inquirer-autocomplete-prompt": "^1.0.1",

0 commit comments

Comments
 (0)