@graphitation/apollo-react-relay-duct-tape 0.7.12 → 0.7.15

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 +29 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @graphitation/apollo-react-relay-duct-tape
2
2
 
3
- This log was last generated on Mon, 20 Jun 2022 10:02:00 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 31 Jul 2022 07:56:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.15
8
+
9
+ Sun, 31 Jul 2022 07:56:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @graphitation/apollo-mock-client to v0.10.13
14
+ - Bump @graphitation/graphql-js-operation-payload-generator to v0.10.6
15
+
16
+ ## 0.7.14
17
+
18
+ Mon, 20 Jun 2022 17:49:35 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @graphitation/apollo-mock-client to v0.10.12
23
+ - Bump @graphitation/graphql-js-operation-payload-generator to v0.10.5
24
+
25
+ ## 0.7.13
26
+
27
+ Mon, 20 Jun 2022 12:36:41 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @graphitation/apollo-mock-client to v0.10.11
32
+ - Bump @graphitation/graphql-js-operation-payload-generator to v0.10.4
33
+
7
34
  ## 0.7.12
8
35
 
9
- Mon, 20 Jun 2022 10:02:00 GMT
36
+ Mon, 20 Jun 2022 10:02:11 GMT
10
37
 
11
38
  ### Patches
12
39
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphitation/apollo-react-relay-duct-tape",
3
3
  "description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
4
4
  "license": "MIT",
5
- "version": "0.7.12",
5
+ "version": "0.7.15",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/microsoft/graphitation.git",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@apollo/client": "^3.3.15",
22
- "@graphitation/apollo-mock-client": "^0.10.10",
23
- "@graphitation/graphql-js-operation-payload-generator": "^0.10.3",
22
+ "@graphitation/apollo-mock-client": "^0.10.13",
23
+ "@graphitation/graphql-js-operation-payload-generator": "^0.10.6",
24
24
  "@graphitation/graphql-js-tag": "^0.9.0",
25
25
  "@types/jest": "^26.0.22",
26
26
  "@types/react": "^17.0.3",