Changelog was missing from sharetribe-scripts dependency update

This commit is contained in:
Vesa Luusua 2019-05-08 12:38:10 +03:00
parent 1de7dfa746
commit e9dc59cfc0

View file

@ -14,6 +14,12 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX
- [change] Update sharetribe-scripts (CRA fork) to v3.0.0. There are a couple of changes that you
should check from [#1081](https://github.com/sharetribe/flex-template-web/pull/1081)
- Reserve use* function naming pattern for React Hooks.
- Recent SDK update changed the proptypes for snapshots.
- Updated scripts/config.js after Prettier version bump
- Removed unnecessary audit exceptions
- [fix] Ensure on `TransactionPage` that all the required data is loaded before showing the page.
[#1080](https://github.com/sharetribe/flex-template-web/pull/1080),
- [fix] Use proper method for Sentry on logout to avoid error message.