@graphitation/apollo-react-relay-duct-tape 0.7.6 → 0.7.9
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.
- package/.eslintcache +1 -1
- package/CHANGELOG.md +30 -2
- package/package.json +4 -4
- package/CHANGELOG.json +0 -513
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/
|
|
1
|
+
[{"/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx":"1","/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/hooks.ts":"2","/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/index.ts":"3","/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/types.ts":"4"},{"size":10125,"mtime":1654264714686,"results":"5","hashOfConfig":"6"},{"size":10118,"mtime":1654264714686,"results":"7","hashOfConfig":"6"},{"size":50,"mtime":1654264714686,"results":"8","hashOfConfig":"6"},{"size":1353,"mtime":1654264714686,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"14v0dpj",{"filePath":"12","messages":"13","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"14","messages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx",[],"/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/hooks.ts",[],"/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/index.ts",[],"/mnt/vss/_work/1/s/packages/apollo-react-relay-duct-tape/src/types.ts",[]]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
# Change Log - @graphitation/apollo-react-relay-duct-tape
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 03 Jun 2022 14:02:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.9
|
|
8
|
+
|
|
9
|
+
Fri, 03 Jun 2022 14:02:25 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @graphitation/apollo-mock-client to v0.10.7
|
|
14
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.9.1
|
|
15
|
+
|
|
16
|
+
## 0.7.8
|
|
17
|
+
|
|
18
|
+
Thu, 19 May 2022 14:31:59 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @graphitation/apollo-mock-client to v0.10.6
|
|
23
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.9.0
|
|
24
|
+
|
|
25
|
+
## 0.7.7
|
|
26
|
+
|
|
27
|
+
Wed, 02 Mar 2022 13:32:13 GMT
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- Bump @graphitation/apollo-mock-client to v0.10.5
|
|
32
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.5
|
|
33
|
+
- Bump @graphitation/graphql-js-tag to v0.9.0
|
|
34
|
+
|
|
7
35
|
## 0.7.6
|
|
8
36
|
|
|
9
|
-
Tue, 25 Jan 2022 10:04:
|
|
37
|
+
Tue, 25 Jan 2022 10:04:40 GMT
|
|
10
38
|
|
|
11
39
|
### Patches
|
|
12
40
|
|
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.
|
|
5
|
+
"version": "0.7.9",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/microsoft/graphitation.git",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@apollo/client": "^3.3.15",
|
|
22
|
-
"@graphitation/apollo-mock-client": "^0.10.
|
|
23
|
-
"@graphitation/graphql-js-operation-payload-generator": "^0.
|
|
24
|
-
"@graphitation/graphql-js-tag": "^0.
|
|
22
|
+
"@graphitation/apollo-mock-client": "^0.10.7",
|
|
23
|
+
"@graphitation/graphql-js-operation-payload-generator": "^0.9.1",
|
|
24
|
+
"@graphitation/graphql-js-tag": "^0.9.0",
|
|
25
25
|
"@types/jest": "^26.0.22",
|
|
26
26
|
"@types/react": "^17.0.3",
|
|
27
27
|
"graphql": "^15.0.0",
|
package/CHANGELOG.json
DELETED
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Tue, 25 Jan 2022 10:04:19 GMT",
|
|
6
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.6",
|
|
7
|
-
"version": "0.7.6",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "beachball",
|
|
12
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
13
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.10.4",
|
|
14
|
-
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "beachball",
|
|
18
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
19
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.4",
|
|
20
|
-
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "beachball",
|
|
24
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
25
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.8.3",
|
|
26
|
-
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"date": "Tue, 25 Jan 2022 09:56:59 GMT",
|
|
33
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
34
|
-
"version": "0.7.5",
|
|
35
|
-
"comments": {
|
|
36
|
-
"none": [
|
|
37
|
-
{
|
|
38
|
-
"author": "mnovikov@microsoft.com",
|
|
39
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
40
|
-
"commit": "5fddfaa87809a5e094f61cb2bbd3f1b69202e7f1",
|
|
41
|
-
"comment": "Add prettierrc, add it to linter and force it to do it"
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"date": "Mon, 24 Jan 2022 13:40:52 GMT",
|
|
48
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
49
|
-
"version": "0.7.5",
|
|
50
|
-
"comments": {
|
|
51
|
-
"patch": [
|
|
52
|
-
{
|
|
53
|
-
"author": "mnovikov@microsoft.com",
|
|
54
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
55
|
-
"commit": "ce2d4f019baf1717202a3c33ec0d75fa3b5a4fb3",
|
|
56
|
-
"comment": "Fix Webpack 4 compat"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"author": "beachball",
|
|
60
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
61
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.10.3",
|
|
62
|
-
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"author": "beachball",
|
|
66
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
67
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.3",
|
|
68
|
-
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"author": "beachball",
|
|
72
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
73
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.8.2",
|
|
74
|
-
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Fri, 14 Jan 2022 11:15:34 GMT",
|
|
81
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.4",
|
|
82
|
-
"version": "0.7.4",
|
|
83
|
-
"comments": {
|
|
84
|
-
"patch": [
|
|
85
|
-
{
|
|
86
|
-
"author": "mnovikov@microsoft.com",
|
|
87
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
88
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b",
|
|
89
|
-
"comment": "Make sideffects false actually work"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"author": "beachball",
|
|
93
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
94
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.10.2",
|
|
95
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"author": "beachball",
|
|
99
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
100
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.2",
|
|
101
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"author": "beachball",
|
|
105
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
106
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.8.2",
|
|
107
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"date": "Fri, 14 Jan 2022 10:12:20 GMT",
|
|
114
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.3",
|
|
115
|
-
"version": "0.7.3",
|
|
116
|
-
"comments": {
|
|
117
|
-
"patch": [
|
|
118
|
-
{
|
|
119
|
-
"author": "mnovikov@microsoft.com",
|
|
120
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
121
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62",
|
|
122
|
-
"comment": "Add side-effects false to all production packages for webpack opt"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"author": "beachball",
|
|
126
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
127
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.10.1",
|
|
128
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"author": "beachball",
|
|
132
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
133
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1",
|
|
134
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"author": "beachball",
|
|
138
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
139
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.8.1",
|
|
140
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
141
|
-
}
|
|
142
|
-
]
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"date": "Thu, 06 Jan 2022 09:53:33 GMT",
|
|
147
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.2",
|
|
148
|
-
"version": "0.7.2",
|
|
149
|
-
"comments": {
|
|
150
|
-
"patch": [
|
|
151
|
-
{
|
|
152
|
-
"author": "beachball",
|
|
153
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
154
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.8.1",
|
|
155
|
-
"commit": "0268d6880be756f48acc0dd7c1faffef70f23189"
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"date": "Wed, 05 Jan 2022 15:09:43 GMT",
|
|
162
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.1",
|
|
163
|
-
"version": "0.7.1",
|
|
164
|
-
"comments": {
|
|
165
|
-
"patch": [
|
|
166
|
-
{
|
|
167
|
-
"author": "beachball",
|
|
168
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
169
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.8.0",
|
|
170
|
-
"commit": "298f6ea41347e68022fd99c0898aa59e108d2e5b"
|
|
171
|
-
}
|
|
172
|
-
]
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"date": "Thu, 23 Dec 2021 13:01:22 GMT",
|
|
177
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
178
|
-
"version": "0.7.0",
|
|
179
|
-
"comments": {
|
|
180
|
-
"none": [
|
|
181
|
-
{
|
|
182
|
-
"author": "eloy.de.enige@gmail.com",
|
|
183
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
184
|
-
"commit": "bbbe8844858f53ceed2bd1c8790d3aff43b919df",
|
|
185
|
-
"comment": "[package] Add repo details to other packages and template"
|
|
186
|
-
}
|
|
187
|
-
]
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"date": "Thu, 23 Dec 2021 11:31:14 GMT",
|
|
192
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
193
|
-
"version": "0.7.0",
|
|
194
|
-
"comments": {
|
|
195
|
-
"minor": [
|
|
196
|
-
{
|
|
197
|
-
"author": "mnovikov@microsoft.com",
|
|
198
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
199
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
|
|
200
|
-
"comment": "Added proper mjs builds (bump for main release)"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"author": "beachball",
|
|
204
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
205
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.10.0",
|
|
206
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"author": "beachball",
|
|
210
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
211
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.0",
|
|
212
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"author": "beachball",
|
|
216
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
217
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.8.0",
|
|
218
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"author": "beachball",
|
|
222
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
223
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.7.0",
|
|
224
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"date": "Tue, 14 Dec 2021 10:13:54 GMT",
|
|
231
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.6.0",
|
|
232
|
-
"version": "0.6.0",
|
|
233
|
-
"comments": {
|
|
234
|
-
"minor": [
|
|
235
|
-
{
|
|
236
|
-
"author": "mnovikov@microsoft.com",
|
|
237
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
238
|
-
"commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
|
|
239
|
-
"comment": "Support ESM in distro packages"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"author": "beachball",
|
|
243
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
244
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.9.0",
|
|
245
|
-
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"author": "beachball",
|
|
249
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
250
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.7.0",
|
|
251
|
-
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"author": "beachball",
|
|
255
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
256
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.7.0",
|
|
257
|
-
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"author": "beachball",
|
|
261
|
-
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
262
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.6.0",
|
|
263
|
-
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
264
|
-
}
|
|
265
|
-
]
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
|
|
270
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.5",
|
|
271
|
-
"version": "0.4.5",
|
|
272
|
-
"comments": {
|
|
273
|
-
"patch": [
|
|
274
|
-
{
|
|
275
|
-
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
|
|
276
|
-
"author": "modevold@microsoft.com",
|
|
277
|
-
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
|
|
278
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
279
|
-
}
|
|
280
|
-
]
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
|
|
285
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.4",
|
|
286
|
-
"version": "0.4.4",
|
|
287
|
-
"comments": {
|
|
288
|
-
"patch": [
|
|
289
|
-
{
|
|
290
|
-
"comment": "Align graphql dependency to version ^15.0.0 across packages",
|
|
291
|
-
"author": "modevold@microsoft.com",
|
|
292
|
-
"commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
|
|
293
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
294
|
-
}
|
|
295
|
-
]
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
|
|
300
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.3",
|
|
301
|
-
"version": "0.4.3",
|
|
302
|
-
"comments": {
|
|
303
|
-
"patch": [
|
|
304
|
-
{
|
|
305
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.9",
|
|
306
|
-
"author": "eloy.de.enige@gmail.com",
|
|
307
|
-
"commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
|
|
308
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
309
|
-
}
|
|
310
|
-
]
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"date": "Fri, 30 Jul 2021 23:21:22 GMT",
|
|
315
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.2",
|
|
316
|
-
"version": "0.4.2",
|
|
317
|
-
"comments": {
|
|
318
|
-
"patch": [
|
|
319
|
-
{
|
|
320
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.8",
|
|
321
|
-
"author": "eloy.de.enige@gmail.com",
|
|
322
|
-
"commit": "f78957783804c777d9e38adc433882058367b6cd",
|
|
323
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
324
|
-
}
|
|
325
|
-
]
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"date": "Fri, 30 Jul 2021 21:57:33 GMT",
|
|
330
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.1",
|
|
331
|
-
"version": "0.4.1",
|
|
332
|
-
"comments": {
|
|
333
|
-
"patch": [
|
|
334
|
-
{
|
|
335
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.7",
|
|
336
|
-
"author": "eloy.de.enige@gmail.com",
|
|
337
|
-
"commit": "17478cbf5d33c03408bf2e23949619b00a66bce5",
|
|
338
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"date": "Tue, 13 Jul 2021 19:42:21 GMT",
|
|
345
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.0",
|
|
346
|
-
"version": "0.4.0",
|
|
347
|
-
"comments": {
|
|
348
|
-
"minor": [
|
|
349
|
-
{
|
|
350
|
-
"comment": "Add `useMutation` hook",
|
|
351
|
-
"author": "eloy.de.enige@gmail.com",
|
|
352
|
-
"commit": "9884e0fea963021c764c176297a864f660ebd87f",
|
|
353
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
354
|
-
}
|
|
355
|
-
]
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"date": "Wed, 05 May 2021 19:48:35 GMT",
|
|
360
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.6",
|
|
361
|
-
"version": "0.3.6",
|
|
362
|
-
"comments": {
|
|
363
|
-
"patch": [
|
|
364
|
-
{
|
|
365
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.6",
|
|
366
|
-
"author": "eloy.de.enige@gmail.com",
|
|
367
|
-
"commit": "120ae2d106a4622d6b1ea25ac912663a77ce4980",
|
|
368
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
369
|
-
}
|
|
370
|
-
]
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"date": "Tue, 04 May 2021 15:15:49 GMT",
|
|
375
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.5",
|
|
376
|
-
"version": "0.3.5",
|
|
377
|
-
"comments": {
|
|
378
|
-
"patch": [
|
|
379
|
-
{
|
|
380
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.5",
|
|
381
|
-
"author": "eloy.de.enige@gmail.com",
|
|
382
|
-
"commit": "0933b2155e24f057379c24917d0872c8b5491fec",
|
|
383
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
384
|
-
}
|
|
385
|
-
]
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"date": "Tue, 27 Apr 2021 21:34:50 GMT",
|
|
390
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.4",
|
|
391
|
-
"version": "0.3.4",
|
|
392
|
-
"comments": {
|
|
393
|
-
"patch": [
|
|
394
|
-
{
|
|
395
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.4",
|
|
396
|
-
"author": "eloy.de.enige@gmail.com",
|
|
397
|
-
"commit": "a6b3ad721b0bcb71de889bbdde778fcd87503217",
|
|
398
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"date": "Sat, 24 Apr 2021 23:10:54 GMT",
|
|
405
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.3",
|
|
406
|
-
"version": "0.3.3",
|
|
407
|
-
"comments": {
|
|
408
|
-
"patch": [
|
|
409
|
-
{
|
|
410
|
-
"comment": "Include commonjs modules",
|
|
411
|
-
"author": "eloy.de.enige@gmail.com",
|
|
412
|
-
"commit": "1959ee4fa8b12688916df580b3c4dd0afa93f2ba",
|
|
413
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"date": "Fri, 23 Apr 2021 22:48:59 GMT",
|
|
420
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.2",
|
|
421
|
-
"version": "0.3.2",
|
|
422
|
-
"comments": {
|
|
423
|
-
"patch": [
|
|
424
|
-
{
|
|
425
|
-
"comment": "[package] Bump minor versions",
|
|
426
|
-
"author": "eloy.de.enige@gmail.com",
|
|
427
|
-
"commit": "1b8e8ab11de78ce4d65f972a35504e246a89a22d",
|
|
428
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
429
|
-
}
|
|
430
|
-
]
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"date": "Fri, 23 Apr 2021 21:44:28 GMT",
|
|
435
|
-
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.0",
|
|
436
|
-
"version": "0.3.0",
|
|
437
|
-
"comments": {
|
|
438
|
-
"patch": [
|
|
439
|
-
{
|
|
440
|
-
"comment": "Include correct files",
|
|
441
|
-
"author": "eloy.de.enige@gmail.com",
|
|
442
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
443
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"comment": "fixing the publish process, publishing a new patch level",
|
|
447
|
-
"author": "kchau@microsoft.com",
|
|
448
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
449
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"comment": "fixing the publish process, publishing a new patch level (again)",
|
|
453
|
-
"author": "kchau@microsoft.com",
|
|
454
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
455
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.5.0",
|
|
459
|
-
"author": "eloy.de.enige@gmail.com",
|
|
460
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
461
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"comment": "Bump @graphitation/apollo-mock-client to v0.6.0",
|
|
465
|
-
"author": "eloy.de.enige@gmail.com",
|
|
466
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
467
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.0",
|
|
471
|
-
"author": "eloy.de.enige@gmail.com",
|
|
472
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
473
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"none": [
|
|
477
|
-
{
|
|
478
|
-
"comment": "fixing publish again - leveraging the previously generated change files to publish",
|
|
479
|
-
"author": "kchau@microsoft.com",
|
|
480
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
481
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"comment": "Initial import",
|
|
485
|
-
"author": "eloy.de.enige@gmail.com",
|
|
486
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
487
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"comment": "Use generated typings in tests",
|
|
491
|
-
"author": "eloy.de.enige@gmail.com",
|
|
492
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
493
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"comment": "Bump relay-compiler-language-graphitation to v0.5.0",
|
|
497
|
-
"author": "eloy.de.enige@gmail.com",
|
|
498
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
499
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
500
|
-
}
|
|
501
|
-
],
|
|
502
|
-
"minor": [
|
|
503
|
-
{
|
|
504
|
-
"comment": "First proper release",
|
|
505
|
-
"author": "eloy.de.enige@gmail.com",
|
|
506
|
-
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
507
|
-
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
]
|
|
513
|
-
}
|