Merge pull request #1017 from sharetribe/v2.9.0

Release v2.9.0
This commit is contained in:
Vesa Luusua 2019-01-29 15:23:04 +02:00 committed by GitHub
commit 86eb33674d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.9.0] 2019-01-29
- [fix] day boundaries for date filter and pass booking state to bookings.query
- SearchPage.duck.js: endDate should not be expanded for night bookings
- DateRangeController: bookingUnitType: day should allow 0 night
@ -44,6 +46,8 @@ way to update this template, but currently, we follow a pattern:
both Mapbox and Google Maps integrations. Also updated Mapbox SDK to version 0.5.0.
[#1002](https://github.com/sharetribe/flex-template-web/pull/1002)
[v2.9.0]: https://github.com/sharetribe/flex-template-web/compare/v2.8.0...v2.9.0
## [v2.8.0] 2019-01-17
- [add] Add CLI tool for creating .env file and setting up the environment variables.

View file

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