Skip to content

Commit be03105

Browse files
hnguyen510Hai-Yen Nguyen
and
Hai-Yen Nguyen
authored
update bt version to 3.116.2 (#2480)
* udpate bt version to 3.116.2 * update the bt version test --------- Co-authored-by: Hai-Yen Nguyen <[email protected]>
1 parent f00fcf4 commit be03105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/connect/component.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const MIN_MINOR_VERSION = 97;
2020
const MIN_PATCH_VERSION = 3;
2121
export const MIN_BT_VERSION = `${MIN_MAJOR_VERSION}.${MIN_MINOR_VERSION}.${MIN_PATCH_VERSION}-connect-alpha.6.1`; // Minimum for supporting AXO
2222

23-
export const DEFAULT_BT_VERSION = `3.107.1`;
23+
export const DEFAULT_BT_VERSION = `3.116.2`;
2424

2525
export function getSdkVersion(version: string | null): string {
2626
if (!version) {

Diff for: src/connect/component.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe("getConnectComponent: returns ConnectComponent", () => {
117117
await getConnectComponent(mockProps);
118118
expect(loadAxo).toHaveBeenCalledWith({
119119
minified: true,
120-
btSdkVersion: "3.107.1",
120+
btSdkVersion: "3.116.2",
121121
metadata: undefined,
122122
platform: "PPCP",
123123
});

0 commit comments

Comments
 (0)