Merge pull request #841 from sharetribe/change-sdk-access

Update github access so that heroku can access it.
This commit is contained in:
Vesa Luusua 2018-05-21 13:30:25 +03:00 committed by GitHub
commit 0b3ec14637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -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)

View file

@ -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"

View file

@ -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"