Skip to content

Commit

Permalink
Prepare version 1.3.0 (#380)
Browse files Browse the repository at this point in the history
Update the package version and the versions of the analytics lib and the search-headless-react library

J=BACK-2362
TEST=manual

Ran the test site locally and configured the analytics for sandbox and the EU. Confirmed the events were fired correctly
  • Loading branch information
cea2aj authored Jun 29, 2023
1 parent f585cd9 commit 22bc73f
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 47 deletions.
8 changes: 4 additions & 4 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ These definitions were written by Chi Vinh Le <https://github.com/cvle>.

The following NPM package may be included in this product:

- @yext/analytics@0.2.0-beta.3
- @yext/analytics@0.5.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -1020,7 +1020,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-core@2.4.0-beta.0
- @yext/search-core@2.4.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -1064,7 +1064,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.3.0-beta.0
- @yext/search-headless-react@2.3.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -1108,7 +1108,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.4.0-beta.0
- @yext/search-headless@2.4.0

This package contains the following license and notice below:

Expand Down
68 changes: 35 additions & 33 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.3.0-beta.2",
"version": "1.3.0",
"description": "A library of React Components for powering Yext Search integrations",
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -76,7 +76,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.3.0-beta.0",
"@yext/search-headless-react": "2.3.0",
"axe-playwright": "^1.1.11",
"babel-jest": "^27.0.6",
"eslint": "^8.11.0",
Expand All @@ -93,7 +93,7 @@
"typescript": "~4.5.5"
},
"peerDependencies": {
"@yext/search-headless-react": "2.3.0-beta.0",
"@yext/search-headless-react": "2.3.0",
"react": "^16.14 || ^17",
"react-dom": "^16.14 || ^17"
},
Expand Down Expand Up @@ -141,7 +141,7 @@
"@reach/auto-id": "^0.18.0",
"@restart/ui": "^1.0.1",
"@tailwindcss/forms": "^0.5.0",
"@yext/analytics": "^0.2.0-beta.3",
"@yext/analytics": "^0.5.0",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.9.2",
Expand Down
12 changes: 6 additions & 6 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 22bc73f

Please sign in to comment.