diff --git a/.changeset/afraid-flies-end.md b/.changeset/afraid-flies-end.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/afraid-flies-end.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/curly-grapes-rhyme.md b/.changeset/curly-grapes-rhyme.md deleted file mode 100644 index 26c8c944f..000000000 --- a/.changeset/curly-grapes-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": patch ---- - -Fixed the types of the `balance` and `currency` fields in the `GiftCard` object. diff --git a/.changeset/hungry-humans-lie.md b/.changeset/hungry-humans-lie.md deleted file mode 100644 index a77b3317f..000000000 --- a/.changeset/hungry-humans-lie.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@shopify/storefront-api-client": patch -"@shopify/admin-api-client": patch -"@shopify/graphql-client": patch -"@shopify/shopify-api": patch ---- - -Updated global fetch types to more closely match reality diff --git a/.changeset/khaki-turkeys-change.md b/.changeset/khaki-turkeys-change.md deleted file mode 100644 index 4898ec802..000000000 --- a/.changeset/khaki-turkeys-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/api-codegen-preset": patch ---- - -Update @shopify/hydrogen-codegen from 0.1.0 to 0.2.0. diff --git a/.changeset/little-suits-sleep.md b/.changeset/little-suits-sleep.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/little-suits-sleep.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/loud-camels-sell.md b/.changeset/loud-camels-sell.md deleted file mode 100644 index f2521f451..000000000 --- a/.changeset/loud-camels-sell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@shopify/shopify-api": minor ---- - -Added support for validating Flow extension requests, using `shopify.authenticate.flow`. - -Please see [the `flow` object documentation](./docs/reference/flow/README.md) for more information. diff --git a/.changeset/many-brooms-switch.md b/.changeset/many-brooms-switch.md deleted file mode 100644 index a8e32b8f7..000000000 --- a/.changeset/many-brooms-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify-api": minor ---- - -Export GraphqlClient class from types diff --git a/.changeset/new-donkeys-crash.md b/.changeset/new-donkeys-crash.md deleted file mode 100644 index 064300624..000000000 --- a/.changeset/new-donkeys-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/api-codegen-preset": patch ---- - -Update @parcel/watcher from 2.3.0 to 2.4.0. diff --git a/.changeset/odd-poems-smash.md b/.changeset/odd-poems-smash.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/odd-poems-smash.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/polite-bugs-sneeze.md b/.changeset/polite-bugs-sneeze.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/polite-bugs-sneeze.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/popular-mails-smoke.md b/.changeset/popular-mails-smoke.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/popular-mails-smoke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/rare-carrots-push.md b/.changeset/rare-carrots-push.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/rare-carrots-push.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tasty-lobsters-sneeze.md b/.changeset/tasty-lobsters-sneeze.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/tasty-lobsters-sneeze.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/admin-api-client/CHANGELOG.md b/packages/admin-api-client/CHANGELOG.md index d98bcca80..0676cc174 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.3 + +### Patch Changes + +- 0f0ffb8a: Updated global fetch types to more closely match reality +- Updated dependencies [0f0ffb8a] + - @shopify/graphql-client@0.9.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/admin-api-client/package.json b/packages/admin-api-client/package.json index c0094a555..3fadf0068 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.2", + "version": "0.2.3", "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.9.2" + "@shopify/graphql-client": "^0.9.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 825c32f0d..0212b513d 100644 --- a/packages/api-codegen-preset/CHANGELOG.md +++ b/packages/api-codegen-preset/CHANGELOG.md @@ -1 +1,8 @@ # Changelog + +## 0.0.2 + +### Patch Changes + +- 6ed8499a: Update @shopify/hydrogen-codegen from 0.1.0 to 0.2.0. +- 284f2cf2: Update @parcel/watcher from 2.3.0 to 2.4.0. diff --git a/packages/api-codegen-preset/package.json b/packages/api-codegen-preset/package.json index bb028a06e..83a228880 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.1", + "version": "0.0.2", "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 2e5f0a8d4..ef9475c52 100644 --- a/packages/graphql-client/CHANGELOG.md +++ b/packages/graphql-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/graphql-client +## 0.9.3 + +### Patch Changes + +- 0f0ffb8a: Updated global fetch types to more closely match reality + ## 0.9.2 ### Patch Changes diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index bbf70afe6..746c888c4 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-client", - "version": "0.9.2", + "version": "0.9.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 2cfe80bb5..5f217930c 100644 --- a/packages/shopify-api/CHANGELOG.md +++ b/packages/shopify-api/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 9.1.0 + +### Minor Changes + +- 9c41d910: Added support for validating Flow extension requests, using `shopify.authenticate.flow`. + + Please see [the `flow` object documentation](./docs/reference/flow/README.md) for more information. + +- 348b138a: Export GraphqlClient class from types + +### Patch Changes + +- 224fbf57: Fixed the types of the `balance` and `currency` fields in the `GiftCard` object. +- 0f0ffb8a: Updated global fetch types to more closely match reality +- Updated dependencies [0f0ffb8a] + - @shopify/storefront-api-client@0.2.3 + - @shopify/admin-api-client@0.2.3 + ## 9.0.2 ### Patch Changes @@ -126,7 +144,7 @@ - eae5a4a8: Introduce token exchange API for fetching access tokens. This feature is currently unstable and is hidden behind the `unstable_tokenExchange` future flag. - :exclamation: To learn more about Token Exchange, see [Performing OAuth](./docs/guides/oauth.md) + :exclamation: To learn more about Token Exchange, see [Performing OAuth](./docs/guides/oauth.md) ## 8.0.2 diff --git a/packages/shopify-api/package.json b/packages/shopify-api/package.json index 34569670f..2e2d7f9d2 100644 --- a/packages/shopify-api/package.json +++ b/packages/shopify-api/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-api", - "version": "9.0.2", + "version": "9.1.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.2", + "@shopify/admin-api-client": "^0.2.3", "@shopify/network": "^3.2.1", - "@shopify/storefront-api-client": "^0.2.2", + "@shopify/storefront-api-client": "^0.2.3", "compare-versions": "^5.0.3", "isbot": "^4.4.0", "jose": "^5.2.0", diff --git a/packages/storefront-api-client/CHANGELOG.md b/packages/storefront-api-client/CHANGELOG.md index 513f094d8..4c9d2bade 100644 --- a/packages/storefront-api-client/CHANGELOG.md +++ b/packages/storefront-api-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/storefront-api-client +## 0.2.3 + +### Patch Changes + +- 0f0ffb8a: Updated global fetch types to more closely match reality +- Updated dependencies [0f0ffb8a] + - @shopify/graphql-client@0.9.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/storefront-api-client/package.json b/packages/storefront-api-client/package.json index c9fcd3ee0..c8332b9a7 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.2.2", + "version": "0.2.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.9.2" + "@shopify/graphql-client": "^0.9.3" }, "devDependencies": { "jest-environment-jsdom": "^29.5.0"