Skip to content

Commit eaba5ef

Browse files
authored
feat(preview): Update Preview SDK to latest version (#2770)
1 parent d752287 commit eaba5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const DELIMITER_SLASH: 'slash' = 'slash';
169169
export const DELIMITER_CARET: 'caret' = 'caret';
170170

171171
/* ---------------------- Defaults -------------------------- */
172-
export const DEFAULT_PREVIEW_VERSION = '2.80.0';
172+
export const DEFAULT_PREVIEW_VERSION = '2.81.0';
173173
export const DEFAULT_LOCALE = 'en-US';
174174
export const DEFAULT_PATH_STATIC = 'platform/elements';
175175
export const DEFAULT_PATH_STATIC_PREVIEW = 'platform/preview';

0 commit comments

Comments
 (0)