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@2.0.3
 - @shopify/react-async@1.3.2
 - @shopify/react-effect-apollo@2.0.3
 - @shopify/react-effect@2.1.2
 - @shopify/react-google-analytics@2.2.12
 - @shopify/react-graphql@2.0.6
 - @shopify/react-html@7.1.8
 - @shopify/react-i18n@0.11.10
 - @shopify/react-import-remote@0.5.3
 - @shopify/react-network@2.0.4
 - @shopify/react-testing@1.1.0
 - @shopify/useful-types@1.2.1
  • Loading branch information
lemonmade committed Mar 29, 2019
1 parent 8388085 commit abcf2b1
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 29 deletions.
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.0.3",
"license": "MIT",
"description": "Utilities to create mock graphql factory.",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0"
},
"devDependencies": {
"@shopify/useful-types": "^1.2.0",
"@shopify/useful-types": "^1.2.1",
"@types/graphql": "^14.0.0",
"graphql-typed": "^0.4.0",
"typescript": "~3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-async",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components.",
"main": "dist/index.js",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@shopify/async": "^1.3.0",
"@shopify/javascript-utilities": "^2.4.0",
"@shopify/react-effect": "^2.1.1",
"@shopify/react-effect": "^2.1.2",
"@shopify/react-intersection-observer": "^1.0.1",
"@shopify/useful-types": "^1.2.0"
"@shopify/useful-types": "^1.2.1"
},
"devDependencies": {
"typescript": "~3.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-effect-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-effect-apollo",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"description": "A bridging layer between react-apollo and react-effect.",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-effect-apollo/README.md",
"dependencies": {
"@shopify/react-effect": "^2.1.1"
"@shopify/react-effect": "^2.1.2"
},
"devDependencies": {
"react-apollo": "^2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-effect",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"description": "A component and set of utilities for performing effects within a universal React app",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-effect/README.md",
"dependencies": {
"@shopify/useful-types": "^1.2.0",
"@shopify/useful-types": "^1.2.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-google-analytics",
"version": "2.2.11",
"version": "2.2.12",
"license": "MIT",
"description": "Google Analytics",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-google-analytics/README.md",
"dependencies": {
"@shopify/react-import-remote": "^0.5.2",
"@shopify/react-import-remote": "^0.5.3",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React.",
"main": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-graphql/README.md",
"dependencies": {
"@shopify/async": "^1.3.0",
"@shopify/react-async": "^1.3.1",
"@shopify/useful-types": "^1.2.0",
"@shopify/react-async": "^1.3.2",
"@shopify/useful-types": "^1.2.1",
"apollo-client": "^2.3.8",
"graphql-typed": "^0.4.0",
"react-apollo": ">=2.2.3 <3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-html",
"version": "7.1.7",
"version": "7.1.8",
"license": "MIT",
"description": "A component to render your react app with no static HTML.",
"main": "dist/index.js",
Expand All @@ -23,9 +23,9 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-html/README.md",
"dependencies": {
"@shopify/react-effect": "^2.1.1",
"@shopify/react-effect": "^2.1.2",
"@shopify/react-serialize": "^1.0.12",
"@shopify/useful-types": "^1.2.0",
"@shopify/useful-types": "^1.2.1",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n",
"version": "0.11.9",
"version": "0.11.10",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more.",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@shopify/i18n": "^0.1.3",
"@shopify/react-effect": "^2.1.1",
"@shopify/react-effect": "^2.1.2",
"@types/hoist-non-react-statics": "^3.0.1",
"hoist-non-react-statics": "^3.0.1",
"prop-types": "^15.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-import-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-import-remote",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"description": "Asynchronous script loading for React",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-import-remote/README.md",
"dependencies": {
"@shopify/react-html": "^7.1.7",
"@shopify/react-html": "^7.1.8",
"@shopify/react-intersection-observer": "^1.0.1",
"tslib": "^1.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-network",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"description": "A collection of components that allow you to set common HTTP headers from within your React application.",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-network/README.md",
"dependencies": {
"@shopify/network": "^1.2.2",
"@shopify/react-effect": "^2.1.1",
"@shopify/react-effect": "^2.1.2",
"@types/koa": "^2.0.46",
"tslib": "^1.9.3"
},
Expand Down
8 changes: 5 additions & 3 deletions packages/react-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2019-03-29

### Added

- Added a `@shopify/react-testing/matchers` directory, which adds `.toHaveReactProps` and `.toContainReactComponent` assertions for Jest
- `Element#find` and `Element#findAll` now accept a second optional argument for required props on matched elements
- Added a `@shopify/react-testing/matchers` directory, which adds `.toHaveReactProps` and `.toContainReactComponent` assertions for Jest ([#621](https://github.com/Shopify/quilt/pull/621))
- `Element#find` and `Element#findAll` now accept a second optional argument for required props on matched elements ([#621](https://github.com/Shopify/quilt/pull/621))

## 1.0.0 - 2019-03-29
## [1.0.0] - 2019-03-29

Initial release.
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "A library for testing React components according to our conventions.",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-testing/README.md",
"dependencies": {
"@shopify/useful-types": "^1.2.0",
"@shopify/useful-types": "^1.2.1",
"jest-matcher-utils": "^24.5.0",
"react-reconciler": "^0.20.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/useful-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/useful-types",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "A few handy TypeScript types",
"main": "dist/index.js",
Expand Down

0 comments on commit abcf2b1

Please sign in to comment.