Skip to content

Commit

Permalink
updates package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaplanshopify committed Jan 17, 2025
1 parent 6f8bf8b commit 243e14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/ui-extensions/src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type ApiVersion =
| '2024-07'
| '2024-10'
| '2025-01'
| '2025-04'
| 'unstable';

/**
Expand Down Expand Up @@ -917,6 +918,7 @@ export type StorefrontApiVersion =
| '2024-07'
| '2024-10'
| '2025-01'
| '2025-04'
| 'unstable';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
/**
* The API version that was set in the extension config file.
*
* @example '2024-04', '2024-07', '2024-10', '2025-01', 'unstable'
* @example '2024-07', '2024-10', '2025-01', '2025-04', 'unstable'
*/
apiVersion: ApiVersion;

Expand Down

0 comments on commit 243e14f

Please sign in to comment.