Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed Feb 14, 2018
1 parent f3f9ca1 commit 3d9df5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"lerna": "2.6.0",
"packages": [
"packages/*"
],
"version": "2.0.3",
"packages": ["packages/*"],
"version": "2.1.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/xhr-mock-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jquery": "^3.2.1",
"rxjs": "^5.5.6",
"superagent": "^3.8.2",
"xhr-mock": "^2.0.3"
"xhr-mock": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
Expand All @@ -30,5 +30,5 @@
"test:watch": "concurrently 'webpack --watch' testem",
"ci": "yarn run clean && yarn run lint && yarn run check && yarn run test"
},
"version": "2.0.3"
"version": "2.1.0"
}

0 comments on commit 3d9df5c

Please sign in to comment.