Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLefrere committed Sep 7, 2018
1 parent 11c6df7 commit 2557b43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.4",
"version": "1.6.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/colony-js-adapter-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-adapter-ethers",
"version": "1.5.4",
"version": "1.6.0",
"description": "ColonyContract adapter for ethers.js",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/JoinColony/colonyJS#readme",
"dependencies": {
"@colony/colony-js-adapter": "^1.5.4",
"@colony/colony-js-adapter": "^1.6.0",
"@colony/colony-js-contract-loader": "^1.5.4",
"@colony/colony-js-utils": "^1.5.4",
"babel-runtime": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/colony-js-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-adapter",
"version": "1.5.4",
"version": "1.6.0",
"description": "ColonyContract adapter interfaces",
"main": "index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.6.0",
"description": "Reference implementation of the Colony API",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -42,8 +42,8 @@
"webpack-cli": "^2.0.14"
},
"dependencies": {
"@colony/colony-js-adapter": "^1.5.4",
"@colony/colony-js-contract-client": "^1.5.4",
"@colony/colony-js-adapter": "^1.6.0",
"@colony/colony-js-contract-client": "^1.6.0",
"@colony/colony-js-contract-loader": "^1.5.4",
"@colony/colony-js-utils": "^1.5.4",
"assert": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.6.0",
"description": "Method-like interface for Smart Contracts",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"webpack-cli": "^2.0.14"
},
"dependencies": {
"@colony/colony-js-adapter": "^1.5.4",
"@colony/colony-js-adapter": "^1.6.0",
"@colony/colony-js-contract-loader": "^1.5.4",
"@colony/colony-js-utils": "^1.5.4",
"assert": "^1.4.1",
Expand Down

0 comments on commit 2557b43

Please sign in to comment.