Skip to content

Commit

Permalink
Merge pull request #1372 from sharetribe/v6.4.1
Browse files Browse the repository at this point in the history
V6.4.1
  • Loading branch information
OtterleyW authored Oct 20, 2020
2 parents d1663bf + 9ff880a commit 71c55d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

## [v6.4.1] 2020-10-20

- [add] Add new Stripe countires Bulgaria, Cyprus, Czech Republic, Malta and Romania to the
`StripeConnectAccountForm`. Also reorder BANK_CODE & BRANCH_CODE in UI to more logical order.
[#1371](https://github.com/sharetribe/ftw-daily/pull/1371)
Expand All @@ -24,6 +26,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Pass additional values from `ConfirmSignupForm` forward as user's protected data.
[#1368](https://github.com/sharetribe/ftw-daily/pull/1368)

[v6.4.1]: https://github.com/sharetribe/ftw-daily/compare/v6.4.0...v6.4.1

## [v6.4.0] 2020-10-14

- [add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "6.4.0",
"version": "6.4.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/ducks/Auth.duck.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const initialState = {
signupInProgress: false,

// confirm (create use with idp)
confirmErro: null,
confirmError: null,
confirmInProgress: false,
};

Expand Down

0 comments on commit 71c55d7

Please sign in to comment.