From ff2b94d4d496891495c45ee30bc16dd7dc01c8de Mon Sep 17 00:00:00 2001 From: Chris Sauve Date: Mon, 1 Apr 2019 09:16:10 -0400 Subject: [PATCH] Publish - @shopify/graphql-testing@3.0.0 - @shopify/react-testing@1.2.0 --- packages/graphql-testing/CHANGELOG.md | 2 ++ packages/graphql-testing/package.json | 2 +- packages/react-testing/CHANGELOG.md | 4 ++++ packages/react-testing/package.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/graphql-testing/CHANGELOG.md b/packages/graphql-testing/CHANGELOG.md index 46d251ac31..d9b1036fa6 100644 --- a/packages/graphql-testing/CHANGELOG.md +++ b/packages/graphql-testing/CHANGELOG.md @@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.0.0] - 2019-04-01 + ### Changed - `createGraphQLFactory` is now a named export, not the default export ([#623](https://github.com/Shopify/quilt/pull/623/)) diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 87f280b5e1..9b2156d3e5 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/graphql-testing", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "description": "Utilities to create mock graphql factory.", "main": "dist/index.js", diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index 379c6874c4..dd5418674f 100644 --- a/packages/react-testing/CHANGELOG.md +++ b/packages/react-testing/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.0] - 2019-04-01 + +- Added a `createMount` factory that can create mount functions tailor-made to suit the global state for individual applications ([#624](https://github.com/Shopify/quilt/pull/624)) + ## [1.1.0] - 2019-03-29 ### Added diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 745d665daa..4370c4217e 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/react-testing", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "description": "A library for testing React components according to our conventions.", "main": "dist/index.js",