Skip to content
Merged

3.0 #329

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stable Version 3.0.0
  • Loading branch information
jmdobry committed Jul 2, 2015
commit c3558a6b4ed3ef087cb53fa713ab6609ce1f53e0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 3.0.0 - 02 July 2015

Stable Version 3.0.0

##### 3.0.0-rc.1 - 28 June 2015

Stable Version 3.0.0-rc.1
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"angular-mocks-1.3.2": "angular-mocks#1.3.2"
},
"dependencies": {
"js-data": "2.0.0-rc.1",
"js-data-http": "2.0.0-rc.1",
"js-data": ">=2.0.0",
"js-data-http": ">=2.0.0",
"angular": ">=1.1.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-angular",
"description": "Angular wrapper for js-data.",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"homepage": "http://www.js-data.io/docs/js-data-angular",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"peerDependencies": {
"angular": ">=1.1.0",
"js-data": "2.0.0-rc.1"
"js-data": ">=2.0.0"
},
"dependencies": {
"js-data-http": "2.0.0-rc.1"
"js-data-http": ">=2.0.0"
}
}