Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redeploying contracts #242

Merged
merged 3 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

bump

  • Loading branch information
hrharder committed Aug 29, 2019
commit a358cb90c0130e76a26cf1007e7d7babb0509f87
@@ -1,6 +1,6 @@
{
"name": "@kosu/create-portal-helper",
"version": "0.1.2",
"version": "0.1.3",
"description": "Abstraction library for simplifying web-portal interactions.",
"main": "index.js",
"repository": "https://github.com/ParadigmFoundation/kosu-monorepo",
@@ -15,7 +15,7 @@
"dependencies": {
"0x.js": "^6.0.9",
"@0x/subproviders": "^4.0.6",
"@kosu/kosu.js": "^0.2.0",
"@kosu/kosu.js": "^0.2.1",
"@kosu/tsc-config": "^0.1.0",
"web3": "1.2.0"
},
@@ -36,4 +36,4 @@
"publishConfig": {
"access": "public"
}
}
}
@@ -1,6 +1,6 @@
{
"name": "@kosu/gov-portal-helper",
"version": "0.1.19",
"version": "0.1.20",
"description": "Abstraction library for interacting with the Kosu contract system governance functions.",
"main": "lib/index.js",
"license": "MIT",
@@ -12,7 +12,7 @@
"build": "tsc"
},
"dependencies": {
"@kosu/kosu.js": "^0.2.0",
"@kosu/kosu.js": "^0.2.1",
"@kosu/tsc-config": "^0.1.0",
"bignumber.js": "8.0.2",
"browser-cookies": "^1.2.0",
@@ -37,4 +37,4 @@
"publishConfig": {
"access": "public"
}
}
}
@@ -1,6 +1,6 @@
{
"name": "@kosu/system-contracts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Kosu protocol core contracts in Solidity.",
"license": "MIT",
"repository": {
@@ -92,4 +92,4 @@
"tsconfig.json",
"tslint.json"
]
}
}
@@ -1,6 +1,6 @@
{
"name": "@kosu/kosu.js",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript module for connecting with Kosu.",
"main": "dist/index.js",
"license": "MIT",
@@ -31,7 +31,7 @@
"@0x/web3-providers-fork": "^0.0.7",
"@0x/web3-wrapper": "^6.0.5",
"@babel/core": "^7.4.4",
"@kosu/system-contracts": "^0.2.0",
"@kosu/system-contracts": "^0.2.1",
"@kosu/tsc-config": "^0.1.0",
"@kosu/tslint-config": "^0.0.4",
"ethereum-protocol": "^1.0.1",
@@ -64,4 +64,4 @@
"dist/",
"README.md"
]
}
}
@@ -1,6 +1,6 @@
{
"name": "@kosu/web-helpers",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"license": "MIT",
"homepage": "https://portal.kosu.io/",
@@ -11,7 +11,7 @@
"deploy": "yarn compile:assets && gsutil -m rsync -d ./public gs://portal.kosu.io"
},
"dependencies": {
"@kosu/kosu.js": "^0.2.0",
"@kosu/kosu.js": "^0.2.1",
"uuid": "^3.3.2"
},
"repository": {
@@ -24,4 +24,4 @@
"publishConfig": {
"access": "public"
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.