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",