Skip to content

Commit 6f7a151

Browse files
introduce 2025-01 version
1 parent a90d9e3 commit 6f7a151

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/ui-extensions/src/shared.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type ApiVersion =
2323
| '2024-04'
2424
| '2024-07'
2525
| '2024-10'
26+
| '2025-01'
2627
| 'unstable';
2728

2829
/**
@@ -915,6 +916,7 @@ export type StorefrontApiVersion =
915916
| '2024-04'
916917
| '2024-07'
917918
| '2024-10'
919+
| '2025-01'
918920
| 'unstable';
919921

920922
/**

packages/ui-extensions/src/surfaces/checkout/api/standard/standard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
6262
/**
6363
* The API version that was set in the extension config file.
6464
*
65-
* @example '2023-10', '2024-01', '2024-04', '2024-07', '2024-10', 'unstable'
65+
* @example '2023-10', '2024-01', '2024-04', '2024-07', '2024-10', '2025-01', 'unstable'
6666
*/
6767
apiVersion: ApiVersion;
6868

0 commit comments

Comments
 (0)