mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
New release: v2.13.1
This commit is contained in:
parent
720b23878f
commit
0f52866516
2 changed files with 5 additions and 1 deletions
|
|
@ -14,12 +14,16 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2019-XX-XX
|
||||
|
||||
## [v2.13.1] 2019-03-29
|
||||
|
||||
- [add] a comment about category and amenities filters. They don't work out-of-the-box, extended
|
||||
data needs a schema before it can work as a search filter.
|
||||
[#1055](https://github.com/sharetribe/flex-template-web/pull/1055)
|
||||
- [fix] EditListingWizard: currentUser was null when the EditListingPage got reloaded causing
|
||||
TypeError. [#1056](https://github.com/sharetribe/flex-template-web/pull/1056)
|
||||
|
||||
[v2.13.1]: https://github.com/sharetribe/flex-template-web/compare/v2.13.0...v2.13.1
|
||||
|
||||
## [v2.13.0] 2019-03-28
|
||||
|
||||
- [add] Add translations for recent Stripe API related changes. (German will be included later.)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.13.0",
|
||||
"version": "2.13.1",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue