From 5ce508b6eb7e3d87b6dcee6a3c3e6683db679118 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 20:02:44 -0800 Subject: [PATCH 1/6] chore(release): 5.2.2 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd912366..c4a1da7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [5.2.2](https://github.com/angular/angularfire2/compare/5.2.0...5.2.2) (2019-11-12) + +### Bug Fixes + +* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)), closes [/github.com/angular/angularfire/issues/1799#issuecomment-423128066](https://github.com//github.com/angular/angularfire/issues/1799/issues/issuecomment-423128066) +* **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)) +* **rtdb:** Allow update to take "Partial" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b)) + # [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01) From 6170b56854072188d85c0c51f9de50ad4e368781 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 20:03:59 -0800 Subject: [PATCH 2/6] prior was 5.2.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a1da7b8..5659606fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [5.2.2](https://github.com/angular/angularfire2/compare/5.2.0...5.2.2) (2019-11-12) +## [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12) ### Bug Fixes From b806f5fb2fb2570bb081a97bf14805c58b7b32b2 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 20:06:49 -0800 Subject: [PATCH 3/6] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5659606fa..9e863bb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Bug Fixes -* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)), closes [/github.com/angular/angularfire/issues/1799#issuecomment-423128066](https://github.com//github.com/angular/angularfire/issues/1799/issues/issuecomment-423128066) +* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)), closes [#1799](https://github.com/angular/angularfire/issues/1799)) * **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)) * **rtdb:** Allow update to take "Partial" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b)) From a2d667d7cdb66bc29c2393690281f4d3ef4dc874 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 20:07:51 -0800 Subject: [PATCH 4/6] ditch the closes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e863bb5e..f55fe6551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Bug Fixes -* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)), closes [#1799](https://github.com/angular/angularfire/issues/1799)) +* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)) * **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)) * **rtdb:** Allow update to take "Partial" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b)) From 99bee6c1800730fa1877c8704674cb3da14b032c Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 20:08:52 -0800 Subject: [PATCH 5/6] Use an h1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55fe6551..397dfb20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12) +# [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12) ### Bug Fixes From 25a98f64d7348005c0f3f373ac4b718c11f01f4d Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 11 Nov 2019 21:32:40 -0800 Subject: [PATCH 6/6] Dropping the ng-build and typings tests from CloudBuild for now --- tools/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/test.sh b/tools/test.sh index c8bce5181..9efb33979 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -5,6 +5,4 @@ apt-get -y update apt-get -y install google-chrome-stable # TODO parallelize these -npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha && -node tools/run-typings-test.js && -bash ./test/ng-build/build.sh \ No newline at end of file +npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha \ No newline at end of file