From 6fbad58251dce0d3b68e44939720fcd719d182dd Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Tue, 31 Oct 2017 09:13:53 -0400 Subject: [PATCH 01/24] update to buttons #788 --- app/js/wallet/SendPage.js | 2 +- app/styles/app.css | 45 ++++++++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/app/js/wallet/SendPage.js b/app/js/wallet/SendPage.js index a4b305aee..6fab7034a 100644 --- a/app/js/wallet/SendPage.js +++ b/app/js/wallet/SendPage.js @@ -177,7 +177,7 @@ class SendPage extends Component { required />
-
diff --git a/app/js/account/components/DeleteAccountModal.js b/app/js/account/components/DeleteAccountModal.js index 284cd3bbd..4d4331eb7 100644 --- a/app/js/account/components/DeleteAccountModal.js +++ b/app/js/account/components/DeleteAccountModal.js @@ -28,7 +28,7 @@ const DeleteAccountModal = (props) => ( diff --git a/app/js/profiles/ImportProfilePage.js b/app/js/profiles/ImportProfilePage.js index 4555d4f2b..5f041086f 100644 --- a/app/js/profiles/ImportProfilePage.js +++ b/app/js/profiles/ImportProfilePage.js @@ -61,7 +61,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(ImportPage) /*
-
diff --git a/app/js/profiles/ZoneFilePage.js b/app/js/profiles/ZoneFilePage.js index b3c6bae1f..7bd2c7958 100644 --- a/app/js/profiles/ZoneFilePage.js +++ b/app/js/profiles/ZoneFilePage.js @@ -234,7 +234,7 @@ class ZoneFilePage extends Component { Broadcast update @@ -109,7 +109,7 @@ const RegistrationSearchResults = (props) => ( diff --git a/app/js/profiles/components/registration/RegistrationSelectView.js b/app/js/profiles/components/registration/RegistrationSelectView.js index e90a33efb..71fec0cba 100644 --- a/app/js/profiles/components/registration/RegistrationSelectView.js +++ b/app/js/profiles/components/registration/RegistrationSelectView.js @@ -284,7 +284,7 @@ class AddUsernameSelectPage extends Component { : Back @@ -330,7 +330,7 @@ class AddUsernameSelectPage extends Component { : Back @@ -369,7 +369,7 @@ class AddUsernameSelectPage extends Component { Back diff --git a/app/styles/app.css b/app/styles/app.css index c7df26eda..4a40a802a 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -412,61 +412,39 @@ h3{font-family:'Lato',sans-serif;font-size:1.25rem;font-weight:400;} /* 12. Buttons */ button{outline:none!important;background-color:transparent;font-size:11px;cursor:pointer;} -.btn { - font-family: 'Lato', sans-serif; - padding: 0.75rem 2.5rem; - font-size: 0.8125rem; - font-weight: 900; - letter-spacing: 1px; - line-height: 1.75rem; - border-radius: 2px; - text-transform: uppercase; - -webkit-transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; - -ms-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); - -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); - box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); -} +.btn{font-family:'Lato',sans-serif;padding:0.75rem 2.5rem 0.6875rem 2.5rem;font-size:0.8125rem;font-weight:900;line-height:1.75rem;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;text-transform:uppercase;letter-spacing:1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;} +.btn:hover,.btn:focus,.btn:active{-webkit-box-shadow:0px 5px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 5px 20px 0px rgba(0,0,0,0.25);} .btn-xs{font-size:0.75rem;padding:0.375rem 2.125rem;line-height:1rem;} .btn-sm{font-size:0.75rem;padding:0.375rem 2.125rem;line-height:1.5rem;} -.btn-lg { - font-size: 0.8125rem; - padding: 1rem 3.4375rem; - line-height: 1.75rem; -} - -.btn:focus, .btn:active:focus, .btn.active:focus { - outline: none; -} -.btn-primary{background-color:#2C96FF;border:1px solid #2C96FF;} +.btn-lg{font-size:0.8125rem;padding:1rem 3.4375rem;line-height:1.75rem;} +.btn-pill{border-radius:30px;-webkit-border-radius:30px;} +.btn:focus,.btn:active:focus,.btn.active:focus{outline:none;} +.btn-primary{color:#fff;border:1px solid #2C96FF;background-color:#2C96FF;} +.btn-primary:hover,.btn-primary:focus,.btn-primary:active{color:#fff;background-color:#2378CC;border:1px solid #2378CC;font-weight:700;} +.btn-secondary{color:#fff;background-color:#270F34;border:1px solid #270F34;} +.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{color:#fff;background-color:#2C96FF;border:1px solid #2C96FF;font-weight:700;} +.btn-light{color:#212529;background-color:#fff;border:1px solid #fff;} +.btn-light:hover,.btn-light:focus,.btn-light:active{color:#fff;background-color:#2C96FF;border:1px solid #2C96FF;font-weight:700;} +.btn-outline-secondary{color:#fff;border:1px solid rgba(255,255,255,0.15);font-weight:700;background-color:#270F34;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;} +.btn-outline-secondary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{color:#270F34!important;border:1px solid rgba(255,255,255,1)!important;font-weight:700;background-color:#fff;outline:none;} +.btn-outline-light{color:#fff;background-color:transparent;border:1px solid #fff;} +.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light:active{color:#fff;background-color:#2C96FF;border:1px solid #2C96FF;font-weight:700;} +.btn-outline-alpha-light{color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,0.25);} +.btn-outline-alpha-light:hover,.btn-outline-alpha-light:focus,.btn-outline-alpha-light:active{color:#212529;background-color:#fff;border:1px solid #fff;font-weight:700;} +.btn-tertiary{color:#fff;border:1px solid #AEAEAE;font-weight:700;background-color:#AEAEAE;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;} +.btn-tertiary:hover,.btn-tertiary:focus,.btn-tertiary:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#7B7B7B;border: 1px solid #7B7B7B;} +.btn-dark,.btn-verify{color:#fff;background-color:#222222;} .btn-link{color:#222222;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} -.btn-link:focus,.btn-link:hover{color:#2C96FF;text-decoration:none;} +.btn-link:focus,.btn-link:hover{color:#2C96FF;text-decoration:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .btn-link.active{color:#2C96FF;text-decoration:none;} .btn-link-secondary{color:#222222;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .btn-link-mute{color:#949494;} -.btn-light{background-color:#fff;border-color:#fff;color:#2C96FF;} -.btn-dark{color:#fff;background-color:#222222;} -.btn-storage { - background-color: #2C96FF; - border: 1px solid #2C96FF; - margin-bottom: -15px; - -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); - box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); -} +.btn-storage{background-color:#2C96FF;border:1px solid #2C96FF;margin-bottom:-15px;-webkit-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.15);-moz-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.15);box-shadow:0px 0px 25px 0px rgba(0,0,0,0.15);} .btn-storage:hover{background-color:#0668BF;} -.btn.disabled.btn-storage,.btn:disabled.btn-storage{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#8CC3F4;border:1px solid #8CC3F4;} -.btn-verify{font-size:0.65rem;padding:0.375rem 2.125rem;line-height:2rem;color:#fff;background-color:#222222;border:1px solid #fff;} +.btn.disabled.btn-storage,.btn:disabled.btn-storage{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#AEAEAE;border:1px solid #AEAEAE;} .btn-thin{line-height:1.0rem;padding:0px;} -.btn-clipboard {width:40px;height:40px;color:#494F56;padding:0;border:0;} -.storage-page button:disabled {cursor: default;} +.btn-clipboard{width:40px;height:40px;color:#494F56;padding:0;border:0;} +.storage-page button:disabled{cursor:default;} /* 13. Forms */ From 4db35556d2ed4fcd3c7ad236b2e5919cd142aba8 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Thu, 2 Nov 2017 17:07:04 -0400 Subject: [PATCH 03/24] gst --- app/js/components/SecondaryNavBar.js | 6 +++--- app/js/profiles/DefaultProfilePage.js | 21 +++++++++++---------- app/styles/app.css | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/app/js/components/SecondaryNavBar.js b/app/js/components/SecondaryNavBar.js index 1ebbbbfa4..57055a6a3 100644 --- a/app/js/components/SecondaryNavBar.js +++ b/app/js/components/SecondaryNavBar.js @@ -53,7 +53,7 @@ class SecondaryNavBar extends Component { render() { const activeClass = this.props.activeClass ? this.props.activeClass : "" return ( -
+
{this.props.leftButtonTitle !== undefined && ( @@ -102,7 +102,7 @@ class SecondaryNavBar extends Component { title={this.props.rightButtonTitle} onClick={this.props.onRightButtonClick} align="right" - isActive={this.props.isRightActive} + isActive={this.props.isRightActive} activeClass={activeClass} /> : @@ -111,7 +111,7 @@ class SecondaryNavBar extends Component { link={this.props.rightButtonLink} align="right" isActive={this.props.isRightActive} - activeClass={activeClass} + activeClass={activeClass} /> ) }
diff --git a/app/js/profiles/DefaultProfilePage.js b/app/js/profiles/DefaultProfilePage.js index 56c2e283b..7b5581bda 100644 --- a/app/js/profiles/DefaultProfilePage.js +++ b/app/js/profiles/DefaultProfilePage.js @@ -602,15 +602,6 @@ class DefaultProfilePage extends Component {
- {profileCompleteness < 1 && @@ -706,7 +697,7 @@ class DefaultProfilePage extends Component {
- {(person.description() && person.description().length > 0) ? + {(person.description() && person.description().length > 0) ? person.description() : Add your bio} @@ -756,6 +747,16 @@ class DefaultProfilePage extends Component {
+ +
diff --git a/app/styles/app.css b/app/styles/app.css index c204ed002..44c3c25ec 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -429,6 +429,20 @@ button{outline:none!important;background-color:transparent;font-size:11px;cursor .btn-outline-secondary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{color:#270F34!important;border:1px solid rgba(255,255,255,1)!important;font-weight:700;background-color:#fff;outline:none;} .btn-outline-light{color:#fff;background-color:transparent;border:1px solid #fff;} .btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light:active{color:#fff;background-color:#2C96FF;border:1px solid #2C96FF;font-weight:700;} + +.btn-outline-dark { + color: #2e2e2e; + background-color: transparent; + border: 1px solid #2e2e2e; +} + +.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active { + color: #fff; + background-color: #2C96FF; + border: 1px solid #2C96FF; + font-weight: 700; +} + .btn-outline-alpha-light{color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,0.25);} .btn-outline-alpha-light:hover,.btn-outline-alpha-light:focus,.btn-outline-alpha-light:active{color:#212529;background-color:#fff;border:1px solid #fff;font-weight:700;} .btn-tertiary{color:#fff;border:1px solid #AEAEAE;font-weight:700;background-color:#AEAEAE;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;} From aea44e5f5d40c67207e5f123ece9aad3e379195e Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Thu, 2 Nov 2017 17:07:51 -0400 Subject: [PATCH 04/24] update to spacing, buttons, widths, etc to profiles, secondary nav #984 --- app/js/components/SecondaryNavBar.js | 8 ++++---- app/js/profiles/DefaultProfilePage.js | 6 +++--- app/js/profiles/components/ProfileCompletion.js | 2 +- app/styles/app.css | 12 +++++++----- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/app/js/components/SecondaryNavBar.js b/app/js/components/SecondaryNavBar.js index 57055a6a3..92ae395d2 100644 --- a/app/js/components/SecondaryNavBar.js +++ b/app/js/components/SecondaryNavBar.js @@ -8,7 +8,7 @@ const SecondaryNavLink = props => { return ( {props.title} @@ -21,7 +21,7 @@ const SecondaryNavButton = props => { return ( + }
diff --git a/app/styles/app.css b/app/styles/app.css index 31d26e5d4..77b87f592 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -460,6 +460,7 @@ button{outline:none!important;background-color:transparent;font-size:11px;cursor .btn.disabled.btn-storage,.btn:disabled.btn-storage{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#AEAEAE;border:1px solid #AEAEAE;} .btn-thin{line-height:1.0rem;padding:0px;} .btn-clipboard{width:40px;height:40px;color:#494F56;padding:0;border:0;} +.btn-link-small{font-size:12px;padding:0;} .storage-page button:disabled{cursor:default;} From a9b08f2daefe96a5ba036fe80427c1854638deeb Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 2 Nov 2017 23:21:21 -0400 Subject: [PATCH 13/24] Center more accounts button. --- app/js/profiles/DefaultProfilePage.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/js/profiles/DefaultProfilePage.js b/app/js/profiles/DefaultProfilePage.js index 886287210..4517ff9a8 100644 --- a/app/js/profiles/DefaultProfilePage.js +++ b/app/js/profiles/DefaultProfilePage.js @@ -844,11 +844,13 @@ class DefaultProfilePage extends Component { } })} - {(!this.state.showHiddenPlaceholders && showMoreAccountsButton) && - - } +
+ {(!this.state.showHiddenPlaceholders && showMoreAccountsButton) && + + } +
From 435d46f98a3ce8bda6781a34cc927ae9f7ae587c Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 2 Nov 2017 23:29:34 -0400 Subject: [PATCH 14/24] Improve Facebook verification instructions. --- app/js/profiles/components/VerificationInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/js/profiles/components/VerificationInfo.js b/app/js/profiles/components/VerificationInfo.js index 51fa0a390..774d399a5 100644 --- a/app/js/profiles/components/VerificationInfo.js +++ b/app/js/profiles/components/VerificationInfo.js @@ -76,7 +76,8 @@ class FacebookVerificationInfo extends Component {

Step 2: - Post the following text to your Facebook timeline. Make sure your post is public! + Copy and post the following text to your Facebook timeline. +  Make sure your post is public!

{this.props.verificationMessage} From aca90841aba9085aa8b134114d292bd072832c6a Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 2 Nov 2017 23:49:46 -0400 Subject: [PATCH 15/24] Add help links to verification modals. --- .../components/EditSocialAccountModal.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/js/profiles/components/EditSocialAccountModal.js b/app/js/profiles/components/EditSocialAccountModal.js index b75112c68..4d6e2762b 100644 --- a/app/js/profiles/components/EditSocialAccountModal.js +++ b/app/js/profiles/components/EditSocialAccountModal.js @@ -4,9 +4,17 @@ import { connect } from 'react-redux' import Modal from 'react-modal' import InputGroup from '../../components/InputGroup' import VerificationInfo from '../components/VerificationInfo' +import { openInNewTab } from '../../utils' import { getWebAccountTypes } from '../../utils' +const helpPages = { + twitter: 'https://forum.blockstack.org/t/twitter-verification-process/2143', + facebook: 'https://forum.blockstack.org/t/facebook-verification-process/2142/3', + github: 'https://forum.blockstack.org/t/github-verification-process/2145', + instagram: 'https://forum.blockstack.org/t/instagram-verification-process/2144', +} + function mapStateToProps(state) { return { api: state.settings.api @@ -127,6 +135,12 @@ class EditSocialAccountModal extends Component { return !this.props.verified && (this.props.identifier.length > 0) } + showHelp = () => { + if (helpPages.hasOwnProperty(this.props.service)) { + openInNewTab(helpPages[this.props.service]) + } + } + render() { const webAccountTypes = getWebAccountTypes(this.props.api) const verifiedClass = this.props.verified ? "verified" : (this.state.collapsed ? "pending" : "") @@ -205,6 +219,11 @@ class EditSocialAccountModal extends Component { this.state.identifier, this.state.proofUrl)}> Verify +
+ {helpPages.hasOwnProperty(this.props.service) && + + } +
) } else { From d5c4ad450060c25fd0c020bfd66861c944a187ae Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 2 Nov 2017 23:54:21 -0400 Subject: [PATCH 16/24] Improve GitHub verification instructions. --- app/js/profiles/components/VerificationInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/js/profiles/components/VerificationInfo.js b/app/js/profiles/components/VerificationInfo.js index 774d399a5..74387de8c 100644 --- a/app/js/profiles/components/VerificationInfo.js +++ b/app/js/profiles/components/VerificationInfo.js @@ -121,7 +121,8 @@ class GithubVerificationInfo extends Component {

Step 2: Copy the text below and click on the create gist button. - Then paste the text into the body of the gist and click Create Public Gist. + Then paste the text into the body of your new gist and click +  Create Public Gist.

{this.props.verificationMessage} From af4e67d017507fadc81b71dc7c91a728e26db6a1 Mon Sep 17 00:00:00 2001 From: Ken Date: Fri, 3 Nov 2017 00:15:57 -0400 Subject: [PATCH 17/24] Pull edit profile buttons out of secondary nav. --- app/js/profiles/DefaultProfilePage.js | 37 ++++++++++++++++++++------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/app/js/profiles/DefaultProfilePage.js b/app/js/profiles/DefaultProfilePage.js index 4517ff9a8..78bf565d8 100644 --- a/app/js/profiles/DefaultProfilePage.js +++ b/app/js/profiles/DefaultProfilePage.js @@ -780,15 +780,34 @@ class DefaultProfilePage extends Component {
- +
+
+
+ +
+
+ {this.state.editMode ? + + : + + More + + } +
+
+
From 319843d9aeba07bdef9579e8281fbaa227bf011c Mon Sep 17 00:00:00 2001 From: Ken Date: Fri, 3 Nov 2017 00:27:02 -0400 Subject: [PATCH 18/24] Fix secondary nav alignment. --- app/js/components/SecondaryNavBar.js | 19 +++++++++++++------ app/js/wallet/WalletApp.js | 1 + app/styles/app.css | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/app/js/components/SecondaryNavBar.js b/app/js/components/SecondaryNavBar.js index 92ae395d2..26da16b20 100644 --- a/app/js/components/SecondaryNavBar.js +++ b/app/js/components/SecondaryNavBar.js @@ -8,7 +8,7 @@ const SecondaryNavLink = props => { return ( {props.title} @@ -21,7 +21,7 @@ const SecondaryNavButton = props => { return (
{this.state.editMode ? : + className="btn btn-outline-dark btn-pill btn-sm mr-5" + to="/profiles/i/all" + > More } @@ -865,8 +867,11 @@ class DefaultProfilePage extends Component {
{(!this.state.showHiddenPlaceholders && showMoreAccountsButton) && - }
From fe87360898aa52eb569bb7f57cc90924d17831b1 Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Fri, 3 Nov 2017 13:58:45 +0900 Subject: [PATCH 21/24] bump version --- native/macos/Blockstack/Blockstack/Info.plist | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index fcdcedf27..09c76d6fd 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.20.0 + 0.20.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 70 + 71 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/package.json b/package.json index 3d0a3b3c5..1d2381ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.20.0", + "version": "0.20.1", "author": "Blockstack PBC ", "description": "The Blockstack browser", "license": "MPL-2.0", From ef637b3e6e19a65f78cc1720c7c66066163cdc2d Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Fri, 3 Nov 2017 13:59:24 +0900 Subject: [PATCH 22/24] update blockstack.js to v0.13.3 for proofs improvements --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d2381ef4..37016ac3c 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "bigi": "^1.4.2", "bip39": "^2.2.0", "bitcoinjs-lib": "^3.2.0", - "blockstack": "0.13.2", + "blockstack": "0.13.3", "body-parser": "^1.16.1", "bootstrap": "^4.0.0-beta", "browser-stdout": "^1.3.0", From 5f7926c57f36c84c9c9bf79436f5858a6efcd308 Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Fri, 3 Nov 2017 14:04:16 +0900 Subject: [PATCH 23/24] update lock file --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa385d045..4bc2eaa21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.19.2", + "version": "0.20.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3004,9 +3004,9 @@ } }, "blockstack": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/blockstack/-/blockstack-0.13.2.tgz", - "integrity": "sha512-3GkgzcdfQXYbqV+1Dz+k+uXTLYm5Y5Y7DJ7wjPVhhS8SG7vrSX/8E9gHBjJBkRX5lNMQ7pzM6Dce3jpXwmZ9tw==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/blockstack/-/blockstack-0.13.3.tgz", + "integrity": "sha512-HvQEubCKW+qbJTK0ki/J7wgVJ2AJoVpgCE6NGo63AP6NTN2PFf4RwpWSU+ThXCRB7HKKZURfxDWaiaKfjBepPw==", "requires": { "ajv": "4.11.8", "bigi": "1.4.2", From 0c81790fa9a8be8694d97d4f6f4aa62dba202c8d Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Fri, 3 Nov 2017 15:21:43 +0900 Subject: [PATCH 24/24] update blockstack.js to v0.13.4 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bc2eaa21..b005e18f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3004,9 +3004,9 @@ } }, "blockstack": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/blockstack/-/blockstack-0.13.3.tgz", - "integrity": "sha512-HvQEubCKW+qbJTK0ki/J7wgVJ2AJoVpgCE6NGo63AP6NTN2PFf4RwpWSU+ThXCRB7HKKZURfxDWaiaKfjBepPw==", + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/blockstack/-/blockstack-0.13.4.tgz", + "integrity": "sha512-CHWTKN/B97PHWKqyr/EQajyEWrSSHrZoXXnCSuLzJk3I/dkFoE0fSubRljL9r9N6fBrZ59OVKwPiB+4+KEAOXA==", "requires": { "ajv": "4.11.8", "bigi": "1.4.2", diff --git a/package.json b/package.json index 37016ac3c..82e3b727c 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "bigi": "^1.4.2", "bip39": "^2.2.0", "bitcoinjs-lib": "^3.2.0", - "blockstack": "0.13.3", + "blockstack": "0.13.4", "body-parser": "^1.16.1", "bootstrap": "^4.0.0-beta", "browser-stdout": "^1.3.0",