@operato/graphql 1.0.0-beta.5 → 1.0.0-beta.50
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/CHANGELOG.md +280 -148
- package/dist/src/graphql-client.d.ts +3 -4
- package/dist/src/graphql-client.js +26 -53
- package/dist/src/graphql-client.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -7
- package/src/graphql-client.ts +36 -65
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [1.0.0-beta.
|
6
|
+
## [1.0.0-beta.50](https://github.com/hatiolab/operato/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2022-07-18)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @operato/graphql
|
9
9
|
|
@@ -11,23 +11,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
## [1.0.0-beta.
|
14
|
+
## [1.0.0-beta.49](https://github.com/hatiolab/operato/compare/v1.0.0-beta.48...v1.0.0-beta.49) (2022-07-17)
|
15
15
|
|
16
|
-
**Note:** Version bump only for package @operato/graphql
|
17
16
|
|
17
|
+
### :bug: Bug Fix
|
18
18
|
|
19
|
+
* prevent importing full '@apollo/client' module to avoid loading unnecessary react ([e058b0c](https://github.com/hatiolab/operato/commit/e058b0c79bebc73fb7814420decdbaf1b6c17d4b))
|
19
20
|
|
20
21
|
|
21
22
|
|
22
|
-
## [1.0.0-beta.
|
23
|
+
## [1.0.0-beta.48](https://github.com/hatiolab/operato/compare/v1.0.0-beta.47...v1.0.0-beta.48) (2022-07-17)
|
23
24
|
|
24
|
-
**Note:** Version bump only for package @operato/graphql
|
25
25
|
|
26
|
+
### :rocket: New Features
|
26
27
|
|
28
|
+
* applied graphql v16 and migrated subscriptions-transport-ws to graphql-ws ([9391306](https://github.com/hatiolab/operato/commit/9391306332e4dd436d4da3bd1a9a399c68e6b645))
|
27
29
|
|
28
30
|
|
29
31
|
|
30
|
-
## [1.0.0-beta.
|
32
|
+
## [1.0.0-beta.47](https://github.com/hatiolab/operato/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2022-07-15)
|
31
33
|
|
32
34
|
**Note:** Version bump only for package @operato/graphql
|
33
35
|
|
@@ -35,7 +37,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
35
37
|
|
36
38
|
|
37
39
|
|
38
|
-
## [1.0.0-beta.
|
40
|
+
## [1.0.0-beta.46](https://github.com/hatiolab/operato/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2022-07-11)
|
39
41
|
|
40
42
|
**Note:** Version bump only for package @operato/graphql
|
41
43
|
|
@@ -43,15 +45,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
43
45
|
|
44
46
|
|
45
47
|
|
46
|
-
## [1.0.0-beta.
|
48
|
+
## [1.0.0-beta.45](https://github.com/hatiolab/operato/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2022-07-09)
|
47
49
|
|
48
|
-
**Note:** Version bump only for package @operato/graphql
|
49
50
|
|
51
|
+
### :bug: Bug Fix
|
50
52
|
|
53
|
+
* upgrade dependencies ([4986392](https://github.com/hatiolab/operato/commit/4986392e64524b5602cc9a144def239e85524bee))
|
51
54
|
|
52
55
|
|
53
56
|
|
54
|
-
## [1.0.0-
|
57
|
+
## [1.0.0-beta.44](https://github.com/hatiolab/operato/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2022-07-07)
|
55
58
|
|
56
59
|
**Note:** Version bump only for package @operato/graphql
|
57
60
|
|
@@ -59,7 +62,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
59
62
|
|
60
63
|
|
61
64
|
|
62
|
-
## [1.0.0-
|
65
|
+
## [1.0.0-beta.43](https://github.com/hatiolab/operato/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2022-07-03)
|
63
66
|
|
64
67
|
**Note:** Version bump only for package @operato/graphql
|
65
68
|
|
@@ -67,7 +70,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
67
70
|
|
68
71
|
|
69
72
|
|
70
|
-
## [1.0.0-
|
73
|
+
## [1.0.0-beta.42](https://github.com/hatiolab/operato/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2022-07-03)
|
71
74
|
|
72
75
|
**Note:** Version bump only for package @operato/graphql
|
73
76
|
|
@@ -75,7 +78,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
75
78
|
|
76
79
|
|
77
80
|
|
78
|
-
## [1.0.0-
|
81
|
+
## [1.0.0-beta.41](https://github.com/hatiolab/operato/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2022-06-30)
|
79
82
|
|
80
83
|
**Note:** Version bump only for package @operato/graphql
|
81
84
|
|
@@ -83,16 +86,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
83
86
|
|
84
87
|
|
85
88
|
|
86
|
-
## [1.0.0-
|
89
|
+
## [1.0.0-beta.40](https://github.com/hatiolab/operato/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2022-06-29)
|
87
90
|
|
91
|
+
**Note:** Version bump only for package @operato/graphql
|
88
92
|
|
89
|
-
### :bug: Bug Fix
|
90
93
|
|
91
|
-
* lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
92
94
|
|
93
95
|
|
94
96
|
|
95
|
-
## [1.0.0-
|
97
|
+
## [1.0.0-beta.39](https://github.com/hatiolab/operato/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2022-06-22)
|
96
98
|
|
97
99
|
**Note:** Version bump only for package @operato/graphql
|
98
100
|
|
@@ -100,7 +102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
100
102
|
|
101
103
|
|
102
104
|
|
103
|
-
## [1.0.0-
|
105
|
+
## [1.0.0-beta.38](https://github.com/hatiolab/operato/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2022-06-20)
|
104
106
|
|
105
107
|
**Note:** Version bump only for package @operato/graphql
|
106
108
|
|
@@ -108,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
108
110
|
|
109
111
|
|
110
112
|
|
111
|
-
## [1.0.0-
|
113
|
+
## [1.0.0-beta.37](https://github.com/hatiolab/operato/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2022-06-20)
|
112
114
|
|
113
115
|
**Note:** Version bump only for package @operato/graphql
|
114
116
|
|
@@ -116,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
116
118
|
|
117
119
|
|
118
120
|
|
119
|
-
## [1.0.0-
|
121
|
+
## [1.0.0-beta.36](https://github.com/hatiolab/operato/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2022-06-16)
|
120
122
|
|
121
123
|
**Note:** Version bump only for package @operato/graphql
|
122
124
|
|
@@ -124,7 +126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
124
126
|
|
125
127
|
|
126
128
|
|
127
|
-
## [1.0.0-
|
129
|
+
## [1.0.0-beta.35](https://github.com/hatiolab/operato/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2022-06-16)
|
128
130
|
|
129
131
|
**Note:** Version bump only for package @operato/graphql
|
130
132
|
|
@@ -132,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
132
134
|
|
133
135
|
|
134
136
|
|
135
|
-
## [1.0.0-
|
137
|
+
## [1.0.0-beta.34](https://github.com/hatiolab/operato/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2022-06-16)
|
136
138
|
|
137
139
|
**Note:** Version bump only for package @operato/graphql
|
138
140
|
|
@@ -140,7 +142,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
140
142
|
|
141
143
|
|
142
144
|
|
143
|
-
## [1.0.0-
|
145
|
+
## [1.0.0-beta.33](https://github.com/hatiolab/operato/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2022-06-16)
|
144
146
|
|
145
147
|
**Note:** Version bump only for package @operato/graphql
|
146
148
|
|
@@ -148,7 +150,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
148
150
|
|
149
151
|
|
150
152
|
|
151
|
-
## [1.0.0-
|
153
|
+
## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
|
152
154
|
|
153
155
|
**Note:** Version bump only for package @operato/graphql
|
154
156
|
|
@@ -156,7 +158,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
156
158
|
|
157
159
|
|
158
160
|
|
159
|
-
## [1.0.0-
|
161
|
+
## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
|
160
162
|
|
161
163
|
**Note:** Version bump only for package @operato/graphql
|
162
164
|
|
@@ -164,7 +166,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
164
166
|
|
165
167
|
|
166
168
|
|
167
|
-
## [1.0.0-
|
169
|
+
## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
|
168
170
|
|
169
171
|
**Note:** Version bump only for package @operato/graphql
|
170
172
|
|
@@ -172,7 +174,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
172
174
|
|
173
175
|
|
174
176
|
|
175
|
-
## [1.0.0-
|
177
|
+
## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
|
176
178
|
|
177
179
|
**Note:** Version bump only for package @operato/graphql
|
178
180
|
|
@@ -180,7 +182,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
180
182
|
|
181
183
|
|
182
184
|
|
183
|
-
## [1.0.0-
|
185
|
+
## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
|
184
186
|
|
185
187
|
**Note:** Version bump only for package @operato/graphql
|
186
188
|
|
@@ -188,7 +190,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
188
190
|
|
189
191
|
|
190
192
|
|
191
|
-
## [1.0.0-
|
193
|
+
## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
|
192
194
|
|
193
195
|
**Note:** Version bump only for package @operato/graphql
|
194
196
|
|
@@ -196,7 +198,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
196
198
|
|
197
199
|
|
198
200
|
|
199
|
-
## [1.0.0-
|
201
|
+
## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
|
200
202
|
|
201
203
|
**Note:** Version bump only for package @operato/graphql
|
202
204
|
|
@@ -204,7 +206,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
204
206
|
|
205
207
|
|
206
208
|
|
207
|
-
## [1.0.0-
|
209
|
+
## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
|
208
210
|
|
209
211
|
**Note:** Version bump only for package @operato/graphql
|
210
212
|
|
@@ -212,7 +214,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
212
214
|
|
213
215
|
|
214
216
|
|
215
|
-
## [1.0.0-
|
217
|
+
## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
|
216
218
|
|
217
219
|
**Note:** Version bump only for package @operato/graphql
|
218
220
|
|
@@ -220,7 +222,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
220
222
|
|
221
223
|
|
222
224
|
|
223
|
-
## [1.0.0-
|
225
|
+
## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
|
224
226
|
|
225
227
|
**Note:** Version bump only for package @operato/graphql
|
226
228
|
|
@@ -228,7 +230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
228
230
|
|
229
231
|
|
230
232
|
|
231
|
-
## [1.0.0-
|
233
|
+
## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
|
232
234
|
|
233
235
|
**Note:** Version bump only for package @operato/graphql
|
234
236
|
|
@@ -236,7 +238,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
236
238
|
|
237
239
|
|
238
240
|
|
239
|
-
## [1.0.0-
|
241
|
+
## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
|
240
242
|
|
241
243
|
**Note:** Version bump only for package @operato/graphql
|
242
244
|
|
@@ -244,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
244
246
|
|
245
247
|
|
246
248
|
|
247
|
-
## [1.0.0-
|
249
|
+
## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
|
248
250
|
|
249
251
|
**Note:** Version bump only for package @operato/graphql
|
250
252
|
|
@@ -252,7 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
252
254
|
|
253
255
|
|
254
256
|
|
255
|
-
## [1.0.0-
|
257
|
+
## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
|
256
258
|
|
257
259
|
**Note:** Version bump only for package @operato/graphql
|
258
260
|
|
@@ -260,7 +262,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
260
262
|
|
261
263
|
|
262
264
|
|
263
|
-
## [1.0.0-
|
265
|
+
## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
|
264
266
|
|
265
267
|
**Note:** Version bump only for package @operato/graphql
|
266
268
|
|
@@ -268,7 +270,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
268
270
|
|
269
271
|
|
270
272
|
|
271
|
-
## [1.0.0-
|
273
|
+
## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
|
272
274
|
|
273
275
|
**Note:** Version bump only for package @operato/graphql
|
274
276
|
|
@@ -276,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
276
278
|
|
277
279
|
|
278
280
|
|
279
|
-
## [1.0.0-
|
281
|
+
## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
|
280
282
|
|
281
283
|
**Note:** Version bump only for package @operato/graphql
|
282
284
|
|
@@ -284,7 +286,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
284
286
|
|
285
287
|
|
286
288
|
|
287
|
-
## [1.0.0-
|
289
|
+
## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
|
288
290
|
|
289
291
|
**Note:** Version bump only for package @operato/graphql
|
290
292
|
|
@@ -292,7 +294,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
292
294
|
|
293
295
|
|
294
296
|
|
295
|
-
## [1.0.0-
|
297
|
+
## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
|
296
298
|
|
297
299
|
**Note:** Version bump only for package @operato/graphql
|
298
300
|
|
@@ -300,23 +302,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
300
302
|
|
301
303
|
|
302
304
|
|
303
|
-
## [1.0.0-
|
305
|
+
## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
|
304
306
|
|
305
|
-
**Note:** Version bump only for package @operato/graphql
|
306
307
|
|
308
|
+
### :bug: Bug Fix
|
307
309
|
|
310
|
+
* incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
|
308
311
|
|
309
312
|
|
310
313
|
|
311
|
-
## [1.0.0-
|
314
|
+
## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
|
312
315
|
|
313
|
-
**Note:** Version bump only for package @operato/graphql
|
314
316
|
|
317
|
+
### :rocket: New Features
|
315
318
|
|
319
|
+
* storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
|
316
320
|
|
317
321
|
|
318
322
|
|
319
|
-
## [1.0.0-
|
323
|
+
## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
|
320
324
|
|
321
325
|
**Note:** Version bump only for package @operato/graphql
|
322
326
|
|
@@ -324,7 +328,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
324
328
|
|
325
329
|
|
326
330
|
|
327
|
-
## [1.0.0-
|
331
|
+
## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
|
328
332
|
|
329
333
|
**Note:** Version bump only for package @operato/graphql
|
330
334
|
|
@@ -332,7 +336,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
332
336
|
|
333
337
|
|
334
338
|
|
335
|
-
## [1.0.0-
|
339
|
+
## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
|
336
340
|
|
337
341
|
**Note:** Version bump only for package @operato/graphql
|
338
342
|
|
@@ -340,15 +344,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
340
344
|
|
341
345
|
|
342
346
|
|
343
|
-
## [1.0.0-
|
347
|
+
## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
|
344
348
|
|
345
|
-
**Note:** Version bump only for package @operato/graphql
|
346
349
|
|
350
|
+
### :bug: Bug Fix
|
347
351
|
|
352
|
+
* type mismatch ([1e6a772](https://github.com/hatiolab/operato/commit/1e6a772ffae55d33ec26fc4b07b851703b5e3a3d))
|
348
353
|
|
349
354
|
|
350
355
|
|
351
|
-
## [1.0.0-
|
356
|
+
## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
|
352
357
|
|
353
358
|
**Note:** Version bump only for package @operato/graphql
|
354
359
|
|
@@ -356,401 +361,528 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
356
361
|
|
357
362
|
|
358
363
|
|
359
|
-
## [1.0.0-
|
364
|
+
## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
|
360
365
|
|
366
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
361
367
|
|
362
|
-
|
368
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
363
369
|
|
364
|
-
|
370
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
365
371
|
|
372
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
366
373
|
|
374
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
367
375
|
|
368
|
-
## [1.0.0-
|
376
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
369
377
|
|
370
|
-
|
378
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
371
379
|
|
380
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
372
381
|
|
382
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
373
383
|
|
384
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
374
385
|
|
386
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
375
387
|
|
376
|
-
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
377
388
|
|
378
|
-
|
389
|
+
### :bug: Bug Fix
|
379
390
|
|
391
|
+
* lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
380
392
|
|
393
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
381
394
|
|
395
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
382
396
|
|
397
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
383
398
|
|
384
|
-
## [1.0.0-alpha.
|
399
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
385
400
|
|
386
|
-
|
401
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
387
402
|
|
403
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
388
404
|
|
405
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
389
406
|
|
407
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
390
408
|
|
409
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
391
410
|
|
392
|
-
## [1.0.0-alpha.
|
411
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
393
412
|
|
394
|
-
|
413
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
395
414
|
|
415
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
396
416
|
|
417
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
397
418
|
|
419
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
398
420
|
|
421
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
399
422
|
|
400
|
-
## [1.0.0-alpha.
|
423
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
401
424
|
|
402
|
-
|
425
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
403
426
|
|
427
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
404
428
|
|
429
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
405
430
|
|
431
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
406
432
|
|
433
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
407
434
|
|
408
|
-
## [1.0.0-alpha.
|
435
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
409
436
|
|
410
|
-
|
437
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
411
438
|
|
439
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
412
440
|
|
441
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
413
442
|
|
443
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
414
444
|
|
445
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
415
446
|
|
416
|
-
## [1.0.0-alpha.
|
447
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
417
448
|
|
418
|
-
|
449
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
419
450
|
|
451
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
420
452
|
|
453
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
421
454
|
|
455
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
422
456
|
|
457
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
423
458
|
|
424
|
-
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
425
459
|
|
426
|
-
|
460
|
+
### :rocket: New Features
|
427
461
|
|
462
|
+
* migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
|
428
463
|
|
464
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
429
465
|
|
466
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
430
467
|
|
468
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
431
469
|
|
432
|
-
## [1.0.0-alpha.
|
470
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
433
471
|
|
434
|
-
|
472
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
435
473
|
|
474
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
436
475
|
|
476
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
437
477
|
|
478
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
438
479
|
|
480
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
439
481
|
|
440
482
|
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
441
483
|
|
442
|
-
|
443
|
-
|
444
|
-
|
484
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
445
485
|
|
486
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
446
487
|
|
488
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
447
489
|
|
448
|
-
## [1.0.0-alpha.
|
490
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
449
491
|
|
450
|
-
**Note:** Version bump only for package @operato/graphql
|
451
492
|
|
493
|
+
### :rocket: New Features
|
452
494
|
|
495
|
+
* 1.0-alpha ([42f87cf](https://github.com/hatiolab/operato/commit/42f87cf6a3cef0381db91ecb1179e63c64c01370))
|
453
496
|
|
454
497
|
|
455
498
|
|
456
|
-
## [1.0.0-
|
499
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
457
500
|
|
458
501
|
**Note:** Version bump only for package @operato/graphql
|
459
502
|
|
503
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
460
504
|
|
505
|
+
**Note:** Version bump only for package @operato/graphql
|
461
506
|
|
507
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
462
508
|
|
509
|
+
**Note:** Version bump only for package @operato/graphql
|
463
510
|
|
464
|
-
## [1.0.0-
|
511
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
465
512
|
|
466
513
|
**Note:** Version bump only for package @operato/graphql
|
467
514
|
|
515
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
468
516
|
|
517
|
+
**Note:** Version bump only for package @operato/graphql
|
469
518
|
|
519
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
470
520
|
|
521
|
+
**Note:** Version bump only for package @operato/graphql
|
471
522
|
|
472
|
-
## [1.0.0-alpha.
|
523
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
473
524
|
|
525
|
+
**Note:** Version bump only for package @operato/graphql
|
474
526
|
|
475
|
-
|
527
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
476
528
|
|
477
|
-
|
529
|
+
**Note:** Version bump only for package @operato/graphql
|
478
530
|
|
531
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
479
532
|
|
533
|
+
**Note:** Version bump only for package @operato/graphql
|
480
534
|
|
481
|
-
|
535
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
482
536
|
|
483
537
|
**Note:** Version bump only for package @operato/graphql
|
484
538
|
|
539
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
485
540
|
|
541
|
+
### :bug: Bug Fix
|
486
542
|
|
543
|
+
- lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
487
544
|
|
488
|
-
|
489
|
-
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
|
545
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
490
546
|
|
491
547
|
**Note:** Version bump only for package @operato/graphql
|
492
548
|
|
549
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
493
550
|
|
551
|
+
**Note:** Version bump only for package @operato/graphql
|
494
552
|
|
495
|
-
|
496
|
-
|
497
|
-
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
|
553
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
498
554
|
|
499
555
|
**Note:** Version bump only for package @operato/graphql
|
500
556
|
|
557
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
501
558
|
|
559
|
+
**Note:** Version bump only for package @operato/graphql
|
502
560
|
|
561
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
503
562
|
|
563
|
+
**Note:** Version bump only for package @operato/graphql
|
504
564
|
|
505
|
-
## [0.
|
565
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
506
566
|
|
567
|
+
**Note:** Version bump only for package @operato/graphql
|
507
568
|
|
508
|
-
|
569
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
509
570
|
|
510
|
-
|
511
|
-
* upgrade lit@2.2.0 ([d80e4a4](https://github.com/hatiolab/operato/commit/d80e4a4de260b3a0f7aa35f1086d0f2235cb5d01))
|
571
|
+
**Note:** Version bump only for package @operato/graphql
|
512
572
|
|
573
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
513
574
|
|
575
|
+
**Note:** Version bump only for package @operato/graphql
|
514
576
|
|
515
|
-
|
577
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
516
578
|
|
517
579
|
**Note:** Version bump only for package @operato/graphql
|
518
580
|
|
581
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
519
582
|
|
583
|
+
**Note:** Version bump only for package @operato/graphql
|
520
584
|
|
585
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
521
586
|
|
587
|
+
**Note:** Version bump only for package @operato/graphql
|
522
588
|
|
523
|
-
|
589
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
524
590
|
|
525
591
|
**Note:** Version bump only for package @operato/graphql
|
526
592
|
|
593
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
527
594
|
|
595
|
+
**Note:** Version bump only for package @operato/graphql
|
528
596
|
|
597
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
529
598
|
|
599
|
+
**Note:** Version bump only for package @operato/graphql
|
530
600
|
|
531
|
-
|
601
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
532
602
|
|
533
603
|
**Note:** Version bump only for package @operato/graphql
|
534
604
|
|
605
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
535
606
|
|
607
|
+
**Note:** Version bump only for package @operato/graphql
|
536
608
|
|
609
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
537
610
|
|
611
|
+
**Note:** Version bump only for package @operato/graphql
|
538
612
|
|
539
|
-
|
613
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
540
614
|
|
541
615
|
**Note:** Version bump only for package @operato/graphql
|
542
616
|
|
617
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
543
618
|
|
619
|
+
**Note:** Version bump only for package @operato/graphql
|
544
620
|
|
621
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
545
622
|
|
623
|
+
**Note:** Version bump only for package @operato/graphql
|
546
624
|
|
547
|
-
|
625
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
548
626
|
|
549
627
|
**Note:** Version bump only for package @operato/graphql
|
550
628
|
|
629
|
+
## [1.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-03-17)
|
551
630
|
|
631
|
+
**Note:** Version bump only for package @operato/graphql
|
552
632
|
|
633
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
553
634
|
|
635
|
+
**Note:** Version bump only for package @operato/graphql
|
554
636
|
|
555
|
-
|
637
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
556
638
|
|
557
639
|
**Note:** Version bump only for package @operato/graphql
|
558
640
|
|
641
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
559
642
|
|
643
|
+
**Note:** Version bump only for package @operato/graphql
|
560
644
|
|
645
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
561
646
|
|
647
|
+
**Note:** Version bump only for package @operato/graphql
|
562
648
|
|
563
|
-
|
649
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
564
650
|
|
565
651
|
**Note:** Version bump only for package @operato/graphql
|
566
652
|
|
653
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
567
654
|
|
655
|
+
**Note:** Version bump only for package @operato/graphql
|
568
656
|
|
657
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
569
658
|
|
659
|
+
**Note:** Version bump only for package @operato/graphql
|
570
660
|
|
571
|
-
|
572
|
-
|
661
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
573
662
|
|
574
|
-
|
663
|
+
**Note:** Version bump only for package @operato/graphql
|
575
664
|
|
576
|
-
|
665
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
577
666
|
|
667
|
+
**Note:** Version bump only for package @operato/graphql
|
578
668
|
|
669
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
579
670
|
|
580
|
-
|
671
|
+
**Note:** Version bump only for package @operato/graphql
|
581
672
|
|
673
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
582
674
|
|
583
|
-
|
675
|
+
**Note:** Version bump only for package @operato/graphql
|
584
676
|
|
585
|
-
|
677
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
586
678
|
|
679
|
+
### :rocket: New Features
|
587
680
|
|
681
|
+
- migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
|
588
682
|
|
589
|
-
|
683
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
590
684
|
|
591
685
|
**Note:** Version bump only for package @operato/graphql
|
592
686
|
|
687
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
593
688
|
|
689
|
+
**Note:** Version bump only for package @operato/graphql
|
594
690
|
|
691
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
595
692
|
|
693
|
+
**Note:** Version bump only for package @operato/graphql
|
596
694
|
|
597
|
-
|
695
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
598
696
|
|
599
697
|
**Note:** Version bump only for package @operato/graphql
|
600
698
|
|
699
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
601
700
|
|
701
|
+
**Note:** Version bump only for package @operato/graphql
|
602
702
|
|
703
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
603
704
|
|
705
|
+
**Note:** Version bump only for package @operato/graphql
|
604
706
|
|
605
|
-
|
707
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
606
708
|
|
607
709
|
**Note:** Version bump only for package @operato/graphql
|
608
710
|
|
711
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
609
712
|
|
713
|
+
**Note:** Version bump only for package @operato/graphql
|
610
714
|
|
715
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
611
716
|
|
717
|
+
**Note:** Version bump only for package @operato/graphql
|
612
718
|
|
613
|
-
|
719
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
614
720
|
|
615
721
|
**Note:** Version bump only for package @operato/graphql
|
616
722
|
|
723
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
617
724
|
|
725
|
+
**Note:** Version bump only for package @operato/graphql
|
618
726
|
|
727
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
619
728
|
|
729
|
+
**Note:** Version bump only for package @operato/graphql
|
620
730
|
|
621
|
-
|
731
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
622
732
|
|
623
733
|
**Note:** Version bump only for package @operato/graphql
|
624
734
|
|
735
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
625
736
|
|
737
|
+
### :rocket: New Features
|
626
738
|
|
739
|
+
- 1.0-alpha ([42f87cf](https://github.com/hatiolab/operato/commit/42f87cf6a3cef0381db91ecb1179e63c64c01370))
|
627
740
|
|
741
|
+
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
|
628
742
|
|
629
|
-
|
743
|
+
**Note:** Version bump only for package @operato/graphql
|
744
|
+
|
745
|
+
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
|
630
746
|
|
631
747
|
**Note:** Version bump only for package @operato/graphql
|
632
748
|
|
749
|
+
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
|
633
750
|
|
751
|
+
**Note:** Version bump only for package @operato/graphql
|
634
752
|
|
753
|
+
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22)
|
635
754
|
|
755
|
+
### :bug: Bug Fix
|
636
756
|
|
637
|
-
|
757
|
+
- build problem because testing framework confilct with lit 2.2.0 ([596deda](https://github.com/hatiolab/operato/commit/596dedaa29a537c5ec92a2449e8cd08a0b11bfde))
|
758
|
+
- upgrade lit@2.2.0 ([d80e4a4](https://github.com/hatiolab/operato/commit/d80e4a4de260b3a0f7aa35f1086d0f2235cb5d01))
|
759
|
+
|
760
|
+
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08)
|
638
761
|
|
639
762
|
**Note:** Version bump only for package @operato/graphql
|
640
763
|
|
764
|
+
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)
|
641
765
|
|
766
|
+
**Note:** Version bump only for package @operato/graphql
|
642
767
|
|
768
|
+
### [0.3.26](https://github.com/hatiolab/operato/compare/v0.3.25...v0.3.26) (2022-01-31)
|
643
769
|
|
770
|
+
**Note:** Version bump only for package @operato/graphql
|
644
771
|
|
645
|
-
### [0.3.
|
772
|
+
### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
|
646
773
|
|
647
774
|
**Note:** Version bump only for package @operato/graphql
|
648
775
|
|
776
|
+
### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
|
649
777
|
|
778
|
+
**Note:** Version bump only for package @operato/graphql
|
650
779
|
|
780
|
+
### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
|
651
781
|
|
782
|
+
**Note:** Version bump only for package @operato/graphql
|
652
783
|
|
653
|
-
### [0.3.
|
784
|
+
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
|
654
785
|
|
655
786
|
**Note:** Version bump only for package @operato/graphql
|
656
787
|
|
788
|
+
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
|
657
789
|
|
790
|
+
### :rocket: New Features
|
658
791
|
|
792
|
+
- i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
|
659
793
|
|
794
|
+
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
|
660
795
|
|
661
|
-
###
|
796
|
+
### :bug: Bug Fix
|
662
797
|
|
663
|
-
|
798
|
+
- operato/graphql ApolloClient create parameter ([6b591ed](https://github.com/hatiolab/operato/commit/6b591edaa873c343793b33195f7076d9617d7ebf))
|
664
799
|
|
800
|
+
### [0.3.19](https://github.com/hatiolab/operato/compare/v0.3.18...v0.3.19) (2022-01-25)
|
665
801
|
|
802
|
+
**Note:** Version bump only for package @operato/graphql
|
666
803
|
|
804
|
+
### [0.3.18](https://github.com/hatiolab/operato/compare/v0.3.17...v0.3.18) (2022-01-23)
|
667
805
|
|
806
|
+
**Note:** Version bump only for package @operato/graphql
|
668
807
|
|
669
|
-
### [0.3.
|
808
|
+
### [0.3.17](https://github.com/hatiolab/operato/compare/v0.3.16...v0.3.17) (2022-01-20)
|
670
809
|
|
671
810
|
**Note:** Version bump only for package @operato/graphql
|
672
811
|
|
812
|
+
### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
|
673
813
|
|
814
|
+
**Note:** Version bump only for package @operato/graphql
|
674
815
|
|
816
|
+
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)
|
675
817
|
|
818
|
+
**Note:** Version bump only for package @operato/graphql
|
676
819
|
|
677
|
-
### [0.3.
|
820
|
+
### [0.3.14](https://github.com/hatiolab/operato/compare/v0.3.13...v0.3.14) (2022-01-16)
|
678
821
|
|
679
822
|
**Note:** Version bump only for package @operato/graphql
|
680
823
|
|
824
|
+
### [0.3.13](https://github.com/hatiolab/operato/compare/v0.3.12...v0.3.13) (2022-01-15)
|
681
825
|
|
826
|
+
**Note:** Version bump only for package @operato/graphql
|
682
827
|
|
828
|
+
### [0.3.12](https://github.com/hatiolab/operato/compare/v0.3.11...v0.3.12) (2022-01-15)
|
683
829
|
|
830
|
+
**Note:** Version bump only for package @operato/graphql
|
684
831
|
|
685
|
-
### [0.3.
|
832
|
+
### [0.3.11](https://github.com/hatiolab/operato/compare/v0.3.10...v0.3.11) (2022-01-15)
|
686
833
|
|
687
834
|
**Note:** Version bump only for package @operato/graphql
|
688
835
|
|
836
|
+
### [0.3.10](https://github.com/hatiolab/operato/compare/v0.3.9...v0.3.10) (2022-01-15)
|
689
837
|
|
838
|
+
**Note:** Version bump only for package @operato/graphql
|
690
839
|
|
840
|
+
### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
|
691
841
|
|
842
|
+
**Note:** Version bump only for package @operato/graphql
|
692
843
|
|
693
|
-
### [0.3.
|
844
|
+
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
|
694
845
|
|
695
846
|
**Note:** Version bump only for package @operato/graphql
|
696
847
|
|
848
|
+
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
|
697
849
|
|
850
|
+
**Note:** Version bump only for package @operato/graphql
|
698
851
|
|
852
|
+
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
|
699
853
|
|
854
|
+
**Note:** Version bump only for package @operato/graphql
|
700
855
|
|
701
856
|
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
|
702
857
|
|
703
|
-
|
704
858
|
### :rocket: New Features
|
705
859
|
|
706
|
-
|
707
|
-
|
708
|
-
|
860
|
+
- data-grist filter-form support queryFilters property ([e477ede](https://github.com/hatiolab/operato/commit/e477ede184dac7bc6c40d4aab73c2f8156edaef6))
|
709
861
|
|
710
862
|
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
|
711
863
|
|
712
864
|
**Note:** Version bump only for package @operato/graphql
|
713
865
|
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
866
|
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
|
719
867
|
|
720
868
|
**Note:** Version bump only for package @operato/graphql
|
721
869
|
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
870
|
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
|
727
871
|
|
728
872
|
**Note:** Version bump only for package @operato/graphql
|
729
873
|
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
874
|
### [0.3.1](https://github.com/hatiolab/operato/compare/v0.3.0...v0.3.1) (2021-12-31)
|
735
875
|
|
736
876
|
**Note:** Version bump only for package @operato/graphql
|
737
877
|
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
878
|
## [0.3.0](https://github.com/hatiolab/operato/compare/v0.2.52...v0.3.0) (2021-12-31)
|
743
879
|
|
744
|
-
|
745
880
|
### :rocket: New Features
|
746
881
|
|
747
|
-
|
748
|
-
|
749
|
-
|
882
|
+
- add tsconfig option useDefineForClassFields ([6291438](https://github.com/hatiolab/operato/commit/6291438571eee0f095064e7d2ada1c620832e092))
|
750
883
|
|
751
884
|
### [0.2.52](https://github.com/hatiolab/operato/compare/v0.2.51...v0.2.52) (2021-12-21)
|
752
885
|
|
753
|
-
|
754
886
|
### :bug: Bug Fix
|
755
887
|
|
756
|
-
|
888
|
+
- upgrade dependencies ([3fde5e7](https://github.com/hatiolab/operato/commit/3fde5e7182bb4b502103bcb70de2f1bfab2bc1ff))
|