Skip to content

Commit 992b158

Browse files
authored
chore(): removing the new peers, unneeded and confusing to existing users (#2095)
* Removing the new peers, confusing to existing users * Version bump and changelog * Fix changelog date
1 parent d70e223 commit 992b158

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
<a name="5.2.1"></a>
2+
# [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01)
3+
4+
Removed unnecessary `peerDependencies` ([#2095](https://github.com/angular/angularfire2/pull/2095)) ([5e49442](https://github.com/angular/angularfire2/pull/2095/commits/5e49442))
5+
16
<a name="5.2.0"></a>
2-
# [5.2.0](https://github.com/angular/angularfire2/compare/5.1.3...5.2.0) (2019-05-24)
7+
# [5.2.0](https://github.com/angular/angularfire2/compare/5.1.3...5.2.0) (2019-05-31)
38

49
AngularFire 5.2 introduces support for Angular 8 and version 6 of the Firebase SDK.
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/fire",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "The official library of Firebase and Angular.",
55
"private": true,
66
"scripts": {

src/core/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,11 @@
2121
"author": "angular,firebase",
2222
"license": "MIT",
2323
"peerDependencies": {
24-
"@angular-devkit/architect": "ANGULAR_DEVKIT_ARCH_VERSION",
25-
"@angular-devkit/core": "ANGULAR_VERSION",
26-
"@angular-devkit/schematics": "ANGULAR_VERSION",
2724
"@angular/common": "ANGULAR_VERSION",
2825
"@angular/core": "ANGULAR_VERSION",
2926
"@angular/platform-browser": "ANGULAR_VERSION",
3027
"@angular/platform-browser-dynamic": "ANGULAR_VERSION",
3128
"firebase": "FIREBASE_VERSION",
32-
"firebase-tools": "FIREBASE_TOOLS_VERSION",
33-
"fuzzy": "FUZZY_VERSION",
34-
"inquirer": "INQUIRER_VERSION",
35-
"inquirer-autocomplete-prompt": "INQUIRER_AUTOCOMPLETE_VERSION",
3629
"rxjs": "RXJS_VERSION"
3730
},
3831
"typings": "index.d.ts",

0 commit comments

Comments
 (0)