Skip to content

Commit 0ee659e

Browse files
authored
chore(release): version 5.2.2 changelog entry (#2241)
1 parent 852a9ad commit 0ee659e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="5.2.2"></a>
2+
# [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12)
3+
4+
### Bug Fixes
5+
6+
* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532))
7+
* **core:** Support Firebase 7 peer and fix zone instabilities with `AngularFirePerformanceModule` and the injectable `FirebaseApp` ([#2240](https://github.com/angular/angularfire2/issues/2240)) ([60fd575](https://github.com/angular/angularfire2/commit/60fd575))
8+
* **rtdb:** Allow update to take "Partial<T>" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b))
9+
110
<a name="5.2.1"></a>
211
# [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01)
312

tools/test.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ apt-get -y update
55
apt-get -y install google-chrome-stable
66

77
# TODO parallelize these
8-
npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha &&
9-
node tools/run-typings-test.js &&
10-
bash ./test/ng-build/build.sh
8+
npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha

0 commit comments

Comments
 (0)