Skip to content

Commit

Permalink
Prepare for 3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 19, 2016
1 parent 1b7b107 commit 35c3172
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 177 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# The email address is not required for organizations.
#
Alex <[email protected]>
InternalFX <[email protected]>
Ivan Voznyakovsky <[email protected]>
Jason Dobry <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 3.0.0-rc.3 - 18 August 2016

###### Backwards compatible changes
- #56 - Test Coverage (fetch, updateMany/createMany, addAction(s)) by @pik

##### 3.0.0-rc.2 - 13 August 2016

###### Backwards compatible changes
Expand Down
4 changes: 2 additions & 2 deletions fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-fetch",
"description": "HTTP adapter for js-data that uses the fetch API.",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"http"
],
"dependencies": {
"js-data-adapter": "~0.8.1"
"js-data-adapter": "~0.8.2"
},
"peerDependencies": {
"js-data": "^3.0.0-rc.4"
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http-node",
"description": "Node.js HTTP adapter for js-data.",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"node.js"
],
"dependencies": {
"js-data-adapter": "~0.8.1"
"js-data-adapter": "~0.8.2"
},
"peerDependencies": {
"axios": "^0.13.1",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http",
"description": "HTTP (XHR) adapter for js-data in the browser.",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand All @@ -24,6 +24,7 @@
"rest",
"adapter",
"http",
"fetch",
"browser",
"xhr"
],
Expand Down Expand Up @@ -74,7 +75,7 @@
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
},
"dependencies": {
"js-data-adapter": "~0.8.1"
"js-data-adapter": "~0.8.2"
},
"peerDependencies": {
"js-data": "^3.0.0-rc.4"
Expand All @@ -95,7 +96,7 @@
"phantomjs-prebuilt": "2.1.12",
"rollup-plugin-commonjs": "3.3.1",
"rollup-plugin-replace": "1.1.1",
"uglify-js": "2.7.0",
"whatwg-fetch": "^1.0.0"
"uglify-js": "2.7.3",
"whatwg-fetch": "1.0.0"
}
}
Loading

0 comments on commit 35c3172

Please sign in to comment.