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

Commit 8f3757d

Browse files
authored
Merge pull request #926 from Shopify/changeset-release/main
Packages for release
2 parents 87cb150 + 668ad6c commit 8f3757d

6 files changed

Lines changed: 9 additions & 14 deletions

File tree

.changeset/afraid-games-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-candles-bathe.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/spicy-emus-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.4.0
4+
5+
### Minor Changes
6+
7+
- 9735d0c3: Stop sending the privateMetafieldNamespaces field in webhook queries to avoid the API duplication warning, and added a new shopify.utils.versionPriorTo method to help with cases like this one where apps will need to stop doing something that was deprecated.
8+
- 1d84c135: Add Web API runtime adapter
9+
310
## 7.3.1
411

512
### Patch Changes

lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_API_LIBRARY_VERSION = '7.3.1';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '7.4.0';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-api",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)