Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLefrere committed Jun 22, 2018
1 parent 018e016 commit 27339fc
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.2",
"version": "1.5.3",
"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.0",
"version": "1.5.3",
"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.0",
"@colony/colony-js-adapter": "^1.5.3",
"@colony/colony-js-contract-loader": "^1.4.1",
"@colony/colony-js-utils": "^1.3.0",
"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.0",
"version": "1.5.3",
"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.2",
"version": "1.5.3",
"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.0",
"@colony/colony-js-contract-client": "^1.5.2",
"@colony/colony-js-adapter": "^1.5.3",
"@colony/colony-js-contract-client": "^1.5.3",
"@colony/colony-js-contract-loader": "^1.4.1",
"@colony/colony-js-utils": "^1.3.0",
"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.2",
"version": "1.5.3",
"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.0",
"@colony/colony-js-adapter": "^1.5.3",
"@colony/colony-js-contract-loader": "^1.4.1",
"@colony/colony-js-utils": "^1.3.0",
"assert": "^1.4.1",
Expand Down

0 comments on commit 27339fc

Please sign in to comment.