Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/sdk/components/SDK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { PolicyHolderDetail } from './PolicyHolderDetail';
import { SelectEnrollProcess } from './SelectEnrollProcess';
import { TermsOfUse } from './TermsOfUse';

const VERSION = '0.8.2';
const VERSION = '0.8.3';

interface SDKProps extends SDKInitOptions {
/** Computed inside the entry; passed in here so the controller
Expand Down
2 changes: 1 addition & 1 deletion assets/sdk/entries/sdk-core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { SDKInitOptions } from '../types-init';
// stylesheet so customers driving their own UI via the renderXxx
// callbacks aren't forced to ship our ~50 KB of Tailwind output.

const VERSION = '0.8.2';
const VERSION = '0.8.3';

const ORIGIN_POLICY_DOCS_URL =
'https://developers.tpastream.com/connect/origin-policy';
Expand Down
Loading