Skip to content

Commit c3558a6

Browse files
committed
Stable Version 3.0.0
1 parent 47ea7ab commit c3558a6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 3.0.0 - 02 July 2015
2+
3+
Stable Version 3.0.0
4+
15
##### 3.0.0-rc.1 - 28 June 2015
26

37
Stable Version 3.0.0-rc.1

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"angular-mocks-1.3.2": "angular-mocks#1.3.2"
2323
},
2424
"dependencies": {
25-
"js-data": "2.0.0-rc.1",
26-
"js-data-http": "2.0.0-rc.1",
25+
"js-data": ">=2.0.0",
26+
"js-data-http": ">=2.0.0",
2727
"angular": ">=1.1.0"
2828
}
2929
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-angular",
33
"description": "Angular wrapper for js-data.",
4-
"version": "3.0.0-rc.1",
4+
"version": "3.0.0",
55
"homepage": "http://www.js-data.io/docs/js-data-angular",
66
"repository": {
77
"type": "git",
@@ -49,9 +49,9 @@
4949
},
5050
"peerDependencies": {
5151
"angular": ">=1.1.0",
52-
"js-data": "2.0.0-rc.1"
52+
"js-data": ">=2.0.0"
5353
},
5454
"dependencies": {
55-
"js-data-http": "2.0.0-rc.1"
55+
"js-data-http": ">=2.0.0"
5656
}
5757
}

0 commit comments

Comments
 (0)