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

Commit

Permalink
Merge pull request #926 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
paulomarg authored Jun 22, 2023
2 parents 87cb150 + 668ad6c commit 8f3757d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-games-march.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/orange-candles-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-emus-hang.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.4.0

### Minor Changes

- 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.
- 1d84c135: Add Web API runtime adapter

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOPIFY_API_LIBRARY_VERSION = '7.3.1';
export const SHOPIFY_API_LIBRARY_VERSION = '7.4.0';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-api",
"version": "7.3.1",
"version": "7.4.0",
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 8f3757d

Please sign in to comment.