diff --git a/.changeset/pretty-geese-look.md b/.changeset/pretty-geese-look.md deleted file mode 100644 index ec155af9c..000000000 --- a/.changeset/pretty-geese-look.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@shopify/shopify-api": patch -"@shopify/admin-api-client": patch -"@shopify/graphql-client": 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/admin-api-client/CHANGELOG.md b/packages/admin-api-client/CHANGELOG.md index 6622d2b7c..fba2f9bd6 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.9 + +### Patch Changes + +- a60c214: Fix type error in graphql error handler +- Updated dependencies [a60c214] + - @shopify/graphql-client@0.10.4 + ## 0.2.8 ### Patch Changes diff --git a/packages/admin-api-client/package.json b/packages/admin-api-client/package.json index e11360722..2740fdb93 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.8", + "version": "0.2.9", "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.3" + "@shopify/graphql-client": "^0.10.4" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0", diff --git a/packages/graphql-client/CHANGELOG.md b/packages/graphql-client/CHANGELOG.md index b4d87c2eb..6efbe0b58 100644 --- a/packages/graphql-client/CHANGELOG.md +++ b/packages/graphql-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/graphql-client +## 0.10.4 + +### Patch Changes + +- a60c214: Fix type error in graphql error handler + ## 0.10.3 ### Patch Changes diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index 0195617eb..ed64c9978 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-client", - "version": "0.10.3", + "version": "0.10.4", "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 1627b46e8..5f0fc1419 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,15 @@ # 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 +- Updated dependencies [a60c214] + - @shopify/admin-api-client@0.2.9 + - @shopify/storefront-api-client@0.3.4 + ## 9.7.0 ### Minor Changes diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 4c5c76471..18812be38 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", @@ -70,9 +70,9 @@ "node-fetch": "^2.6.7" }, "dependencies": { - "@shopify/admin-api-client": "^0.2.8", + "@shopify/admin-api-client": "^0.2.9", "@shopify/network": "^3.2.1", - "@shopify/storefront-api-client": "^0.3.3", + "@shopify/storefront-api-client": "^0.3.4", "compare-versions": "^6.1.0", "isbot": "^4.4.0", "jose": "^5.2.3", diff --git a/packages/storefront-api-client/CHANGELOG.md b/packages/storefront-api-client/CHANGELOG.md index 719f83586..cfff41848 100644 --- a/packages/storefront-api-client/CHANGELOG.md +++ b/packages/storefront-api-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/storefront-api-client +## 0.3.4 + +### Patch Changes + +- Updated dependencies [a60c214] + - @shopify/graphql-client@0.10.4 + ## 0.3.3 ### Patch Changes diff --git a/packages/storefront-api-client/package.json b/packages/storefront-api-client/package.json index 23157f910..cd51409be 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.3", + "version": "0.3.4", "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.3" + "@shopify/graphql-client": "^0.10.4" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0"