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/async@1.1.0
 - @shopify/react-async@1.2.0
 - @shopify/react-graphql@1.3.1
  • Loading branch information
lemonmade committed Feb 25, 2019
1 parent b1d9457 commit 36cf93b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/async",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"description": "Primitives for loading parts of an application asynchronously.",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.2.0",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components.",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-async/README.md",
"dependencies": {
"@shopify/async": "^1.0.1",
"@shopify/async": "^1.1.0",
"@shopify/javascript-utilities": "^2.4.0",
"@shopify/react-effect": "^2.0.1",
"@shopify/useful-types": "^1.1.2"
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": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React.",
"main": "dist/index.js",
Expand All @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-graphql/README.md",
"dependencies": {
"@shopify/async": "^1.0.1",
"@shopify/react-async": "^1.1.0",
"@shopify/async": "^1.1.0",
"@shopify/react-async": "^1.2.0",
"@shopify/useful-types": "^1.1.1",
"graphql-typed": "^0.3.0",
"react-apollo": ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 36cf93b

Please sign in to comment.