mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
New release: v3.2.0
This commit is contained in:
parent
bd76364769
commit
ec778ece2f
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
|
||||
|
||||
## [v3.2.0] 2019-07-08
|
||||
|
||||
- [add] Keyword search/filter added to SearchPage component.
|
||||
[#1129](https://github.com/sharetribe/flex-template-web/pull/1129)
|
||||
- [fix] temporarily remove audit CI job.
|
||||
|
|
@ -21,6 +23,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
- [change] Update outdated dependencies. This includes updating lodash to fix the security issue.
|
||||
[#1135](https://github.com/sharetribe/flex-template-web/pull/1135)
|
||||
|
||||
[v3.2.0]: https://github.com/sharetribe/flex-template-web/compare/v3.1.1...v3.2.0
|
||||
|
||||
## [v3.1.1] 2019-07-08
|
||||
|
||||
- [fix] Ensure on `TransactionPanel` that enquiry has a correct transition when a customer tries to
|
||||
|
|
@ -28,6 +32,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
previous default to SCA process).
|
||||
[#1131](https://github.com/sharetribe/flex-template-web/pull/1131)
|
||||
|
||||
[v3.1.1]: https://github.com/sharetribe/flex-template-web/compare/v3.1.0...v3.1.1
|
||||
|
||||
## [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.1",
|
||||
"version": "3.2.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue