diff --git a/.changeset/clean-cougars-switch.md b/.changeset/clean-cougars-switch.md deleted file mode 100644 index 037f2fd43..000000000 --- a/.changeset/clean-cougars-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Show an INFO log for disabled future flags to encourage apps to migrate ahead of time, making major version bumps simpler. diff --git a/.changeset/fair-nails-hear.md b/.changeset/fair-nails-hear.md deleted file mode 100644 index 014b58464..000000000 --- a/.changeset/fair-nails-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": minor ---- - -Add function to authenticate fulfillment service requests diff --git a/.changeset/gentle-doors-complain.md b/.changeset/gentle-doors-complain.md deleted file mode 100644 index 8a5d141e0..000000000 --- a/.changeset/gentle-doors-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Enabled returning the full response object in `Customer.search()` and `GiftCard.search()`, so that apps can paginate through the results. diff --git a/.changeset/grumpy-numbers-count.md b/.changeset/grumpy-numbers-count.md deleted file mode 100644 index deb4d8c6a..000000000 --- a/.changeset/grumpy-numbers-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Refactor HMAC validation to use a common function. diff --git a/.changeset/neat-pans-nail.md b/.changeset/neat-pans-nail.md deleted file mode 100644 index ac025bacf..000000000 --- a/.changeset/neat-pans-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Reintroduced logging of HTTP requests for OAuth processes, which was incorrectly removed when the new clients were introduced. diff --git a/.changeset/shaggy-apes-argue.md b/.changeset/shaggy-apes-argue.md deleted file mode 100644 index 7a1fa1f38..000000000 --- a/.changeset/shaggy-apes-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/graphql-client": patch ---- - -Remove `Partial` around the `ClientStreamResponse.data` type diff --git a/.changeset/sixty-rocks-teach.md b/.changeset/sixty-rocks-teach.md deleted file mode 100644 index c91d7f45b..000000000 --- a/.changeset/sixty-rocks-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/api-codegen-preset": patch ---- - -Replaced @shopify/hydrogen-codegen with its more generic successor, @shopify/graphql-codegen. All of the changes are internal, so this package is unchanged. diff --git a/packages/admin-api-client/CHANGELOG.md b/packages/admin-api-client/CHANGELOG.md index 87fbad3f2..6622d2b7c 100644 --- a/packages/admin-api-client/CHANGELOG.md +++ b/packages/admin-api-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/admin-api-client +## 0.2.8 + +### Patch Changes + +- Updated dependencies [e9652b7] + - @shopify/graphql-client@0.10.3 + ## 0.2.7 ### Patch Changes diff --git a/packages/admin-api-client/package.json b/packages/admin-api-client/package.json index 7c41f6372..e11360722 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.7", + "version": "0.2.8", "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.2" + "@shopify/graphql-client": "^0.10.3" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0", diff --git a/packages/api-codegen-preset/CHANGELOG.md b/packages/api-codegen-preset/CHANGELOG.md index 7f6db5ec6..5d87ea540 100644 --- a/packages/api-codegen-preset/CHANGELOG.md +++ b/packages/api-codegen-preset/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.5 + +### Patch Changes + +- 8e06306: Replaced @shopify/hydrogen-codegen with its more generic successor, @shopify/graphql-codegen. All of the changes are internal, so this package is unchanged. + ## 0.0.4 ### Patch Changes diff --git a/packages/api-codegen-preset/package.json b/packages/api-codegen-preset/package.json index 92df4745a..adc055386 100644 --- a/packages/api-codegen-preset/package.json +++ b/packages/api-codegen-preset/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/api-codegen-preset", - "version": "0.0.4", + "version": "0.0.5", "description": "Preset for graphql-codegen to parse and type queries to Shopify APIs", "author": "Shopify", "license": "MIT", diff --git a/packages/graphql-client/CHANGELOG.md b/packages/graphql-client/CHANGELOG.md index ad95c27b4..b4d87c2eb 100644 --- a/packages/graphql-client/CHANGELOG.md +++ b/packages/graphql-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/graphql-client +## 0.10.3 + +### Patch Changes + +- e9652b7: Remove `Partial` around the `ClientStreamResponse.data` type + ## 0.10.2 ### Patch Changes diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index e8759bd11..9357be350 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-client", - "version": "0.10.2", + "version": "0.10.3", "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 9c9e0b6b7..f22dfaa42 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 9.5.0 + +### Minor Changes + +- 01371f7: Add function to authenticate fulfillment service requests + +### Patch Changes + +- 4e7c479: Show an INFO log for disabled future flags to encourage apps to migrate ahead of time, making major version bumps simpler. +- 13a230d: Enabled returning the full response object in `Customer.search()` and `GiftCard.search()`, so that apps can paginate through the results. +- f57712c: Refactor HMAC validation to use a common function. +- 01a803d: Reintroduced logging of HTTP requests for OAuth processes, which was incorrectly removed when the new clients were introduced. + - @shopify/admin-api-client@0.2.8 + - @shopify/storefront-api-client@0.3.3 + ## 9.4.1 ### Patch Changes diff --git a/packages/shopify-api/lib/version.ts b/packages/shopify-api/lib/version.ts index 325d751c3..a13a3167d 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.1'; +export const SHOPIFY_API_LIBRARY_VERSION = '9.5.0'; diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 06b28b13b..ae64d864a 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.4.1", + "version": "9.5.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", @@ -70,9 +70,9 @@ "node-fetch": "^2.6.7" }, "dependencies": { - "@shopify/admin-api-client": "^0.2.7", + "@shopify/admin-api-client": "^0.2.8", "@shopify/network": "^3.2.1", - "@shopify/storefront-api-client": "^0.3.2", + "@shopify/storefront-api-client": "^0.3.3", "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 8c52de21e..719f83586 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.3 + +### Patch Changes + +- Updated dependencies [e9652b7] + - @shopify/graphql-client@0.10.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/storefront-api-client/package.json b/packages/storefront-api-client/package.json index ce6955be8..23157f910 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.2", + "version": "0.3.3", "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.2" + "@shopify/graphql-client": "^0.10.3" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0"