Skip to content

Commit 35c3172

Browse files
committed
Prepare for 3.0.0-rc.3
1 parent 1b7b107 commit 35c3172

File tree

6 files changed

+185
-177
lines changed

6 files changed

+185
-177
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# The email address is not required for organizations.
77
#
8+
89
InternalFX <[email protected]>
910
Ivan Voznyakovsky <[email protected]>
1011
Jason Dobry <[email protected]>

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 3.0.0-rc.3 - 18 August 2016
2+
3+
###### Backwards compatible changes
4+
- #56 - Test Coverage (fetch, updateMany/createMany, addAction(s)) by @pik
5+
16
##### 3.0.0-rc.2 - 13 August 2016
27

38
###### Backwards compatible changes

fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-fetch",
33
"description": "HTTP adapter for js-data that uses the fetch API.",
4-
"version": "3.0.0-rc.2",
4+
"version": "3.0.0-rc.3",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
"http"
2222
],
2323
"dependencies": {
24-
"js-data-adapter": "~0.8.1"
24+
"js-data-adapter": "~0.8.2"
2525
},
2626
"peerDependencies": {
2727
"js-data": "^3.0.0-rc.4"

node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http-node",
33
"description": "Node.js HTTP adapter for js-data.",
4-
"version": "3.0.0-rc.2",
4+
"version": "3.0.0-rc.3",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"node.js"
2323
],
2424
"dependencies": {
25-
"js-data-adapter": "~0.8.1"
25+
"js-data-adapter": "~0.8.2"
2626
},
2727
"peerDependencies": {
2828
"axios": "^0.13.1",

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http",
33
"description": "HTTP (XHR) adapter for js-data in the browser.",
4-
"version": "3.0.0-rc.2",
4+
"version": "3.0.0-rc.3",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",
@@ -24,6 +24,7 @@
2424
"rest",
2525
"adapter",
2626
"http",
27+
"fetch",
2728
"browser",
2829
"xhr"
2930
],
@@ -74,7 +75,7 @@
7475
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
7576
},
7677
"dependencies": {
77-
"js-data-adapter": "~0.8.1"
78+
"js-data-adapter": "~0.8.2"
7879
},
7980
"peerDependencies": {
8081
"js-data": "^3.0.0-rc.4"
@@ -95,7 +96,7 @@
9596
"phantomjs-prebuilt": "2.1.12",
9697
"rollup-plugin-commonjs": "3.3.1",
9798
"rollup-plugin-replace": "1.1.1",
98-
"uglify-js": "2.7.0",
99-
"whatwg-fetch": "^1.0.0"
99+
"uglify-js": "2.7.3",
100+
"whatwg-fetch": "1.0.0"
100101
}
101102
}

0 commit comments

Comments
 (0)