mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Merge pull request #1026 from sharetribe/v2.11.0
Update version to v2.11.0
This commit is contained in:
commit
0c15dae30e
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.11.0] 2019-02-20
|
||||
|
||||
- [fix] SelectMultipleFilter had a bug on mobile layout - `onSubmit` didn't get called. This fixes
|
||||
also two other issues with SelectMultipleFilter: hovering on ListingCard removed dirty values on
|
||||
repaint and there was an outline flashing on FilterForm when clicking checkboxes.
|
||||
|
|
@ -35,6 +37,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
- [change] Remove error handling for unverified email from PasswordRecoveryPage and translations
|
||||
related to that. [#1021](https://github.com/sharetribe/flex-template-web/pull/1021)
|
||||
|
||||
[v2.11.0]: https://github.com/sharetribe/flex-template-web/compare/v2.10.0...v2.11.0
|
||||
|
||||
## [v2.10.0] 2019-01-31
|
||||
|
||||
- [add] Add audit script and include it as a CI job. We had security audit job previously on top of
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue