From d9816396ada1e2eacf874c86d2b9165a190881b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 16:42:30 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/eleven-jars-kick.md | 5 ----- .changeset/funny-doors-switch.md | 5 ----- packages/admin-api-client/CHANGELOG.md | 8 ++++++++ packages/admin-api-client/package.json | 4 ++-- packages/graphql-client/CHANGELOG.md | 7 +++++++ packages/graphql-client/package.json | 2 +- packages/shopify-api/CHANGELOG.md | 7 +++++++ packages/shopify-api/package.json | 6 +++--- packages/storefront-api-client/CHANGELOG.md | 8 ++++++++ packages/storefront-api-client/package.json | 4 ++-- 10 files changed, 38 insertions(+), 18 deletions(-) delete mode 100644 .changeset/eleven-jars-kick.md delete mode 100644 .changeset/funny-doors-switch.md diff --git a/.changeset/eleven-jars-kick.md b/.changeset/eleven-jars-kick.md deleted file mode 100644 index 0d188ee97..000000000 --- a/.changeset/eleven-jars-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/graphql-client": patch ---- - -Update `requestStream()` to always process response iterator chunks as `Uint8Array` values diff --git a/.changeset/funny-doors-switch.md b/.changeset/funny-doors-switch.md deleted file mode 100644 index 3a466597d..000000000 --- a/.changeset/funny-doors-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/graphql-client": patch ---- - -Add default SDK headers to all API requests when none are provided diff --git a/packages/admin-api-client/CHANGELOG.md b/packages/admin-api-client/CHANGELOG.md index c22791a77..87fbad3f2 100644 --- a/packages/admin-api-client/CHANGELOG.md +++ b/packages/admin-api-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/admin-api-client +## 0.2.7 + +### Patch Changes + +- Updated dependencies [2f862e3] +- Updated dependencies [b2f29ae] + - @shopify/graphql-client@0.10.2 + ## 0.2.6 ### Patch Changes diff --git a/packages/admin-api-client/package.json b/packages/admin-api-client/package.json index ee1495cf3..7c41f6372 100644 --- a/packages/admin-api-client/package.json +++ b/packages/admin-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/admin-api-client", - "version": "0.2.6", + "version": "0.2.7", "description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API", "repository": { "type": "git", @@ -60,7 +60,7 @@ "dist/**/*.*" ], "dependencies": { - "@shopify/graphql-client": "^0.10.1" + "@shopify/graphql-client": "^0.10.2" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0", diff --git a/packages/graphql-client/CHANGELOG.md b/packages/graphql-client/CHANGELOG.md index 2b7555274..ad95c27b4 100644 --- a/packages/graphql-client/CHANGELOG.md +++ b/packages/graphql-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/graphql-client +## 0.10.2 + +### Patch Changes + +- 2f862e3: Update `requestStream()` to always process response iterator chunks as `Uint8Array` values +- b2f29ae: Add default SDK headers to all API requests when none are provided + ## 0.10.1 ### Patch Changes diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index 3f6328656..e8759bd11 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-client", - "version": "0.10.1", + "version": "0.10.2", "description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs", "repository": { "type": "git", diff --git a/packages/shopify-api/CHANGELOG.md b/packages/shopify-api/CHANGELOG.md index 850391679..9c9e0b6b7 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.4.1 + +### Patch Changes + +- @shopify/admin-api-client@0.2.7 +- @shopify/storefront-api-client@0.3.2 + ## 9.4.0 ### Minor Changes diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 46901e723..06b28b13b 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.4.0", + "version": "9.4.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", @@ -70,9 +70,9 @@ "node-fetch": "^2.6.7" }, "dependencies": { - "@shopify/admin-api-client": "^0.2.6", + "@shopify/admin-api-client": "^0.2.7", "@shopify/network": "^3.2.1", - "@shopify/storefront-api-client": "^0.3.1", + "@shopify/storefront-api-client": "^0.3.2", "compare-versions": "^6.1.0", "isbot": "^4.4.0", "jose": "^5.2.2", diff --git a/packages/storefront-api-client/CHANGELOG.md b/packages/storefront-api-client/CHANGELOG.md index db762799a..8c52de21e 100644 --- a/packages/storefront-api-client/CHANGELOG.md +++ b/packages/storefront-api-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/storefront-api-client +## 0.3.2 + +### Patch Changes + +- Updated dependencies [2f862e3] +- Updated dependencies [b2f29ae] + - @shopify/graphql-client@0.10.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/storefront-api-client/package.json b/packages/storefront-api-client/package.json index 6015606bb..ce6955be8 100644 --- a/packages/storefront-api-client/package.json +++ b/packages/storefront-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/storefront-api-client", - "version": "0.3.1", + "version": "0.3.2", "description": "Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API", "repository": { "type": "git", @@ -83,7 +83,7 @@ "!node_modules" ], "dependencies": { - "@shopify/graphql-client": "^0.10.1" + "@shopify/graphql-client": "^0.10.2" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0" From dce24bf5f5333f1469030014aa240e5e865fdeff Mon Sep 17 00:00:00 2001 From: Melissa Luu Date: Wed, 28 Feb 2024 12:10:51 -0500 Subject: [PATCH 2/2] Update version.ts --- 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 1edb9dcb9..325d751c3 100644 --- a/packages/shopify-api/lib/version.ts +++ b/packages/shopify-api/lib/version.ts @@ -1 +1 @@ -export const SHOPIFY_API_LIBRARY_VERSION = '9.4.0'; +export const SHOPIFY_API_LIBRARY_VERSION = '9.4.1';