From f37e89716a4f07b2334190c92084bf8ebbf509f1 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 21 May 2018 12:38:48 +0300 Subject: [PATCH 1/2] Update github access so that heroku can access it. --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5b96b24e08..29f07c5fb0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "redux-thunk": "^2.2.0", "sanitize.css": "^5.0.0", "sharetribe-scripts": "1.1.2", - "sharetribe-sdk": "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1", + "sharetribe-sdk": "https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1", "smoothscroll-polyfill": "^0.4.0", "source-map-support": "^0.5.4", "url": "^0.11.0" diff --git a/yarn.lock b/yarn.lock index 388911c245..4608ed5041 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7599,9 +7599,9 @@ sharetribe-scripts@1.1.2: optionalDependencies: fsevents "^1.1.3" -"sharetribe-sdk@git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1": +"sharetribe-sdk@https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1": version "0.0.1" - resolved "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1" + resolved "https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1" dependencies: axios "^0.15.3" js-cookie "^2.1.3" From 77a94d88ef90fb06045eb551e10cc8acde082be2 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 21 May 2018 12:57:46 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e75ee794..7e6d0707d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,21 @@ way to update this template, but currently, we follow a pattern: cause conflicts. * Patch (v0.0.**X**): Bug fixes and small changes to components. ----- +--- ## Upcoming version * Change lodash import syntax to reduce bundle size (-15.14 KB) - [839](https://github.com/sharetribe/flex-template-web/pull/839) + [#839](https://github.com/sharetribe/flex-template-web/pull/839) +* [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public). + TODO: create SDK releases instead of using direct refs to single commit. + [#841](https://github.com/sharetribe/flex-template-web/pull/841) ## v0.3.0 * Remove custom touched handling from `FieldCheckboxGroup` as it has has become obsolete now that - Final Form is replacing Redux Form. [#837](https://github.com/sharetribe/flex-template-web/pull/837) + Final Form is replacing Redux Form. + [#837](https://github.com/sharetribe/flex-template-web/pull/837) * Create Stripe account directly instead of passing payout details to Flex API (deprecated way). [#836](https://github.com/sharetribe/flex-template-web/pull/836)