From 046c1ea70d0f876b3ee6cb733505c68963c54681 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Oct 2023 22:25:55 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-ladybugs-boil.md | 5 ----- .changeset/ten-jokes-buy.md | 2 -- packages/graphql-client/CHANGELOG.md | 6 ++++++ packages/graphql-client/package.json | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/angry-ladybugs-boil.md delete mode 100644 .changeset/ten-jokes-buy.md diff --git a/.changeset/angry-ladybugs-boil.md b/.changeset/angry-ladybugs-boil.md deleted file mode 100644 index c048d3f58..000000000 --- a/.changeset/angry-ladybugs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/graphql-client": minor ---- - -Consolidated and standardized the common API client domain and validation utility functions. diff --git a/.changeset/ten-jokes-buy.md b/.changeset/ten-jokes-buy.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/ten-jokes-buy.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/graphql-client/CHANGELOG.md b/packages/graphql-client/CHANGELOG.md index a586f5d9e..4e5cbfc8e 100644 --- a/packages/graphql-client/CHANGELOG.md +++ b/packages/graphql-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/graphql-client +## 0.5.0 + +### Minor Changes + +- 326520ce: Consolidated and standardized the common API client domain and validation utility functions. + ## 0.4.0 ### Minor Changes diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index f66e9ede5..c739d6abb 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-client", - "version": "0.4.0", + "version": "0.5.0", "description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs", "repository": { "type": "git",