Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
### Changes
- Update version for search-headless-react to pick up CloudChoice changes
  • Loading branch information
k-gerner authored Sep 19, 2024
2 parents 97db8e5 + 5c5302c commit fa0b741
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,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].0
- @yext/[email protected].1

This package contains the following license and notice below:

Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.6.3",
"version": "1.6.4",
"description": "A library of React Components for powering Yext Search integrations",
"author": "[email protected]",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@yext/eslint-config-slapshot": "^0.5.0",
"@yext/search-headless-react": "^2.4.0",
"@yext/search-headless-react": "^2.4.1",
"axe-core": "^4.8.2",
"axe-playwright": "^1.2.3",
"babel-jest": "^29.7.0",
Expand All @@ -108,7 +108,7 @@
"util": "^0.12.5"
},
"peerDependencies": {
"@yext/search-headless-react": "^2.4.0",
"@yext/search-headless-react": "^2.4.1",
"react": "^16.14 || ^17 || ^18",
"react-dom": "^16.14 || ^17 || ^18"
},
Expand Down

0 comments on commit fa0b741

Please sign in to comment.