Skip to content

Commit

Permalink
EventsSDK: Bump version to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
Bump version in package.json & package-lock.json to 1.0.0-beta.3

Also add comment to ignore expected warnings in
reportBrowserAnalytics.test.ts
  • Loading branch information
Ethan Jaffee committed Nov 16, 2023
1 parent fd43132 commit 0dec05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/analytics",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "An analytics library for Yext",
"author": "[email protected]",
"license": "BSD-3-Clause",
Expand Down
1 change: 1 addition & 0 deletions tests/reportBrowserAnalytics.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { reportBrowserAnalytics } from '../src/index';
import { AnalyticsEventReporter } from '../src/AnalyticsEventReporter'; // replace with actual import path

Expand Down

0 comments on commit 0dec05c

Please sign in to comment.