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

release: core system-contracts@0.2.0 and update dependent packages #231

Merged
merged 3 commits into from Aug 23, 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

Next

publish

  • Loading branch information
hrharder committed Aug 23, 2019
commit 9ee143537d174133eb6aaed1440a082deda6dc8b
@@ -1,6 +1,6 @@
{
"name": "@kosu/create-portal-helper",
"version": "0.1.1",
"version": "0.1.2",
"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.1.5",
"@kosu/kosu.js": "^0.2.0",
"@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.18",
"version": "0.1.19",
"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.1.6",
"@kosu/kosu.js": "^0.2.0",
"@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.1.6",
"version": "0.2.0",
"description": "Kosu protocol core contracts in Solidity.",
"license": "MIT",
"repository": {
@@ -90,4 +90,4 @@
"tsconfig.json",
"tslint.json"
]
}
}
@@ -1,6 +1,6 @@
{
"name": "@kosu/kosu.js",
"version": "0.1.6",
"version": "0.2.0",
"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.1.6",
"@kosu/system-contracts": "^0.2.0",
"@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.1.1",
"version": "0.2.0",
"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.1.5",
"@kosu/kosu.js": "^0.2.0",
"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.