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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @shopify/graphql-testing@3.0.0
 - @shopify/react-testing@1.2.0
  • Loading branch information
lemonmade committed Apr 1, 2019
1 parent f163956 commit ff2b94d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/graphql-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))
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": "2.0.3",
"version": "3.0.0",
"license": "MIT",
"description": "Utilities to create mock graphql factory.",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-testing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ff2b94d

Please sign in to comment.