Merge pull request #1197 from sharetribe/v3.5.0

v3.5.0
This commit is contained in:
Jenni Laakso 2019-09-13 13:10:40 +03:00 committed by GitHub
commit 483c590aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 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
## [v3.5.0] 2019-08-29
- [change] Change the design of `BookingBreakdown` and add options to show only dates or booking
date and time there. [#1195](https://github.com/sharetribe/flex-template-web/pull/1195)
- [change] Move `BookingTimeInfo` to separate component from `InboxPage`. Add options to show only
@ -24,6 +26,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Update yarn.lock (there was Lodash version resolution missing)
[#1190](https://github.com/sharetribe/flex-template-web/pull/1190)
[v3.5.0]: https://github.com/sharetribe/flex-template-web/compare/v3.4.0...v3.5.0
## [v3.4.0] 2019-08-29
- [change] Update `react-intl` to 3.1.13. More information about the changes can be found from
@ -106,6 +110,8 @@ way to update this template, but currently, we follow a pattern:
babel-jest, core-js, enzyme (et al.), express, helmet, inquirer, lodash, nodemon, raf, redux,
source-map-support [#1163](https://github.com/sharetribe/flex-template-web/pull/1163)
[v3.4.0]: https://github.com/sharetribe/flex-template-web/compare/v3.3.0...v3.4.0
## [v3.3.0] 2019-08-22
- [add] Saving payment card after payment or without initial payment. This release contains quite a

View file

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