Skip to content

Commit b5b557f

Browse files
committed
Stable Version 2.0.0
1 parent d780390 commit b5b557f

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 2.0.0 - 02 July 2015
2+
3+
Stable Version 2.0.0
4+
15
##### 2.0.0-rc.1 - 27 June 2015
26

37
Stable Version 2.0.0-rc.1

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ store.registerAdapter('firebase', adapter, { default: true });
4747
[CHANGELOG.md](https://github.com/js-data/js-data-firebase/blob/master/CHANGELOG.md)
4848

4949
### Community
50+
- [Gitter Channel](https://gitter.im/js-data/js-data) - Better than IRC!
51+
- [Announcements](http://www.js-data.io/blog)
5052
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
5153
- [Issues](https://github.com/js-data/js-data-firebase/issues) - Found a bug? Feature request? Submit an issue!
5254
- [GitHub](https://github.com/js-data/js-data-firebase) - View the source code for js-data.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"karma.start.js"
3030
],
3131
"dependencies": {
32-
"js-data": "2.0.0-rc.1",
32+
"js-data": ">=2.0.0",
3333
"firebase": ">=1.1.x"
3434
}
3535
}

dist/js-data-firebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data-firebase
3-
* @version 2.0.0-rc.1 - Homepage <http://www.js-data.io/docs/dsfirebaseadapter>
3+
* @version 2.0.0 - Homepage <http://www.js-data.io/docs/dsfirebaseadapter>
44
* @author Jason Dobry <[email protected]>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-firebase/blob/master/LICENSE>

dist/js-data-firebase.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-firebase",
33
"description": "Firebase adapter for js-data.",
4-
"version": "2.0.0-rc.1",
4+
"version": "2.0.0",
55
"homepage": "http://www.js-data.io/docs/dsfirebaseadapter",
66
"repository": {
77
"type": "git",
@@ -34,9 +34,9 @@
3434
"grunt-contrib-clean": "0.6.0",
3535
"grunt-contrib-uglify": "0.9.1",
3636
"grunt-contrib-watch": "0.6.1",
37-
"grunt-karma": "0.11.1",
37+
"grunt-karma": "0.11.2",
3838
"grunt-karma-coveralls": "2.5.3",
39-
"grunt-webpack": "1.0.10",
39+
"grunt-webpack": "1.0.11",
4040
"jit-grunt": "0.9.1",
4141
"jshint": "2.8.0",
4242
"jshint-loader": "0.8.3",
@@ -51,7 +51,7 @@
5151
"karma-sinon": "1.0.4",
5252
"karma-spec-reporter": "0.0.19",
5353
"time-grunt": "1.2.1",
54-
"webpack-dev-server": "1.10.0"
54+
"webpack-dev-server": "1.10.1"
5555
},
5656
"scripts": {
5757
"test": "grunt test"
@@ -60,7 +60,7 @@
6060
"mout": "0.11.0"
6161
},
6262
"peerDependencies": {
63-
"js-data": "2.0.0-rc.1",
63+
"js-data": ">=2.0.0",
6464
"firebase": ">=1.1.x"
6565
}
6666
}

0 commit comments

Comments
 (0)