Skip to content

Commit

Permalink
feat(preview): update default Preview SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuanitas committed Dec 18, 2024
1 parent 2efabff commit 4332e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const DELIMITER_SLASH: 'slash' = 'slash';
export const DELIMITER_CARET: 'caret' = 'caret';

/* ---------------------- Defaults -------------------------- */
export const DEFAULT_PREVIEW_VERSION = '2.106.0';
export const DEFAULT_PREVIEW_VERSION = '3.0.0';
export const DEFAULT_LOCALE = 'en-US';
export const DEFAULT_PATH_STATIC = 'platform/elements';
export const DEFAULT_PATH_STATIC_PREVIEW = 'platform/preview';
Expand Down

0 comments on commit 4332e21

Please sign in to comment.