Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLefrere committed Jun 21, 2018
1 parent 5304673 commit 707638f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.5.1",
"version": "1.5.2",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/colony-js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-client",
"version": "1.5.1",
"version": "1.5.2",
"description": "Reference implementation of the Colony API",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@colony/colony-js-adapter": "^1.5.0",
"@colony/colony-js-contract-client": "^1.5.0",
"@colony/colony-js-contract-client": "^1.5.2",
"@colony/colony-js-contract-loader": "^1.4.1",
"@colony/colony-js-utils": "^1.3.0",
"assert": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/colony-js-contract-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-contract-client",
"version": "1.5.0",
"version": "1.5.2",
"description": "Method-like interface for Smart Contracts",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 707638f

Please sign in to comment.