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: publish v0.1 public packages #186

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

Always

Just for now

publish v0.1 packages

  • Loading branch information
hrharder committed Jul 24, 2019
commit a48fa662b9ac636ccf89a76679a739e0254bb78e
@@ -1,6 +1,6 @@
{
"name": "@kosu/create-portal-helper",
"version": "0.1.0",
"version": "0.1.1",
"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.1",
"@kosu/kosu.js": "^0.1.5",
"@kosu/tsc-config": "^0.1.0",
"web3": "1.0.0-beta.37"
},
@@ -1,6 +1,6 @@
{
"name": "@kosu/gov-portal-helper",
"version": "0.1.14",
"version": "0.1.15",
"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.4",
"@kosu/kosu.js": "^0.1.5",
"@kosu/tsc-config": "^0.1.0",
"bignumber.js": "8.0.2",
"browser-cookies": "^1.2.0",
@@ -1,6 +1,6 @@
{
"name": "@kosu/system-contracts",
"version": "0.1.4",
"version": "0.1.5",
"description": "Kosu protocol core contracts in Solidity.",
"license": "MIT",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@kosu/kosu.js",
"version": "0.1.4",
"version": "0.1.5",
"description": "JavaScript module for connecting with Kosu.",
"main": "dist/index.js",
"license": "MIT",
@@ -29,7 +29,7 @@
"@0x/utils": "^4.3.1",
"@0x/web3-wrapper": "^6.0.5",
"@babel/core": "^7.4.4",
"@kosu/system-contracts": "^0.1.4",
"@kosu/system-contracts": "^0.1.5",
"@kosu/tsc-config": "^0.1.0",
"@kosu/tslint-config": "^0.0.4",
"ethereum-protocol": "^1.0.1",
@@ -1,6 +1,6 @@
{
"name": "@kosu/web-helpers",
"version": "0.1.0",
"version": "0.1.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.1.1",
"@kosu/kosu.js": "^0.1.5",
"uuid": "^3.3.2"
},
"devDependencies": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.