From d5a0b784a65b7b2779640f6132c31f6c7298fb27 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Tue, 23 Jul 2019 10:57:15 -0700 Subject: [PATCH 1/2] v0.1.14 --- packages/gov-portal-helper/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gov-portal-helper/package.json b/packages/gov-portal-helper/package.json index 8114a5dd..e963baee 100644 --- a/packages/gov-portal-helper/package.json +++ b/packages/gov-portal-helper/package.json @@ -1,6 +1,6 @@ { "name": "@kosu/gov-portal-helper", - "version": "0.1.12", + "version": "0.1.14", "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.1", + "@kosu/kosu.js": "^0.1.4", "@kosu/tsc-config": "^0.1.0", "bignumber.js": "8.0.2", "browser-cookies": "^1.2.0", @@ -43,4 +43,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file From 45cb94b9809f9dc7d43892117bae7d9d90d79cec Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Tue, 23 Jul 2019 11:14:09 -0700 Subject: [PATCH 2/2] running prettier --- packages/gov-portal-helper/package.json | 2 +- packages/kosu.js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gov-portal-helper/package.json b/packages/gov-portal-helper/package.json index e963baee..b513fcc0 100644 --- a/packages/gov-portal-helper/package.json +++ b/packages/gov-portal-helper/package.json @@ -43,4 +43,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/kosu.js/package.json b/packages/kosu.js/package.json index 4a779c7f..980d9222 100644 --- a/packages/kosu.js/package.json +++ b/packages/kosu.js/package.json @@ -71,4 +71,4 @@ "dist/", "README.md" ] -} \ No newline at end of file +}