Skip to content

Commit be28495

Browse files
authored
chore: bump version and generate changelog (angular#507)
1 parent 2410b2d commit be28495

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="2.0.0-beta.5"></a>
2+
# [2.0.0-beta.5](https://github.com/angular/angularfire2/compare/2.0.0-beta.4...v2.0.0-beta.5) (2016-09-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **docs:** Remove [@next](https://github.com/next) install ([5984a99](https://github.com/angular/angularfire2/commit/5984a99))
8+
* **docs:** typos ([197026a](https://github.com/angular/angularfire2/commit/197026a))
9+
* **docs:** Update for beta.4 ([f2d5ba5](https://github.com/angular/angularfire2/commit/f2d5ba5))
10+
* **docs:** Update for beta.4 ([b347e16](https://github.com/angular/angularfire2/commit/b347e16))
11+
* **firebase_*_factory.js:** Fix calls to off() which inadvertently cancel all listeners on the path ([#469](https://github.com/angular/angularfire2/issues/469)) ([b4fb281](https://github.com/angular/angularfire2/commit/b4fb281)), closes [#443](https://github.com/angular/angularfire2/issues/443)
12+
* **package:** Version number ([986685a](https://github.com/angular/angularfire2/commit/986685a))
13+
14+
15+
### Features
16+
17+
* **utils:** Add $exists method to AFUnwrappedSnapshot ([#471](https://github.com/angular/angularfire2/issues/471)) ([f67aab1](https://github.com/angular/angularfire2/commit/f67aab1))
18+
* upgrade to RC7 ([#505](https://github.com/angular/angularfire2/issues/505)) ([2410b2d](https://github.com/angular/angularfire2/commit/2410b2d))
19+
20+
21+
122
<a name="2.0.0-beta.4"></a>
223
# [2.0.0-beta.4](https://github.com/angular/angularfire2/compare/2.0.0-beta.2...v2.0.0-beta.3) (2016-08-22)
324

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "",
55
"main": "./dist/angularfire2.js",
66
"jsnext:main": "./dist/esm/angularfire2.js",
@@ -32,11 +32,11 @@
3232
},
3333
"homepage": "https://github.com/angular/angularfire2#readme",
3434
"dependencies": {
35-
"@angular/common": "^2.0.0-rc.7",
36-
"@angular/compiler": "^2.0.0-rc.7",
37-
"@angular/core": "^2.0.0-rc.7",
38-
"@angular/platform-browser": "^2.0.0-rc.7",
39-
"@angular/platform-browser-dynamic": "^2.0.0-rc.7",
35+
"@angular/common": "^2.0.0",
36+
"@angular/compiler": "^2.0.0",
37+
"@angular/core": "^2.0.0",
38+
"@angular/platform-browser": "^2.0.0",
39+
"@angular/platform-browser-dynamic": "^2.0.0",
4040
"@types/request": "0.0.30",
4141
"firebase": "3.3.0",
4242
"rxjs": "5.0.0-beta.12"

0 commit comments

Comments
 (0)