Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 3415a8c

Browse files
committed
Add support for April24 API version
1 parent 9eb1065 commit 3415a8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/silver-bottles-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopify/shopify-api": minor
3+
---
4+
5+
Added support for the 2024-04 API version.

packages/shopify-api/lib/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ export enum ApiVersion {
1212
July23 = '2023-07',
1313
October23 = '2023-10',
1414
January24 = '2024-01',
15+
April24 = '2024-04',
1516
Unstable = 'unstable',
1617
}
1718

1819
export const LIBRARY_NAME = 'Shopify API Library';
19-
export const LATEST_API_VERSION = ApiVersion.January24;
20+
export const LATEST_API_VERSION = ApiVersion.April24;
2021

2122
/* eslint-disable @shopify/typescript/prefer-pascal-case-enums */
2223
export enum ShopifyHeader {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy