@operato/dataset 2.0.0-alpha.7 → 2.0.0-alpha.71

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 (108) hide show
  1. package/CHANGELOG.md +402 -0
  2. package/demo/favicon.ico +0 -0
  3. package/demo/index.html +349 -0
  4. package/demo/ox-data-ooc-brief-view-test.html +349 -0
  5. package/dist/src/grist-editor/ox-grist-editor-data-item-spec.d.ts +1 -1
  6. package/dist/src/grist-editor/ox-popup-data-item-spec.d.ts +2 -1
  7. package/dist/src/grist-editor/ox-popup-data-item-spec.js +5 -2
  8. package/dist/src/grist-editor/ox-popup-data-item-spec.js.map +1 -1
  9. package/dist/src/ox-data-entry-form.js +49 -37
  10. package/dist/src/ox-data-entry-form.js.map +1 -1
  11. package/dist/src/ox-data-entry-subgroup-form.d.ts +1 -1
  12. package/dist/src/ox-data-entry-subgroup-form.js +2 -0
  13. package/dist/src/ox-data-entry-subgroup-form.js.map +1 -1
  14. package/dist/src/ox-data-entry-view.d.ts +3 -3
  15. package/dist/src/ox-data-entry-view.js +18 -8
  16. package/dist/src/ox-data-entry-view.js.map +1 -1
  17. package/dist/src/ox-data-item-spec.d.ts +1 -1
  18. package/dist/src/ox-data-item-spec.js +6 -6
  19. package/dist/src/ox-data-item-spec.js.map +1 -1
  20. package/dist/src/ox-data-ooc-badge.d.ts +9 -0
  21. package/dist/src/ox-data-ooc-badge.js +67 -0
  22. package/dist/src/ox-data-ooc-badge.js.map +1 -0
  23. package/dist/src/ox-data-ooc-brief-view.d.ts +4 -2
  24. package/dist/src/ox-data-ooc-brief-view.js +9 -111
  25. package/dist/src/ox-data-ooc-brief-view.js.map +1 -1
  26. package/dist/src/ox-data-ooc-correction-part.d.ts +9 -0
  27. package/dist/src/ox-data-ooc-correction-part.js +99 -0
  28. package/dist/src/ox-data-ooc-correction-part.js.map +1 -0
  29. package/dist/src/ox-data-ooc-history.d.ts +10 -0
  30. package/dist/src/ox-data-ooc-history.js +72 -0
  31. package/dist/src/ox-data-ooc-history.js.map +1 -0
  32. package/dist/src/ox-data-ooc-view.d.ts +3 -2
  33. package/dist/src/ox-data-ooc-view.js +7 -90
  34. package/dist/src/ox-data-ooc-view.js.map +1 -1
  35. package/dist/src/ox-data-sample-subgroup-view.d.ts +1 -1
  36. package/dist/src/ox-data-sample-subgroup-view.js +9 -9
  37. package/dist/src/ox-data-sample-subgroup-view.js.map +1 -1
  38. package/dist/src/ox-data-sample-view.d.ts +1 -1
  39. package/dist/src/ox-data-sample-view.js +52 -35
  40. package/dist/src/ox-data-sample-view.js.map +1 -1
  41. package/dist/src/ox-data-summary-view.d.ts +1 -1
  42. package/dist/src/ox-data-summary-view.js +11 -5
  43. package/dist/src/ox-data-summary-view.js.map +1 -1
  44. package/dist/src/types.d.ts +57 -9
  45. package/dist/src/types.js.map +1 -1
  46. package/dist/src/usecase/ccp/ox-input-ccp-limits.d.ts +1 -1
  47. package/dist/src/usecase/qc/ox-input-qc-limits.d.ts +1 -1
  48. package/dist/src/usecase/spc/index.d.ts +1 -0
  49. package/dist/src/usecase/spc/index.js +8 -0
  50. package/dist/src/usecase/spc/index.js.map +1 -0
  51. package/dist/src/usecase/spc/ox-data-use-case-spc.d.ts +7 -0
  52. package/dist/src/usecase/spc/ox-data-use-case-spc.js +102 -0
  53. package/dist/src/usecase/spc/ox-data-use-case-spc.js.map +1 -0
  54. package/dist/src/usecase/spc/ox-input-spc-limits.d.ts +44 -0
  55. package/dist/src/usecase/spc/ox-input-spc-limits.js +193 -0
  56. package/dist/src/usecase/spc/ox-input-spc-limits.js.map +1 -0
  57. package/dist/src/usecase/spc/ox-property-editor-spc-limits.d.ts +6 -0
  58. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js +24 -0
  59. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js.map +1 -0
  60. package/dist/stories/ox-data-entry-form.stories.d.ts +1 -1
  61. package/dist/stories/ox-data-entry-form.stories.js +73 -17
  62. package/dist/stories/ox-data-entry-form.stories.js.map +1 -1
  63. package/dist/stories/ox-data-item-spec.stories.d.ts +1 -1
  64. package/dist/stories/ox-data-item-spec.stories.js +14 -2
  65. package/dist/stories/ox-data-item-spec.stories.js.map +1 -1
  66. package/dist/stories/ox-data-ooc-brief-view.stories.d.ts +1 -1
  67. package/dist/stories/ox-data-ooc-brief-view.stories.js +25 -13
  68. package/dist/stories/ox-data-ooc-brief-view.stories.js.map +1 -1
  69. package/dist/stories/ox-data-ooc-view.stories.d.ts +1 -1
  70. package/dist/stories/ox-data-ooc-view.stories.js +27 -13
  71. package/dist/stories/ox-data-ooc-view.stories.js.map +1 -1
  72. package/dist/stories/ox-data-sample-view.stories.d.ts +1 -1
  73. package/dist/stories/ox-data-sample-view.stories.js +21 -9
  74. package/dist/stories/ox-data-sample-view.stories.js.map +1 -1
  75. package/dist/stories/ox-grist-editor-data-item-spec.stories.d.ts +1 -1
  76. package/dist/stories/ox-grist-editor-data-item-spec.stories.js +66 -54
  77. package/dist/stories/ox-grist-editor-data-item-spec.stories.js.map +1 -1
  78. package/dist/tsconfig.tsbuildinfo +1 -1
  79. package/package.json +39 -26
  80. package/src/grist-editor/ox-popup-data-item-spec.ts +5 -2
  81. package/src/ox-data-entry-form.ts +66 -47
  82. package/src/ox-data-entry-subgroup-form.ts +2 -0
  83. package/src/ox-data-entry-view.ts +19 -8
  84. package/src/ox-data-item-spec.ts +8 -7
  85. package/src/ox-data-ooc-badge.ts +65 -0
  86. package/src/ox-data-ooc-brief-view.ts +10 -121
  87. package/src/ox-data-ooc-correction-part.ts +107 -0
  88. package/src/ox-data-ooc-history.ts +74 -0
  89. package/src/ox-data-ooc-view.ts +7 -92
  90. package/src/ox-data-sample-subgroup-view.ts +16 -17
  91. package/src/ox-data-sample-view.ts +52 -35
  92. package/src/ox-data-summary-view.ts +11 -5
  93. package/src/types.ts +76 -27
  94. package/src/usecase/spc/index.ts +10 -0
  95. package/src/usecase/spc/ox-data-use-case-spc.ts +147 -0
  96. package/src/usecase/spc/ox-input-spc-limits.ts +182 -0
  97. package/src/usecase/spc/ox-property-editor-spc-limits.ts +23 -0
  98. package/stories/ox-data-entry-form.stories.ts +78 -22
  99. package/stories/ox-data-item-spec.stories.ts +14 -2
  100. package/stories/ox-data-ooc-brief-view.stories.ts +26 -15
  101. package/stories/ox-data-ooc-view.stories.ts +28 -15
  102. package/stories/ox-data-sample-view.stories.ts +22 -11
  103. package/stories/ox-grist-editor-data-item-spec.stories.ts +67 -56
  104. package/themes/grist-theme.css +1 -1
  105. package/translations/en.json +1 -0
  106. package/translations/ko.json +1 -0
  107. package/translations/ms.json +142 -70
  108. package/translations/zh.json +146 -75
package/CHANGELOG.md CHANGED
@@ -3,6 +3,408 @@
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.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
7
+
8
+ **Note:** Version bump only for package @operato/dataset
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
15
+
16
+
17
+ ### :bug: Bug Fix
18
+
19
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
20
+
21
+
22
+
23
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
24
+
25
+
26
+ ### :bug: Bug Fix
27
+
28
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
29
+
30
+
31
+
32
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
33
+
34
+ **Note:** Version bump only for package @operato/dataset
35
+
36
+
37
+
38
+
39
+
40
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
41
+
42
+ **Note:** Version bump only for package @operato/dataset
43
+
44
+
45
+
46
+
47
+
48
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
49
+
50
+ **Note:** Version bump only for package @operato/dataset
51
+
52
+
53
+
54
+
55
+
56
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
57
+
58
+ **Note:** Version bump only for package @operato/dataset
59
+
60
+
61
+
62
+
63
+
64
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
65
+
66
+ **Note:** Version bump only for package @operato/dataset
67
+
68
+
69
+
70
+
71
+
72
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
73
+
74
+ **Note:** Version bump only for package @operato/dataset
75
+
76
+
77
+
78
+
79
+
80
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
81
+
82
+ **Note:** Version bump only for package @operato/dataset
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+ **Note:** Version bump only for package @operato/dataset
91
+
92
+
93
+
94
+
95
+
96
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
97
+
98
+ **Note:** Version bump only for package @operato/dataset
99
+
100
+
101
+
102
+
103
+
104
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
105
+
106
+ **Note:** Version bump only for package @operato/dataset
107
+
108
+
109
+
110
+
111
+
112
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
113
+
114
+
115
+ ### :bug: Bug Fix
116
+
117
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
118
+
119
+
120
+
121
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
122
+
123
+ **Note:** Version bump only for package @operato/dataset
124
+
125
+
126
+
127
+
128
+
129
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
130
+
131
+ **Note:** Version bump only for package @operato/dataset
132
+
133
+
134
+
135
+
136
+
137
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
138
+
139
+ **Note:** Version bump only for package @operato/dataset
140
+
141
+
142
+
143
+
144
+
145
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
146
+
147
+ **Note:** Version bump only for package @operato/dataset
148
+
149
+
150
+
151
+
152
+
153
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
154
+
155
+ **Note:** Version bump only for package @operato/dataset
156
+
157
+
158
+
159
+
160
+
161
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
162
+
163
+ **Note:** Version bump only for package @operato/dataset
164
+
165
+
166
+
167
+
168
+
169
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
170
+
171
+ **Note:** Version bump only for package @operato/dataset
172
+
173
+
174
+
175
+
176
+
177
+ ## [2.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.35...v2.0.0-alpha.36) (2024-03-14)
178
+
179
+ **Note:** Version bump only for package @operato/dataset
180
+
181
+
182
+
183
+
184
+
185
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
186
+
187
+ **Note:** Version bump only for package @operato/dataset
188
+
189
+
190
+
191
+
192
+
193
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
194
+
195
+ **Note:** Version bump only for package @operato/dataset
196
+
197
+
198
+
199
+
200
+
201
+ ## [2.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2024-03-12)
202
+
203
+ **Note:** Version bump only for package @operato/dataset
204
+
205
+
206
+
207
+
208
+
209
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
210
+
211
+
212
+ ### :bug: Bug Fix
213
+
214
+ * multilingual common-code ([184bcd9](https://github.com/hatiolab/operato/commit/184bcd9ce23ead50e46d9b6cc7bf6788e63b6e21))
215
+
216
+
217
+
218
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
219
+
220
+ **Note:** Version bump only for package @operato/dataset
221
+
222
+
223
+
224
+
225
+
226
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
227
+
228
+ **Note:** Version bump only for package @operato/dataset
229
+
230
+
231
+
232
+
233
+
234
+ ## [2.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-02-22)
235
+
236
+
237
+ ### :bug: Bug Fix
238
+
239
+ * ox-data-entry-form style ([a3bb9df](https://github.com/hatiolab/operato/commit/a3bb9dfc7a88ef87b916f1c6c09581ba7fd885ce))
240
+ * value 어트리뷰트 바인딩 해제 (undefined 나옴) ([793caef](https://github.com/hatiolab/operato/commit/793caeff940b6863cf765783418727e0947f6f1e))
241
+
242
+
243
+
244
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
245
+
246
+
247
+ ### :bug: Bug Fix
248
+
249
+ * ox-data-entry-form style ([52610be](https://github.com/hatiolab/operato/commit/52610beb2a3f47ce92c9ef537571356bb06f2593))
250
+ * ox-data-entry-form style ([b1b2483](https://github.com/hatiolab/operato/commit/b1b24830bdbbe37dc520dda813a0ad93e2962ea0))
251
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
252
+
253
+
254
+
255
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
256
+
257
+
258
+ ### :rocket: New Features
259
+
260
+ * 데이터셋에 타입에 radio 추가 ([e2ac89f](https://github.com/hatiolab/operato/commit/e2ac89f940d5d2ab0eb611fcdb4234b6e4d6856e))
261
+
262
+
263
+ ### :bug: Bug Fix
264
+
265
+ * escape undefined error ([91e7168](https://github.com/hatiolab/operato/commit/91e71680e7185c52a2bde09d6972de74e9aa953a))
266
+ * 모바일 데이터셋 그리드 최소 길이 설정 ([01a8c9a](https://github.com/hatiolab/operato/commit/01a8c9a46df507bb5cdb832858fd4421abea11ab))
267
+
268
+
269
+
270
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
271
+
272
+ **Note:** Version bump only for package @operato/dataset
273
+
274
+
275
+
276
+
277
+
278
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
279
+
280
+ **Note:** Version bump only for package @operato/dataset
281
+
282
+
283
+
284
+
285
+
286
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
287
+
288
+
289
+ ### :bug: Bug Fix
290
+
291
+ * print-friendly ([e9a3eba](https://github.com/hatiolab/operato/commit/e9a3eba4550772e5d0bd0cbce31c5740568a2459))
292
+ * update dataset types ([84253fd](https://github.com/hatiolab/operato/commit/84253fdb2b052861b4017fd8675b0f047f252e1a))
293
+
294
+
295
+
296
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
297
+
298
+ **Note:** Version bump only for package @operato/dataset
299
+
300
+
301
+
302
+
303
+
304
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
305
+
306
+ **Note:** Version bump only for package @operato/dataset
307
+
308
+
309
+
310
+
311
+
312
+ ## [2.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2024-02-04)
313
+
314
+
315
+ ### :bug: Bug Fix
316
+
317
+ * export spc chart components ([64c7524](https://github.com/hatiolab/operato/commit/64c752427cffa27f7d43e25a1d73b4be4e9bc28a))
318
+
319
+
320
+
321
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
322
+
323
+
324
+ ### :bug: Bug Fix
325
+
326
+ * styling for printing ([c8557a6](https://github.com/hatiolab/operato/commit/c8557a69880bafe5a6a152b07b367946e584c6fb))
327
+
328
+
329
+
330
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
331
+
332
+
333
+ ### :bug: Bug Fix
334
+
335
+ * dataset components for mobile ([f434288](https://github.com/hatiolab/operato/commit/f434288f8724c983b6ebed863a67a315efc9a7ce))
336
+
337
+
338
+
339
+ ## [2.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2024-02-03)
340
+
341
+
342
+ ### :bug: Bug Fix
343
+
344
+ * rewrite spc module ([2311e10](https://github.com/hatiolab/operato/commit/2311e10ae19f5c512a71aae84743aca2bba12efd))
345
+
346
+
347
+
348
+ ## [2.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2024-01-29)
349
+
350
+
351
+ ### :bug: Bug Fix
352
+
353
+ * simplify dataset component ([b88d5b4](https://github.com/hatiolab/operato/commit/b88d5b4778807fbecef11dcab4de40b3cf397de3))
354
+ * typo for dataset ox-data-ooc-view ([b2e68d5](https://github.com/hatiolab/operato/commit/b2e68d57017bde6dc609621620e45d4f78979835))
355
+
356
+
357
+
358
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
359
+
360
+
361
+ ### :bug: Bug Fix
362
+
363
+ * css-variable --grid-record-padding ([b057312](https://github.com/hatiolab/operato/commit/b0573120fcb46c71b6b283065f08ae926e9f826f))
364
+
365
+
366
+
367
+ ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
368
+
369
+ **Note:** Version bump only for package @operato/dataset
370
+
371
+
372
+
373
+
374
+
375
+ ## [2.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-01-24)
376
+
377
+ **Note:** Version bump only for package @operato/dataset
378
+
379
+
380
+
381
+
382
+
383
+ ## [2.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2024-01-22)
384
+
385
+ **Note:** Version bump only for package @operato/dataset
386
+
387
+
388
+
389
+
390
+
391
+ ## [2.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-01-20)
392
+
393
+ **Note:** Version bump only for package @operato/dataset
394
+
395
+
396
+
397
+
398
+
399
+ ## [2.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2024-01-20)
400
+
401
+
402
+ ### :bug: Bug Fix
403
+
404
+ * stat-function => finalizing-function 마감함수 ([38d66d3](https://github.com/hatiolab/operato/commit/38d66d3a14ce9974bc72570f31f6b4e6bc39fca0))
405
+
406
+
407
+
6
408
  ## [2.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-01-15)
7
409
 
8
410
  **Note:** Version bump only for package @operato/dataset
Binary file