Skip to content

Commit

Permalink
update search-headless dependencies version to 2.6.0-beta.2
Browse files Browse the repository at this point in the history
New version clears gda state response on error

J=CLIP-1226
TEST=auto

ran `npm run test`
  • Loading branch information
anguyen-yext2 committed Jun 20, 2024
1 parent d3e49d4 commit 167e5c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
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/[email protected]
- @yext/[email protected].2

This package contains the following license and notice below:

Expand Down
18 changes: 9 additions & 9 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.5.0-beta",
"version": "2.5.0-beta.2",
"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.6.0-beta",
"@yext/search-headless": "^2.6.0-beta.2",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 167e5c3

Please sign in to comment.