Update version to v2.11.0

This commit is contained in:
Vesa Luusua 2019-02-20 13:46:21 +02:00
parent 6c7549a7c9
commit a38b118a6d
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.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

View file

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