Skip to content

Commit

Permalink
Bump to v1.0.2 and update search-headless-react version (#327)
Browse files Browse the repository at this point in the history
Bump the package version to v1.0.2 and update the `search-headless-react` version to v2.0.1 to include the latest patch.
  • Loading branch information
nmanu1 committed Nov 8, 2022
1 parent 8ff25f7 commit 8a8bb38
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,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-react@2.0.0
- @yext/search-headless-react@2.0.1

This package contains the following license and notice below:

Expand Down
20 changes: 10 additions & 10 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.0.1",
"version": "1.0.2",
"description": "A library of React Components for powering Yext Search integrations",
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -73,7 +73,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.0.0",
"@yext/search-headless-react": "^2.0.1",
"axe-playwright": "^1.1.11",
"babel-jest": "^27.0.6",
"eslint": "^8.11.0",
Expand All @@ -89,7 +89,7 @@
"typescript": "~4.4.3"
},
"peerDependencies": {
"@yext/search-headless-react": "^2.0.0",
"@yext/search-headless-react": "^2.0.1",
"react": "^16.14 || ^17 || ^18"
},
"jest": {
Expand Down
12 changes: 5 additions & 7 deletions test-site/package-lock.json

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

0 comments on commit 8a8bb38

Please sign in to comment.