From 03005f3c640f52eaae4d745430a4458f92ff326f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 18:13:32 +0000 Subject: [PATCH] Version Packages --- .changeset/rich-falcons-clean.md | 2 -- .changeset/young-bobcats-impress.md | 5 ----- packages/shopify-api/CHANGELOG.md | 6 ++++++ packages/shopify-api/package.json | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/rich-falcons-clean.md delete mode 100644 .changeset/young-bobcats-impress.md diff --git a/.changeset/rich-falcons-clean.md b/.changeset/rich-falcons-clean.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/rich-falcons-clean.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/young-bobcats-impress.md b/.changeset/young-bobcats-impress.md deleted file mode 100644 index 5fbd3bb12..000000000 --- a/.changeset/young-bobcats-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/shopify-api': minor ---- - -Add a context argument to webhooks process function to make it easier for Cloudflare apps (and others that might use a context object) to pass information to the handler. diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 9c374b37c..b77289fbd 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.6.0 + +### Minor Changes + +- 87208ea: Add a context argument to webhooks process function to make it easier for Cloudflare apps (and others that might use a context object) to pass information to the handler. + ## 9.5.1 ### Patch Changes diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index d2fddacff..dc6fe2f63 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.5.1", + "version": "9.6.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",