mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
commit
483c590aef
2 changed files with 7 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
|
||||||
|
|
||||||
## Upcoming version 2019-XX-XX
|
## 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
|
- [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)
|
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
|
- [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)
|
- [fix] Update yarn.lock (there was Lodash version resolution missing)
|
||||||
[#1190](https://github.com/sharetribe/flex-template-web/pull/1190)
|
[#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
|
## [v3.4.0] 2019-08-29
|
||||||
|
|
||||||
- [change] Update `react-intl` to 3.1.13. More information about the changes can be found from
|
- [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,
|
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)
|
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
|
## [v3.3.0] 2019-08-22
|
||||||
|
|
||||||
- [add] Saving payment card after payment or without initial payment. This release contains quite a
|
- [add] Saving payment card after payment or without initial payment. This release contains quite a
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"version": "3.4.0",
|
"version": "3.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue