diff --git a/.changeset/quick-onions-tickle.md b/.changeset/quick-onions-tickle.md deleted file mode 100644 index e0eb0c29b..000000000 --- a/.changeset/quick-onions-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solid-primitives/graphql": minor ---- - -Allow passing options to `createGraphQLClient` diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index ac70ff689..317606403 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @solid-primitives/graphql +## 1.4.0 + +### Minor Changes + +- e706297: Allow passing options to `createGraphQLClient` + ## 1.3.0 ### Minor Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index af8970a72..898612433 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@solid-primitives/graphql", - "version": "1.3.0", + "version": "1.4.0", "description": "Primitive that generates a client and reactive GraphQL queries", "author": "David Di Biase ", "contributors": [