@quilted/quilt 0.0.0-react-query-graphql-20220409003957 → 0.0.0-react-query-graphql-20220409011309

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @quilted/quilt
2
2
 
3
- ## 0.0.0-react-query-graphql-20220409003957
3
+ ## 0.0.0-react-query-graphql-20220409011309
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`eb9f7d42`](https://github.com/lemonmade/quilt/commit/eb9f7d4271010a8edfd683d825e9d49cb8969c8e) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve usefulness of GraphQL client
8
8
 
9
- - Updated dependencies [[`eb9f7d42`](https://github.com/lemonmade/quilt/commit/eb9f7d4271010a8edfd683d825e9d49cb8969c8e)]:
10
- - @quilted/graphql@0.0.0-react-query-graphql-20220409003957
11
- - @quilted/react-graphql@0.0.0-react-query-graphql-20220409003957
9
+ * [#241](https://github.com/lemonmade/quilt/pull/241) [`cd59e8ca`](https://github.com/lemonmade/quilt/commit/cd59e8caf1070d5dec552265181525817796f9e9) Thanks [@lemonmade](https://github.com/lemonmade)! - Add react-query GraphQL hooks
10
+
11
+ * Updated dependencies [[`eb9f7d42`](https://github.com/lemonmade/quilt/commit/eb9f7d4271010a8edfd683d825e9d49cb8969c8e), [`cd59e8ca`](https://github.com/lemonmade/quilt/commit/cd59e8caf1070d5dec552265181525817796f9e9)]:
12
+ - @quilted/graphql@0.0.0-react-query-graphql-20220409011309
13
+ - @quilted/react-graphql@0.0.0-react-query-graphql-20220409011309
12
14
 
13
15
  ## 0.5.77
14
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quilted/quilt",
3
3
  "type": "module",
4
- "version": "0.0.0-react-query-graphql-20220409003957",
4
+ "version": "0.0.0-react-query-graphql-20220409011309",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/lemonmade/quilt.git",
@@ -232,13 +232,13 @@
232
232
  "dependencies": {
233
233
  "@babel/runtime": ">=7.0.0 <8.0.0",
234
234
  "@quilted/async": "^0.3.12",
235
- "@quilted/graphql": "^0.0.0-react-query-graphql-20220409003957",
235
+ "@quilted/graphql": "^0.0.0-react-query-graphql-20220409011309",
236
236
  "@quilted/http-handlers": "^0.2.20",
237
237
  "@quilted/polyfills": "^0.2.12",
238
238
  "@quilted/react": "^0.1.0",
239
239
  "@quilted/react-async": "^0.3.22",
240
240
  "@quilted/react-email": "^0.2.18",
241
- "@quilted/react-graphql": "^0.0.0-react-query-graphql-20220409003957",
241
+ "@quilted/react-graphql": "^0.0.0-react-query-graphql-20220409011309",
242
242
  "@quilted/react-html": "^0.3.18",
243
243
  "@quilted/react-http": "^0.3.8",
244
244
  "@quilted/react-idle": "^0.3.6",