We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7699cb + 8e32146 commit e329b29Copy full SHA for e329b29
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##### 3.0.0-rc.1 - 15 August 2016
2
+
3
+###### Backwards compatible changes
4
+- Upgrade dependencies
5
6
##### 3.0.0-beta.8 - 08 July 2016
7
8
###### Backwards compatible changes
package.json
@@ -59,14 +59,14 @@
59
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
60
},
61
"dependencies": {
62
- "js-data-adapter": "~0.7.4",
+ "js-data-adapter": "~0.8.2",
63
"mout": "1.0.0"
64
65
"peerDependencies": {
66
- "js-data": "^3.0.0-beta.10",
+ "js-data": "^3.0.0-rc.4",
67
"rethinkdbdash": ">=2.0.0"
68
69
"devDependencies": {
70
- "js-data-repo-tools": "0.5.5"
+ "js-data-repo-tools": "0.5.6"
71
}
72
0 commit comments