Skip to content

Commit

Permalink
fix(preview): Update default preview version to 2.106.0 (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-in-a-box authored May 22, 2024
1 parent 23f2693 commit f07d616
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 @@ -179,7 +179,7 @@ export const DELIMITER_SLASH: 'slash' = 'slash';
export const DELIMITER_CARET: 'caret' = 'caret';

/* ---------------------- Defaults -------------------------- */
export const DEFAULT_PREVIEW_VERSION = '2.95.0';
export const DEFAULT_PREVIEW_VERSION = '2.106.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 f07d616

Please sign in to comment.