Skip to content

Commit 43c5702

Browse files
committed
Prepare for 0.7.4
1 parent 6c7f5e6 commit 43c5702

File tree

5 files changed

+411
-410
lines changed

5 files changed

+411
-410
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 0.7.4 - 07 July 2016
2+
3+
###### Backwards compatible changes
4+
- Updated dependencies
5+
16
##### 0.7.3 - 25 May 2016
27

38
###### Bug fixes

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014-2016 js-data-adapter project authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Refer to the various JSData adapter repositories to see how they extend `Adapter
1616

1717
##### Browser-based adapter
1818
```
19-
npm i --save js-data
20-
npm i --save-dev js-data-adapter
19+
npm i --save js-data js-data-adapter
2120
```
2221

2322
##### Node.js based adapter
@@ -65,7 +64,6 @@ Object.defineProperty(MyAdapter, '__super__', {
6564
6665
## Links
6766
68-
* [JSData Quick start](http://www.js-data.io/v3.0/docs/home#quick-start) - Get started in 5 minutes
6967
* [Guides and Tutorials](http://www.js-data.io/v3.0/docs/home) - Learn how to use JSData
7068
* [API Reference Docs](http://api.js-data.io) - Explore components, methods, options, etc.
7169
* [Community & Support](http://js-data.io/docs/community) - Find solutions and chat with the community

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-adapter",
33
"description": "Base adapter class that all other js-data adapters extend.",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"homepage": "https://github.com/js-data/js-data-adapter",
66
"repository": {
77
"type": "git",
@@ -64,7 +64,7 @@
6464
"release": "npm test && repo-tools updates && repo-tools changelog && repo-tools authors"
6565
},
6666
"peerDependencies": {
67-
"js-data": "^3.0.0-beta.6"
67+
"js-data": "^3.0.0-beta.10"
6868
},
6969
"dependencies": {
7070
"chai": "^3.5.0",
@@ -75,6 +75,6 @@
7575
"babel-plugin-syntax-async-functions": "6.8.0",
7676
"babel-plugin-transform-regenerator": "6.9.0",
7777
"babel-preset-stage-0": "6.5.0",
78-
"js-data-repo-tools": "0.5.2"
78+
"js-data-repo-tools": "0.5.5"
7979
}
8080
}

0 commit comments

Comments
 (0)