@operato/app 2.0.0-alpha.12 → 2.0.0-alpha.120

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 (59) hide show
  1. package/CHANGELOG.md +645 -0
  2. package/demo/data-grist-test.html +25 -14
  3. package/demo/index.html +13 -2
  4. package/dist/src/filters-form/filter-resource-select.js +13 -16
  5. package/dist/src/filters-form/filter-resource-select.js.map +1 -1
  6. package/dist/src/grist-editor/ox-grist-editor-code.d.ts +1 -1
  7. package/dist/src/grist-editor/ox-grist-editor-json.d.ts +1 -1
  8. package/dist/src/grist-editor/ox-grist-editor-privilege.d.ts +1 -1
  9. package/dist/src/grist-editor/ox-grist-editor-resource-code.d.ts +2 -2
  10. package/dist/src/grist-editor/ox-grist-editor-resource-code.js +2 -2
  11. package/dist/src/grist-editor/ox-grist-editor-resource-code.js.map +1 -1
  12. package/dist/src/grist-editor/ox-grist-editor-resource-id.d.ts +2 -2
  13. package/dist/src/grist-editor/ox-grist-editor-resource-id.js +2 -2
  14. package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -1
  15. package/dist/src/grist-editor/ox-grist-renderer-resource-code.d.ts +1 -1
  16. package/dist/src/grist-editor/ox-popup-code-input.d.ts +2 -1
  17. package/dist/src/grist-editor/ox-popup-code-input.js +7 -8
  18. package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
  19. package/dist/src/grist-editor/ox-popup-privilege-input.d.ts +2 -1
  20. package/dist/src/grist-editor/ox-popup-privilege-input.js +8 -15
  21. package/dist/src/grist-editor/ox-popup-privilege-input.js.map +1 -1
  22. package/dist/src/input/ox-input-background-pattern.d.ts +1 -1
  23. package/dist/src/input/ox-input-fill-style.d.ts +1 -1
  24. package/dist/src/input/ox-input-graphql.d.ts +1 -0
  25. package/dist/src/input/ox-input-graphql.js +6 -2
  26. package/dist/src/input/ox-input-graphql.js.map +1 -1
  27. package/dist/src/selector/ox-selector-resource-id.d.ts +2 -1
  28. package/dist/src/selector/ox-selector-resource-id.js +8 -9
  29. package/dist/src/selector/ox-selector-resource-id.js.map +1 -1
  30. package/dist/src/selector/ox-selector-resource-object-legacy.d.ts +4 -3
  31. package/dist/src/selector/ox-selector-resource-object-legacy.js +8 -9
  32. package/dist/src/selector/ox-selector-resource-object-legacy.js.map +1 -1
  33. package/dist/src/selector/ox-selector-resource-object.d.ts +3 -2
  34. package/dist/src/selector/ox-selector-resource-object.js +9 -10
  35. package/dist/src/selector/ox-selector-resource-object.js.map +1 -1
  36. package/dist/stories/graphql-client.stories.d.ts +26 -0
  37. package/dist/stories/graphql-client.stories.js +55 -0
  38. package/dist/stories/graphql-client.stories.js.map +1 -0
  39. package/dist/stories/ox-input-graphql.stories.js +13 -1
  40. package/dist/stories/ox-input-graphql.stories.js.map +1 -1
  41. package/dist/stories/ox-selector-resource-object.stories.d.ts +29 -0
  42. package/dist/stories/ox-selector-resource-object.stories.js +80 -0
  43. package/dist/stories/ox-selector-resource-object.stories.js.map +1 -0
  44. package/dist/tsconfig.tsbuildinfo +1 -1
  45. package/package.json +27 -30
  46. package/src/filters-form/filter-resource-select.ts +32 -31
  47. package/src/grist-editor/ox-grist-editor-resource-code.ts +2 -2
  48. package/src/grist-editor/ox-grist-editor-resource-id.ts +2 -2
  49. package/src/grist-editor/ox-popup-code-input.ts +7 -8
  50. package/src/grist-editor/ox-popup-privilege-input.ts +8 -15
  51. package/src/input/ox-input-graphql.ts +3 -2
  52. package/src/selector/ox-selector-resource-id.ts +8 -9
  53. package/src/selector/ox-selector-resource-object-legacy.ts +16 -17
  54. package/src/selector/ox-selector-resource-object.ts +10 -11
  55. package/stories/graphql-client.stories.ts +73 -0
  56. package/stories/ox-input-graphql.stories.ts +13 -1
  57. package/stories/ox-selector-resource-object.stories.ts +98 -0
  58. package/themes/app-theme.css +10 -0
  59. package/themes/grist-theme.css +3 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,651 @@
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
+ ## [2.0.0-alpha.120](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.119...v2.0.0-alpha.120) (2024-05-05)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.119](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.118...v2.0.0-alpha.119) (2024-05-04)
15
+
16
+ **Note:** Version bump only for package @operato/app
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.118](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.117...v2.0.0-alpha.118) (2024-05-04)
23
+
24
+ **Note:** Version bump only for package @operato/app
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.117](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.116...v2.0.0-alpha.117) (2024-05-04)
31
+
32
+ **Note:** Version bump only for package @operato/app
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.0.0-alpha.116](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.115...v2.0.0-alpha.116) (2024-05-04)
39
+
40
+ **Note:** Version bump only for package @operato/app
41
+
42
+
43
+
44
+
45
+
46
+ ## [2.0.0-alpha.115](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.114...v2.0.0-alpha.115) (2024-05-04)
47
+
48
+ **Note:** Version bump only for package @operato/app
49
+
50
+
51
+
52
+
53
+
54
+ ## [2.0.0-alpha.114](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.113...v2.0.0-alpha.114) (2024-05-04)
55
+
56
+ **Note:** Version bump only for package @operato/app
57
+
58
+
59
+
60
+
61
+
62
+ ## [2.0.0-alpha.112](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.111...v2.0.0-alpha.112) (2024-05-02)
63
+
64
+ **Note:** Version bump only for package @operato/app
65
+
66
+
67
+
68
+
69
+
70
+ ## [2.0.0-alpha.111](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.110...v2.0.0-alpha.111) (2024-05-02)
71
+
72
+ **Note:** Version bump only for package @operato/app
73
+
74
+
75
+
76
+
77
+
78
+ ## [2.0.0-alpha.110](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.109...v2.0.0-alpha.110) (2024-05-02)
79
+
80
+ **Note:** Version bump only for package @operato/app
81
+
82
+
83
+
84
+
85
+
86
+ ## [2.0.0-alpha.109](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.108...v2.0.0-alpha.109) (2024-05-02)
87
+
88
+ **Note:** Version bump only for package @operato/app
89
+
90
+
91
+
92
+
93
+
94
+ ## [2.0.0-alpha.108](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.107...v2.0.0-alpha.108) (2024-05-02)
95
+
96
+ **Note:** Version bump only for package @operato/app
97
+
98
+
99
+
100
+
101
+
102
+ ## [2.0.0-alpha.107](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.106...v2.0.0-alpha.107) (2024-05-01)
103
+
104
+
105
+ ### :bug: Bug Fix
106
+
107
+ * consider graphql link for mocking ([8eb3687](https://github.com/hatiolab/operato/commit/8eb36875876244b9d15809f88fa6600589b132ef))
108
+
109
+
110
+
111
+ ## [2.0.0-alpha.106](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.105...v2.0.0-alpha.106) (2024-04-26)
112
+
113
+ **Note:** Version bump only for package @operato/app
114
+
115
+
116
+
117
+
118
+
119
+ ## [2.0.0-alpha.105](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.104...v2.0.0-alpha.105) (2024-04-26)
120
+
121
+ **Note:** Version bump only for package @operato/app
122
+
123
+
124
+
125
+
126
+
127
+ ## [2.0.0-alpha.104](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.103...v2.0.0-alpha.104) (2024-04-26)
128
+
129
+ **Note:** Version bump only for package @operato/app
130
+
131
+
132
+
133
+
134
+
135
+ ## [2.0.0-alpha.103](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.102...v2.0.0-alpha.103) (2024-04-26)
136
+
137
+
138
+ ### :bug: Bug Fix
139
+
140
+ * ox-filter-form과 ox-search-form에서 필터들간에 연관 기능 지원 ([bc081f8](https://github.com/hatiolab/operato/commit/bc081f8dfbb303f8aa219f0b776aa0cc4b18e9cd))
141
+
142
+
143
+
144
+ ## [2.0.0-alpha.102](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
145
+
146
+ **Note:** Version bump only for package @operato/app
147
+
148
+
149
+
150
+
151
+
152
+ ## [2.0.0-alpha.100](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
153
+
154
+ **Note:** Version bump only for package @operato/app
155
+
156
+
157
+
158
+
159
+
160
+ ## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
161
+
162
+ **Note:** Version bump only for package @operato/app
163
+
164
+
165
+
166
+
167
+
168
+ ## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
169
+
170
+
171
+ ### :bug: Bug Fix
172
+
173
+ * support show-line-numbers for ox-input-graphql ([d386dba](https://github.com/hatiolab/operato/commit/d386dba3e2723babeceb5b0a13a3b5f75b302754))
174
+
175
+
176
+
177
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
178
+
179
+ **Note:** Version bump only for package @operato/app
180
+
181
+
182
+
183
+
184
+
185
+ ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
186
+
187
+ **Note:** Version bump only for package @operato/app
188
+
189
+
190
+
191
+
192
+
193
+ ## [2.0.0-alpha.95](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
194
+
195
+ **Note:** Version bump only for package @operato/app
196
+
197
+
198
+
199
+
200
+
201
+ ## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
202
+
203
+ **Note:** Version bump only for package @operato/app
204
+
205
+
206
+
207
+
208
+
209
+ ## [2.0.0-alpha.93](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
210
+
211
+
212
+ ### :bug: Bug Fix
213
+
214
+ * grid body border-bottom style ([708a937](https://github.com/hatiolab/operato/commit/708a93789d23417a318e2ac9f499bec85d7e4776))
215
+
216
+
217
+
218
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
219
+
220
+ **Note:** Version bump only for package @operato/app
221
+
222
+
223
+
224
+
225
+
226
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
227
+
228
+ **Note:** Version bump only for package @operato/app
229
+
230
+
231
+
232
+
233
+
234
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
235
+
236
+ **Note:** Version bump only for package @operato/app
237
+
238
+
239
+
240
+
241
+
242
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
243
+
244
+ **Note:** Version bump only for package @operato/app
245
+
246
+
247
+
248
+
249
+
250
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
251
+
252
+ **Note:** Version bump only for package @operato/app
253
+
254
+
255
+
256
+
257
+
258
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
259
+
260
+ **Note:** Version bump only for package @operato/app
261
+
262
+
263
+
264
+
265
+
266
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
267
+
268
+ **Note:** Version bump only for package @operato/app
269
+
270
+
271
+
272
+
273
+
274
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
275
+
276
+ **Note:** Version bump only for package @operato/app
277
+
278
+
279
+
280
+
281
+
282
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
283
+
284
+
285
+ ### :bug: Bug Fix
286
+
287
+ * correct import ([a3587dd](https://github.com/hatiolab/operato/commit/a3587dd65903a0acaa7b25aa4ef15b2d85aaf418))
288
+
289
+
290
+
291
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
292
+
293
+
294
+ ### :bug: Bug Fix
295
+
296
+ * use button-container styles ([bd91be3](https://github.com/hatiolab/operato/commit/bd91be3eaf5337a0ffe8cfc3b37191b6427ce5f6))
297
+
298
+
299
+
300
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
301
+
302
+ **Note:** Version bump only for package @operato/app
303
+
304
+
305
+
306
+
307
+
308
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
309
+
310
+ **Note:** Version bump only for package @operato/app
311
+
312
+
313
+
314
+
315
+
316
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
317
+
318
+ **Note:** Version bump only for package @operato/app
319
+
320
+
321
+
322
+
323
+
324
+ ## [2.0.0-alpha.70](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
325
+
326
+ **Note:** Version bump only for package @operato/app
327
+
328
+
329
+
330
+
331
+
332
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
333
+
334
+
335
+ ### :bug: Bug Fix
336
+
337
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
338
+
339
+
340
+
341
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
342
+
343
+
344
+ ### :bug: Bug Fix
345
+
346
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
347
+
348
+
349
+
350
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
351
+
352
+ **Note:** Version bump only for package @operato/app
353
+
354
+
355
+
356
+
357
+
358
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
359
+
360
+ **Note:** Version bump only for package @operato/app
361
+
362
+
363
+
364
+
365
+
366
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
367
+
368
+ **Note:** Version bump only for package @operato/app
369
+
370
+
371
+
372
+
373
+
374
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
375
+
376
+ **Note:** Version bump only for package @operato/app
377
+
378
+
379
+
380
+
381
+
382
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
383
+
384
+ **Note:** Version bump only for package @operato/app
385
+
386
+
387
+
388
+
389
+
390
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
391
+
392
+ **Note:** Version bump only for package @operato/app
393
+
394
+
395
+
396
+
397
+
398
+ ## [2.0.0-alpha.58](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
399
+
400
+ **Note:** Version bump only for package @operato/app
401
+
402
+
403
+
404
+
405
+
406
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
407
+
408
+ **Note:** Version bump only for package @operato/app
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+ **Note:** Version bump only for package @operato/app
417
+
418
+
419
+
420
+
421
+
422
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
423
+
424
+ **Note:** Version bump only for package @operato/app
425
+
426
+
427
+
428
+
429
+
430
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
431
+
432
+ **Note:** Version bump only for package @operato/app
433
+
434
+
435
+
436
+
437
+
438
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
439
+
440
+
441
+ ### :bug: Bug Fix
442
+
443
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
444
+
445
+
446
+
447
+ ## [2.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
448
+
449
+ **Note:** Version bump only for package @operato/app
450
+
451
+
452
+
453
+
454
+
455
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
456
+
457
+ **Note:** Version bump only for package @operato/app
458
+
459
+
460
+
461
+
462
+
463
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
464
+
465
+ **Note:** Version bump only for package @operato/app
466
+
467
+
468
+
469
+
470
+
471
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
472
+
473
+ **Note:** Version bump only for package @operato/app
474
+
475
+
476
+
477
+
478
+
479
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
480
+
481
+ **Note:** Version bump only for package @operato/app
482
+
483
+
484
+
485
+
486
+
487
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
488
+
489
+ **Note:** Version bump only for package @operato/app
490
+
491
+
492
+
493
+
494
+
495
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
496
+
497
+ **Note:** Version bump only for package @operato/app
498
+
499
+
500
+
501
+
502
+
503
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
504
+
505
+ **Note:** Version bump only for package @operato/app
506
+
507
+
508
+
509
+
510
+
511
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
512
+
513
+ **Note:** Version bump only for package @operato/app
514
+
515
+
516
+
517
+
518
+
519
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
520
+
521
+ **Note:** Version bump only for package @operato/app
522
+
523
+
524
+
525
+
526
+
527
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
528
+
529
+ **Note:** Version bump only for package @operato/app
530
+
531
+
532
+
533
+
534
+
535
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
536
+
537
+ **Note:** Version bump only for package @operato/app
538
+
539
+
540
+
541
+
542
+
543
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
544
+
545
+
546
+ ### :bug: Bug Fix
547
+
548
+ * upgrade cm6-graphql ([ec4bc9f](https://github.com/hatiolab/operato/commit/ec4bc9fdf7df0f7d698abc30c4de88c77d8119bf))
549
+
550
+
551
+
552
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
553
+
554
+
555
+ ### :bug: Bug Fix
556
+
557
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
558
+
559
+
560
+
561
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
562
+
563
+ **Note:** Version bump only for package @operato/app
564
+
565
+
566
+
567
+
568
+
569
+ ## [2.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
570
+
571
+ **Note:** Version bump only for package @operato/app
572
+
573
+
574
+
575
+
576
+
577
+ ## [2.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
578
+
579
+
580
+ ### :bug: Bug Fix
581
+
582
+ * ox-filters-form-base for @operato/form ([fd0ec03](https://github.com/hatiolab/operato/commit/fd0ec033585ce0fe46f24276db91238abbbfdc05))
583
+
584
+
585
+
586
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
587
+
588
+ **Note:** Version bump only for package @operato/app
589
+
590
+
591
+
592
+
593
+
594
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
595
+
596
+ **Note:** Version bump only for package @operato/app
597
+
598
+
599
+
600
+
601
+
602
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
603
+
604
+ **Note:** Version bump only for package @operato/app
605
+
606
+
607
+
608
+
609
+
610
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
611
+
612
+ **Note:** Version bump only for package @operato/app
613
+
614
+
615
+
616
+
617
+
618
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
619
+
620
+ **Note:** Version bump only for package @operato/app
621
+
622
+
623
+
624
+
625
+
626
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
627
+
628
+ **Note:** Version bump only for package @operato/app
629
+
630
+
631
+
632
+
633
+
634
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
635
+
636
+ **Note:** Version bump only for package @operato/app
637
+
638
+
639
+
640
+
641
+
642
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
643
+
644
+
645
+ ### :bug: Bug Fix
646
+
647
+ * css-variable --grid-record-padding ([b057312](https://github.com/hatiolab/operato/commit/b0573120fcb46c71b6b283065f08ae926e9f826f))
648
+
649
+
650
+
6
651
  ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
7
652
 
8
653
  **Note:** Version bump only for package @operato/app