Skip to content

Commit

Permalink
chore(release): Version bumps to support ng10 (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels authored Jun 24, 2020
1 parent 072c4a8 commit 1bf6cc9
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 94 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="6.0.2"></a>
# [6.0.2](https://github.com/angular/angularfire2/compare/6.0.1...6.0.2) (2020-06-24)

* Quick fix to peers so `ng add @angular/fire` installs the correct version on Angular 10

<a name="6.0.1"></a>
# [6.0.1](https://github.com/angular/angularfire2/compare/6.0.0...6.0.1) (2020-06-24)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/fire",
"version": "6.0.1",
"version": "6.0.2",
"description": "The official library of Firebase and Angular.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"rxfire": "^3.9.7",
"rxjs": "^6.5.3",
"semver": "^7.1.3",
"tslib": "^1.10.0",
"tslib": "^1.10.0 || ^2.0.0",
"ws": "^7.2.1",
"xhr2": "^0.1.4",
"zone.js": "~0.10.2"
Expand Down Expand Up @@ -97,7 +97,7 @@
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ncp": "^2.0.0",
"ng-packagr": "^9.0.0-0 || ^9.0.0",
"ng-packagr": "^9.0.0 || ^10.0.0",
"pretty-size": "^2.0.0",
"protractor": "3.0.0",
"reflect-metadata": "0.1.2",
Expand Down
Loading

0 comments on commit 1bf6cc9

Please sign in to comment.