diff --git a/.changeset/fresh-goats-rule.md b/.changeset/fresh-goats-rule.md deleted file mode 100644 index 15c4ffbad8..0000000000 --- a/.changeset/fresh-goats-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-fixtures': patch ---- - -Removes calls to set faker seed if it's not needed diff --git a/packages/graphql-fixtures/CHANGELOG.md b/packages/graphql-fixtures/CHANGELOG.md index bd41c99d8d..a8e8e5bc13 100644 --- a/packages/graphql-fixtures/CHANGELOG.md +++ b/packages/graphql-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.1 + +### Patch Changes + +- [#2701](https://github.com/Shopify/quilt/pull/2701) [`43ec02dd2`](https://github.com/Shopify/quilt/commit/43ec02dd2ff6a21f6d3adb96220d3991dda0c92c) Thanks [@Flufd](https://github.com/Flufd)! - Removes calls to set faker seed if it's not needed + ## 4.0.0 ### Major Changes diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index 97ff1cd544..567b81cc67 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -1,6 +1,6 @@ { "name": "graphql-fixtures", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "description": "Utilities for generating fixture objects from GraphQL documents.", "main": "index.js",