From 529e17bc0e5f0ad634eb89b5309e23d2096431b4 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 4 Nov 2019 14:16:44 +0200 Subject: [PATCH] v3.6.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398aeb1b8b..f09f55318d 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 +## [v3.6.0] 2019-11-04 + - [change] update react-dates from 20.3.0 to 21.3.1 [#1223](https://github.com/sharetribe/flex-template-web/pull/1223) - [change] Update helmet from 3.18.0 to 3.21.2 @@ -35,6 +37,8 @@ way to update this template, but currently, we follow a pattern: - [change] Add default tx process definition. Remove default email templates. [#1220](https://github.com/sharetribe/flex-template-web/pull/1220) + [v3.6.0]: https://github.com/sharetribe/flex-template-web/compare/v3.5.1...v3.6.0 + ## [v3.5.1] 2019-09-16 - [add] add orverriding function `onAdd` and `onRemove` for `CustomOverlayView` in @@ -47,6 +51,8 @@ way to update this template, but currently, we follow a pattern: `unstable_renderSubtreeIntoContainer`. [#1200](https://github.com/sharetribe/flex-template-web/pull/1200) + [v3.5.1]: https://github.com/sharetribe/flex-template-web/compare/v3.5.0...v3.5.1 + ## [v3.5.0] 2019-08-29 - [change] Change the design of `BookingBreakdown` and add options to show only dates or booking diff --git a/package.json b/package.json index 9f26414d4e..f3cf14f9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.5.1", + "version": "3.6.0", "private": true, "license": "Apache-2.0", "dependencies": {