mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +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
|
## Upcoming version 2019-XX-XX
|
||||||
|
|
||||||
|
## [v3.2.0] 2019-07-08
|
||||||
|
|
||||||
- [add] Keyword search/filter added to SearchPage component.
|
- [add] Keyword search/filter added to SearchPage component.
|
||||||
[#1129](https://github.com/sharetribe/flex-template-web/pull/1129)
|
[#1129](https://github.com/sharetribe/flex-template-web/pull/1129)
|
||||||
- [fix] temporarily remove audit CI job.
|
- [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.
|
- [change] Update outdated dependencies. This includes updating lodash to fix the security issue.
|
||||||
[#1135](https://github.com/sharetribe/flex-template-web/pull/1135)
|
[#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
|
## [v3.1.1] 2019-07-08
|
||||||
|
|
||||||
- [fix] Ensure on `TransactionPanel` that enquiry has a correct transition when a customer tries to
|
- [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).
|
previous default to SCA process).
|
||||||
[#1131](https://github.com/sharetribe/flex-template-web/pull/1131)
|
[#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
|
## [v3.1.0] 2019-07-05
|
||||||
|
|
||||||
- [fix] SectionHero: fix type in search params. There was an extra "/s?".
|
- [fix] SectionHero: fix type in search params. There was an extra "/s?".
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue