Skip to content

Commit

Permalink
Bump @yext/search-headless to Version 2.2.1-beta.0 (#172)
Browse files Browse the repository at this point in the history
Bump @yext/search-headless to Version 2.2.1-beta.0
Also bump @yext/search-headless-react to 2.2.0-beta.0.

J=BACK-2270
TEST=auto

Ran `npm run test`.
  • Loading branch information
EmilyZhang777 committed May 5, 2023
1 parent cf1b05d commit 03bc538
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
# misc
.DS_Store
/coverage

.idea/
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.1.0
- @yext/search-core@2.3.0-beta.1

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.1.0
- @yext/search-headless@2.2.1-beta.0

This package contains the following license and notice below:

Expand Down
30 changes: 15 additions & 15 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.1.0",
"version": "2.2.0-beta.0",
"description": "The official React UI Bindings layer for Search Headless",
"main": "./lib/esm/index.js",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -32,7 +32,7 @@
"generate-notices": "generate-license-file --input package.json --output THIRD-PARTY-NOTICES --overwrite"
},
"dependencies": {
"@yext/search-headless": "^2.1.0",
"@yext/search-headless": "^2.2.1-beta.0",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 03bc538

Please sign in to comment.