mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
commit
86eb33674d
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue