Skip to content

Commit

Permalink
Merge pull request #1115 from sharetribe/v2.17.1
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
OtterleyW authored Jun 11, 2019
2 parents bc94c96 + e713a35 commit 2bf631e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 2019-XX-XX

## [v2.17.1] 2019-06-11

- [fix] `stripeCardToken` didn't update when the user tried to book the same listing for a second
time. This update will clear the old cardtoken from Redux store when redirecting to
`TransactionPage`. [#1114](https://github.com/sharetribe/flex-template-web/pull/1114)
Expand All @@ -28,6 +30,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Emptying the priceFilter component in the searchPage caused a page breaking error.
[#1101](https://github.com/sharetribe/flex-template-web/pull/1101)

[v2.17.1]: https://github.com/sharetribe/flex-template-web/compare/v2.17.0...v2.17.1

## [v2.17.0] 2019-05-23

- [change] Mapbox library dependencies updated to v1.0.0.
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": "2.17.0",
"version": "2.17.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 2bf631e

Please sign in to comment.