Skip to content

Commit 21333b5

Browse files
committed
chore(release): Release beta.7
1 parent d422e62 commit 21333b5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="2.0.0-beta.7"></a>
2+
# [2.0.0-beta.7](https://github.com/angular/angularfire2/compare/2.0.0-beta.6...v2.0.0-beta.7) (2017-01-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **aot:** Remove AuthBackend param for AOT support ([f875360](https://github.com/angular/angularfire2/commit/f875360))
8+
* **auth_backend:** Update logout method to return a promise ([169ce64](https://github.com/angular/angularfire2/commit/169ce64)), closes [#583](https://github.com/angular/angularfire2/issues/583)
9+
* **config:** Add messagingSenderId to FirebaseAppConfig ([9c84869](https://github.com/angular/angularfire2/commit/9c84869))
10+
* **database:** Allow null values for equalTo, etc. ([70a3e94](https://github.com/angular/angularfire2/commit/70a3e94)), closes [#704](https://github.com/angular/angularfire2/issues/704)
11+
* **database:** Removed unused query option ([9cbc59b](https://github.com/angular/angularfire2/commit/9cbc59b)), closes [#706](https://github.com/angular/angularfire2/issues/706)
12+
* **list:** Fix FirebaseListObservable emit as array bug [#574](https://github.com/angular/angularfire2/issues/574) ([ce3de04](https://github.com/angular/angularfire2/commit/ce3de04))
13+
* **module:** Conditionally pass app name ([8427009](https://github.com/angular/angularfire2/commit/8427009))
14+
15+
16+
### Features
17+
18+
* **module:** Add a custom FirebaseApp name ([73a3e26](https://github.com/angular/angularfire2/commit/73a3e26))
19+
20+
21+
122
<a name="2.0.0-beta.6-preview"></a>
223
# [2.0.0-beta.6-preview](https://github.com/angular/angularfire2/compare/2.0.0-beta.5...v2.0.0-beta.6-preview) (2016-11-02)
324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-beta.7.1-pre",
3+
"version": "2.0.0-beta.7",
44
"description": "",
55
"main": "bundles/angularfire2.umd.js",
66
"module": "index.js",

publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To publish angularfire2 to npm, run the following steps
22
# Edit the version in package.json
3-
# Run npm changelog to generate the new changelog (and check the changelog)
3+
# Run `npm run changelog`` to generate the new changelog (and check the changelog)
44
# git commit the changelog and package.json changes
55
# git tag <new version>
66
# git push <new version> && git push <current branch>

0 commit comments

Comments
 (0)