Skip to content

Commit

Permalink
update search-headless dependencies version to 2.6.0-beta (#201)
Browse files Browse the repository at this point in the history
Update search-core and search-headless versions to 2.6.0-beta which introduce support for Generative Direct Answer

J=CLIP-1226
TEST=auto

ran `npm run test`
  • Loading branch information
anguyen-yext2 committed Jun 12, 2024
1 parent dc69347 commit d3e49d4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- @yext/search-core@2.5.0
- @yext/search-core@2.6.0-beta

This package contains the following license and notice below:

Expand Down Expand Up @@ -106,7 +106,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/search-headless@2.5.0
- @yext/search-headless@2.6.0-beta

This package contains the following license and notice below:

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-headless-react",
"version": "2.4.0",
"version": "2.5.0-beta",
"description": "The official React UI Bindings layer for Search Headless",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"generate-notices": "generate-license-file --input package.json --output THIRD-PARTY-NOTICES --overwrite"
},
"dependencies": {
"@yext/search-headless": "^2.5.0",
"@yext/search-headless": "^2.6.0-beta",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit d3e49d4

Please sign in to comment.