Update changelog

This commit is contained in:
Jenni Nurmi 2019-06-11 13:24:20 +03:00
parent bc94c96a55
commit e713a358c7
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.17.0",
"version": "2.17.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {