@shopify/react-graphql
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,4 +10,8 @@ # Changelog | ||
### Added | ||
## 1.0.1 - 2019-02-10 | ||
- `@shopify/react-graphql` package | ||
- Fixed some broken API choices | ||
## 1.0.0 - 2019-02-07 | ||
- Initial release |
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", | ||
"dependencies": { | ||
"@shopify/async": "^1.0.0", | ||
"@shopify/react-async": "^1.0.0", | ||
"@shopify/async": "^1.0.1", | ||
"@shopify/react-async": "^1.0.1", | ||
"@shopify/useful-types": "^1.1.1", | ||
@@ -31,0 +31,0 @@ "graphql-typed": "^0.2.0", |
12436
Updated@shopify/async@^1.0.1
Updated@shopify/react-async@^1.0.1