Merge pull request #1001 from sharetribe/v2.8.0

v2.8.0
This commit is contained in:
Jenni Nurmi 2019-01-17 13:32:55 +02:00 committed by GitHub
commit 725fcb5e7a
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.8.0] 2019-01-17
- [add] Add CLI tool for creating .env file and setting up the environment variables.
[#994](https://github.com/sharetribe/flex-template-web/pull/994)
- [change] Change from Raven to Sentry SDKs for browser and Node.js to version 4.5.1. With the new
@ -26,6 +28,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] UI was broken for banned user after transaction enquiry changes.
[#996](https://github.com/sharetribe/flex-template-web/pull/996)
[v2.8.0]: https://github.com/sharetribe/flex-template-web/compare/v2.7.1...v2.8.0
## [v2.7.1] 2019-01-09
- [add] Separate date ranges when fetching availability exceptions and bookings on availability

View file

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