Skip to content

Commit

Permalink
Release v3.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed Jul 11, 2022
1 parent 05bcc8f commit b6e9ecb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.118.0] - 2022-07-11

### Added

- Render `ProductList` component from `vtex.structured-data` in `Gallery` for SEO
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "search-result",
"vendor": "vtex",
"version": "3.117.5",
"version": "3.118.0",
"title": "VTEX Search Result",
"description": "A search result wrapper component",
"mustUpdateAt": "2019-04-25",
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"scripts": {
"postreleasy": "vtex publish --verbose"
},
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.styleguide",
"vtex.tab-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.tab-layout"
},
"version": "3.117.5"
"version": "3.118.0"
}

0 comments on commit b6e9ecb

Please sign in to comment.