Skip to content

Commit

Permalink
3.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 18, 2016
1 parent 187d1a8 commit 5fd2620
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 58 deletions.
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-alpha.8 - 17 March 2016

- Rebased master

##### 2.2.1 - 17 March 2016

###### Backwards compatible bug fixes
Expand Down
21 changes: 15 additions & 6 deletions dist/js-data-http.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 3 additions & 30 deletions dist/js-data-http.min.js

Large diffs are not rendered by default.

14 changes: 1 addition & 13 deletions dist/js-data-http.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fetch/dist/js-data-fetch.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fetch/dist/js-data-fetch.min.map

Large diffs are not rendered by default.

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-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"fetch"
],
"peerDependencies": {
"js-data": "^3.0.0-alpha.16"
"js-data": "^3.0.0-alpha.19"
}
}
2 changes: 1 addition & 1 deletion 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-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand Down
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-http",
"description": "HTTP (XHR) adapter for js-data in the browser.",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ci": "npm test && cat ./coverage/lcov.info | coveralls || true"
},
"peerDependencies": {
"js-data": "^3.0.0-alpha.16"
"js-data": "^3.0.0-alpha.19"
},
"devDependencies": {
"axios": "0.9.1",
Expand All @@ -70,7 +70,7 @@
"chai": "3.5.0",
"coveralls": "2.11.8",
"istanbul": "0.4.2",
"js-data-adapter": "0.2.1",
"js-data-adapter": "0.2.2",
"js-data-repo-tools": "0.2.0",
"jsdoc": "3.4.0",
"karma": "0.13.22",
Expand Down

0 comments on commit 5fd2620

Please sign in to comment.