mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Update changelog and package.json
This commit is contained in:
parent
f9dae4bac4
commit
cd525d0708
2 changed files with 8 additions and 1 deletions
|
|
@ -14,6 +14,13 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2019-XX-XX
|
||||
|
||||
## [v3.1.1] 2019-07-08
|
||||
|
||||
- [fix] Ensure on `TransactionPanel` that enquiry has a correct transition when a customer tries to
|
||||
book the listing. This might happen with transaction process changes (e.g. when changing from
|
||||
previous default to SCA process).
|
||||
[#1131](https://github.com/sharetribe/flex-template-web/pull/1131)
|
||||
|
||||
## [v3.1.0] 2019-07-05
|
||||
|
||||
- [fix] SectionHero: fix type in search params. There was an extra "/s?".
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue