mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
commit
725fcb5e7a
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.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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.7.1",
|
||||
"version": "2.8.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue