mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Update changelog
This commit is contained in:
parent
bc94c96a55
commit
e713a358c7
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.17.0",
|
||||
"version": "2.17.1",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue