From 68772e9999f852681b3dca884acfb8b8ca15d47c Mon Sep 17 00:00:00 2001 From: Hank Stoever Date: Wed, 20 Nov 2019 13:03:52 -0800 Subject: [PATCH] fix resolution error --- app/js/profiles/store/identity/actions.js | 4 +--- native/linux/Blockstack-for-Linux.sh | 2 +- native/macos/Blockstack/Blockstack/Info.plist | 2 +- native/macos/Blockstack/BlockstackLauncher/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/js/profiles/store/identity/actions.js b/app/js/profiles/store/identity/actions.js index 12ae1f611..a61a09aa9 100644 --- a/app/js/profiles/store/identity/actions.js +++ b/app/js/profiles/store/identity/actions.js @@ -2,7 +2,7 @@ import { bip32 } from 'bitcoinjs-lib' import * as bip39 from 'bip39' import * as cheerio from 'cheerio' import * as types from './types' -import { validateProofs , network } from 'blockstack' +import { validateProofs } from 'blockstack' import { authorizationHeaderValue, decrypt, @@ -16,8 +16,6 @@ import { calculateTrustLevel } from '../../../utils/account-utils' import AccountActions from '../../../account/store/account/actions' import { isWebAppBuild } from '../../../utils/window-utils' -import type { Dispatch } from 'redux' - import log4js from 'log4js' diff --git a/native/linux/Blockstack-for-Linux.sh b/native/linux/Blockstack-for-Linux.sh index f8265066a..07e87bfe4 100644 --- a/native/linux/Blockstack-for-Linux.sh +++ b/native/linux/Blockstack-for-Linux.sh @@ -2,7 +2,7 @@ # This script provides a simple interface for folks to use the docker install -TAG=v0.37.0-beta.5 +TAG=v0.37.0-beta.6 if [ "$BLOCKSTACK_TAG" ]; then TAG="$BLOCKSTACK_TAG" fi diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index 99f1b0258..fdcb41584 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.37.0-beta.5 + 0.37.0-beta.6 CFBundleURLTypes diff --git a/native/macos/Blockstack/BlockstackLauncher/Info.plist b/native/macos/Blockstack/BlockstackLauncher/Info.plist index 91a3829ac..260ea14bd 100644 --- a/native/macos/Blockstack/BlockstackLauncher/Info.plist +++ b/native/macos/Blockstack/BlockstackLauncher/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.37.0-beta.5 + 0.37.0-beta.6 CFBundleVersion 119 LSApplicationCategoryType diff --git a/package-lock.json b/package-lock.json index d5e044463..a23c43af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.37.0-beta.5", + "version": "0.37.0-beta.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6538156f0..753323781 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blockstack-browser", "description": "The Blockstack browser", - "version": "0.37.0-beta.5", + "version": "0.37.0-beta.6", "author": "Blockstack PBC ", "dependencies": { "bip39": "^3.0.2",