From be291a42f835436fe9f6b391037b7807e8a39b34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Apr 2024 15:34:42 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/pretty-geese-look.md | 5 ----- .changeset/young-hotels-agree.md | 5 ----- packages/shopify-api/CHANGELOG.md | 7 +++++++ packages/shopify-api/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/pretty-geese-look.md delete mode 100644 .changeset/young-hotels-agree.md diff --git a/.changeset/pretty-geese-look.md b/.changeset/pretty-geese-look.md deleted file mode 100644 index f32e8628b..000000000 --- a/.changeset/pretty-geese-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fix type error in graphql error handler diff --git a/.changeset/young-hotels-agree.md b/.changeset/young-hotels-agree.md deleted file mode 100644 index 92ee7d800..000000000 --- a/.changeset/young-hotels-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fixed an issue with the `RecurringApplicationCharge` REST resource currency type diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 1627b46e8..7e944ea7e 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.7.1 + +### Patch Changes + +- a60c214: Fix type error in graphql error handler +- 513f9e6: Fixed an issue with the `RecurringApplicationCharge` REST resource currency type + ## 9.7.0 ### Minor Changes diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 4c5c76471..414edc209 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.7.0", + "version": "9.7.1", "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks", "main": "./lib/index.js", "types": "./lib/index.d.ts", From 9067a0b93057b98b966b224e873cd38421fc3c6f Mon Sep 17 00:00:00 2001 From: Elizabeth Kenyon Date: Mon, 8 Apr 2024 11:07:23 -0500 Subject: [PATCH 2/2] preparing for release --- packages/shopify-api/lib/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shopify-api/lib/version.ts b/packages/shopify-api/lib/version.ts index d01ebc8fc..73fd2b00a 100644 --- a/packages/shopify-api/lib/version.ts +++ b/packages/shopify-api/lib/version.ts @@ -1 +1 @@ -export const SHOPIFY_API_LIBRARY_VERSION = '9.7.0'; +export const SHOPIFY_API_LIBRARY_VERSION = '9.7.1';