Skip to content

Commit 2b3832c

Browse files
committed
Prepare for 1.0.0 release.
1 parent b96c55e commit 2b3832c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0 - 02 July 2017
2+
3+
**1.0.0 stable release, now depending on [email protected]**
4+
15
##### 0.8.5 - 01 July 2017
26

37
- Upgrade build process

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.5",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/js-data/js-data-adapter",
66
"repository": {
77
"type": "git",
@@ -54,11 +54,11 @@
5454
"release": "npm test && repo-tools updates && repo-tools changelog && repo-tools authors"
5555
},
5656
"peerDependencies": {
57-
"js-data": "^3.0.0-rc.9"
57+
"js-data": ">= 3.0.0"
5858
},
5959
"dependencies": {
6060
"chai": "^4.0.2",
61-
"js-data": "^3.0.0-rc.9",
61+
"js-data": ">= 3.0.0",
6262
"mocha": "^3.4.2",
6363
"sinon": "^2.3.6"
6464
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,9 +2309,9 @@ [email protected]:
23092309
npm-check-updates "2.8.9"
23102310
standard "8.6.0"
23112311

2312-
js-data@^3.0.0-rc.9:
2313-
version "3.0.0-rc.9"
2314-
resolved "https://registry.yarnpkg.com/js-data/-/js-data-3.0.0-rc.9.tgz#d447382444416d66daef845f1916fd0280bb7590"
2312+
"js-data@>= 3.0.0":
2313+
version "3.0.0"
2314+
resolved "https://registry.yarnpkg.com/js-data/-/js-data-3.0.0.tgz#59628af903fac61cec99a7dad2db6a076f51c6ef"
23152315

23162316
js-tokens@^3.0.0:
23172317
version "3.0.2"

0 commit comments

Comments
 (0)