From a38b118a6da0fa9dd0701775a650cb8c5b26ff6e Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 20 Feb 2019 13:46:21 +0200 Subject: [PATCH] Update version to v2.11.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48712be2..10c2b28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e2b72503..0624ea3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.10.0", + "version": "2.11.0", "private": true, "license": "Apache-2.0", "dependencies": {