Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Version Packages (#2833)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e1fd441 commit a2a6921
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/rich-papayas-clean.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/graphql-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 8.2.1

### Patch Changes

- [#2832](https://github.com/Shopify/quilt/pull/2832) [`e1fd441`](https://github.com/Shopify/quilt/commit/e1fd441e259c4454e59b932320c68dc693a38067) Thanks [@nattydodd](https://github.com/nattydodd)! - MockGraphQLResponse should allow an ExecutionResult containing any data.
GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys
but v16 narrowed that down to use `unknown` instead of `any`. This change
explicitly uses the default behaviour of allowing any from v15.

## 8.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-testing",
"version": "8.2.0",
"version": "8.2.1",
"license": "MIT",
"description": "Utilities to create mock GraphQL factories",
"main": "index.js",
Expand Down

0 comments on commit a2a6921

Please sign in to comment.