Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Feb 15, 2019
1 parent 3fed0c0 commit aa27250
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.10.0",
"version": "1.11.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.10.0",
"version": "1.11.0",
"description": "Reference implementation of the Colony API",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -44,10 +44,10 @@
"dependencies": {
"@colony/colony-js-adapter": "^1.9.0",
"@colony/colony-js-adapter-ethers": "^1.10.0",
"@colony/colony-js-contract-client": "^1.10.0",
"@colony/colony-js-contract-client": "^1.11.0",
"@colony/colony-js-contract-loader": "^1.8.1",
"@colony/colony-js-contract-loader-http": "^1.10.0",
"@colony/colony-js-contract-loader-network": "^1.6.2",
"@colony/colony-js-contract-loader-network": "^1.11.0",
"@colony/colony-js-utils": "^1.8.1",
"@colony/purser-core": "^2.1.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.10.0",
"version": "1.11.0",
"description": "Method-like interface for Smart Contracts",
"main": "lib/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/colony-js-contract-loader-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-contract-loader-network",
"version": "1.6.2",
"version": "1.11.0",
"description": "Load the Colony contract ABIs directly from this package",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"author": "Christian Maniewski <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"babel-runtime": "^6.26.0",
"@colony/colony-js-contract-loader": "1.8.1",
"assert": "^1.4.1"
"assert": "^1.4.1",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"jest": "^23.6.0",
Expand Down

0 comments on commit aa27250

Please sign in to comment.