Skip to content

Commit

Permalink
v2.4.0 beta.3 (#192)
Browse files Browse the repository at this point in the history
Bump the search headless beta version in order to revert the rawData breaking change

J=BACK-2523
TEST=compile
  • Loading branch information
cea2aj committed Sep 29, 2023
1 parent 3aca097 commit 1850931
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-beta.2
- @yext/search-core@2.5.0-beta.3

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-beta.2
- @yext/search-headless@2.5.0-beta.3

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-beta.2",
"version": "2.4.0-beta.3",
"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-beta.2",
"@yext/search-headless": "^2.5.0-beta.3",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1850931

Please sign in to comment.