@operato/process 2.0.0-alpha.13 → 2.0.0-alpha.130
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 +805 -0
- package/demo/index-modeller.html +13 -2
- package/demo/index-viewer.html +13 -2
- package/demo/index.html +13 -2
- package/dist/src/modeller/component-toolbar/component-detail.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/component-menu.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/component-menu.js +9 -4
- package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
- package/dist/src/modeller/component-toolbar/component-toolbar.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/component-toolbar.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +1 -1
- package/dist/src/modeller/edit-toolbar.js +1 -1
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js +19 -19
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/effects.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-shadow.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.js +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/property-sidebar.js +8 -8
- package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +15 -4
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specifics.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specifics.js +4 -1
- package/dist/src/modeller/property-sidebar/specifics/specifics.js.map +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.d.ts +1 -1
- package/dist/src/ox-editor-process-selector.d.ts +2 -2
- package/dist/src/ox-editor-process-selector.js +3 -3
- package/dist/src/ox-editor-process-selector.js.map +1 -1
- package/dist/src/ox-process-list.js +22 -14
- package/dist/src/ox-process-list.js.map +1 -1
- package/dist/src/ox-process-modeller.d.ts +4 -3
- package/dist/src/ox-process-modeller.js +6 -3
- package/dist/src/ox-process-modeller.js.map +1 -1
- package/dist/src/ox-process-template-list.d.ts +1 -1
- package/dist/src/ox-process-viewer.d.ts +3 -3
- package/dist/src/ox-process-viewer.js +17 -15
- package/dist/src/ox-process-viewer.js.map +1 -1
- package/dist/src/selector/ox-process-creation-card.d.ts +2 -2
- package/dist/src/selector/ox-process-creation-card.js +4 -5
- package/dist/src/selector/ox-process-creation-card.js.map +1 -1
- package/dist/src/selector/ox-process-selector.d.ts +1 -1
- package/dist/src/selector/process-creation-popup.d.ts +5 -6
- package/dist/src/selector/process-creation-popup.js +23 -19
- package/dist/src/selector/process-creation-popup.js.map +1 -1
- package/dist/src/selector/process-thumbnail-card.d.ts +1 -1
- package/dist/src/selector/process-thumbnail-card.js +2 -2
- package/dist/src/selector/process-thumbnail-card.js.map +1 -1
- package/dist/stories/index.stories.js +1 -0
- package/dist/stories/index.stories.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +27 -27
- package/src/modeller/component-toolbar/component-menu.ts +9 -5
- package/src/modeller/component-toolbar/component-toolbar.ts +8 -5
- package/src/modeller/edit-toolbar.ts +1 -1
- package/src/modeller/property-sidebar/data-binding/data-binding.ts +19 -19
- package/src/modeller/property-sidebar/inspector/inspector.ts +1 -1
- package/src/modeller/property-sidebar/property-sidebar.ts +8 -8
- package/src/modeller/property-sidebar/shapes/shapes.ts +15 -4
- package/src/modeller/property-sidebar/specifics/specifics.ts +5 -1
- package/src/ox-editor-process-selector.ts +3 -3
- package/src/ox-process-list.ts +22 -15
- package/src/ox-process-modeller.ts +7 -3
- package/src/ox-process-viewer.ts +17 -15
- package/src/selector/ox-process-creation-card.ts +4 -5
- package/src/selector/process-creation-popup.ts +23 -19
- package/src/selector/process-thumbnail-card.ts +2 -2
- package/stories/index.stories.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,811 @@
|
|
|
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.130](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.129...v2.0.0-alpha.130) (2024-05-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* ox-search-form 내 input 에서 엔터키가 발생했을 때, change 이벤트를 발생시키도록 함 ([7325996](https://github.com/heartyoh/ioperato/commit/7325996e081309c680f9902de94df0f805c33ce3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [2.0.0-alpha.129](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.128...v2.0.0-alpha.129) (2024-05-08)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @operato/process
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [2.0.0-alpha.127](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.126...v2.0.0-alpha.127) (2024-05-08)
|
|
24
|
+
|
|
25
|
+
**Note:** Version bump only for package @operato/process
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [2.0.0-alpha.124](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.123...v2.0.0-alpha.124) (2024-05-08)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package @operato/process
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [2.0.0-alpha.123](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.122...v2.0.0-alpha.123) (2024-05-07)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package @operato/process
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [2.0.0-alpha.122](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.121...v2.0.0-alpha.122) (2024-05-06)
|
|
48
|
+
|
|
49
|
+
**Note:** Version bump only for package @operato/process
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [2.0.0-alpha.121](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.120...v2.0.0-alpha.121) (2024-05-05)
|
|
56
|
+
|
|
57
|
+
**Note:** Version bump only for package @operato/process
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [2.0.0-alpha.120](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.119...v2.0.0-alpha.120) (2024-05-05)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### :rocket: New Features
|
|
67
|
+
|
|
68
|
+
* add personalConfigProvider property for ox-grist ([b5804ae](https://github.com/heartyoh/ioperato/commit/b5804aeb3e57e60856847600b6390112650880fa))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## [2.0.0-alpha.119](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.118...v2.0.0-alpha.119) (2024-05-04)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @operato/process
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [2.0.0-alpha.118](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.117...v2.0.0-alpha.118) (2024-05-04)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @operato/process
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [2.0.0-alpha.117](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.116...v2.0.0-alpha.117) (2024-05-04)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @operato/process
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## [2.0.0-alpha.116](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.115...v2.0.0-alpha.116) (2024-05-04)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @operato/process
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [2.0.0-alpha.115](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.114...v2.0.0-alpha.115) (2024-05-04)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @operato/process
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [2.0.0-alpha.114](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.113...v2.0.0-alpha.114) (2024-05-04)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @operato/process
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## [2.0.0-alpha.112](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.111...v2.0.0-alpha.112) (2024-05-02)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @operato/process
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [2.0.0-alpha.111](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.110...v2.0.0-alpha.111) (2024-05-02)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @operato/process
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [2.0.0-alpha.110](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.109...v2.0.0-alpha.110) (2024-05-02)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @operato/process
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## [2.0.0-alpha.109](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.108...v2.0.0-alpha.109) (2024-05-02)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @operato/process
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## [2.0.0-alpha.108](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.107...v2.0.0-alpha.108) (2024-05-02)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @operato/process
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [2.0.0-alpha.107](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.106...v2.0.0-alpha.107) (2024-05-01)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @operato/process
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## [2.0.0-alpha.106](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.105...v2.0.0-alpha.106) (2024-04-26)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @operato/process
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [2.0.0-alpha.105](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.104...v2.0.0-alpha.105) (2024-04-26)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @operato/process
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## [2.0.0-alpha.104](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.103...v2.0.0-alpha.104) (2024-04-26)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @operato/process
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## [2.0.0-alpha.103](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.102...v2.0.0-alpha.103) (2024-04-26)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @operato/process
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## [2.0.0-alpha.102](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @operato/process
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
## [2.0.0-alpha.100](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @operato/process
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
## [2.0.0-alpha.99](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @operato/process
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
## [2.0.0-alpha.98](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @operato/process
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## [2.0.0-alpha.97](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### :bug: Bug Fix
|
|
236
|
+
|
|
237
|
+
* style player fab for fullscreen ([e272fd3](https://github.com/heartyoh/ioperato/commit/e272fd310d51f7b3ea43af3e2c09c52fccf042e3))
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## [2.0.0-alpha.96](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @operato/process
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## [2.0.0-alpha.95](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @operato/process
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## [2.0.0-alpha.94](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @operato/process
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## [2.0.0-alpha.93](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @operato/process
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## [2.0.0-alpha.92](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @operato/process
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
## [2.0.0-alpha.91](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @operato/process
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
## [2.0.0-alpha.90](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package @operato/process
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
## [2.0.0-alpha.89](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @operato/process
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
## [2.0.0-alpha.88](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
|
|
306
|
+
|
|
307
|
+
**Note:** Version bump only for package @operato/process
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
## [2.0.0-alpha.87](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @operato/process
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
## [2.0.0-alpha.86](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @operato/process
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
## [2.0.0-alpha.85](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### :bug: Bug Fix
|
|
333
|
+
|
|
334
|
+
* tweak filters-form style ([6fb293d](https://github.com/heartyoh/ioperato/commit/6fb293d7d34ea7b01b3011264f554158beb62621))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
## [2.0.0-alpha.82](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @operato/process
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## [2.0.0-alpha.81](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @operato/process
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## [2.0.0-alpha.80](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
|
|
355
|
+
|
|
356
|
+
**Note:** Version bump only for package @operato/process
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
## [2.0.0-alpha.79](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.78...v2.0.0-alpha.79) (2024-04-14)
|
|
363
|
+
|
|
364
|
+
**Note:** Version bump only for package @operato/process
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## [2.0.0-alpha.78](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.77...v2.0.0-alpha.78) (2024-04-14)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### :bug: Bug Fix
|
|
374
|
+
|
|
375
|
+
* revert @open-wc/scoped-elements to ^2.1.3 ([dfdfc57](https://github.com/heartyoh/ioperato/commit/dfdfc5738a54a492c580178e944b51e0b42dc512))
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
## [2.0.0-alpha.77](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### :bug: Bug Fix
|
|
383
|
+
|
|
384
|
+
* add @webcomponents/scoped-custom-element-registry for storybook ([1f4264b](https://github.com/heartyoh/ioperato/commit/1f4264bd8384d8256437dfc838d22d64ec9a452d))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [2.0.0-alpha.76](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.75...v2.0.0-alpha.76) (2024-04-14)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### :bug: Bug Fix
|
|
392
|
+
|
|
393
|
+
* fix: apply @open-wc/scoped-elements@3 ([929d74a](https://github.com/heartyoh/ioperato/commit/929d74a8febdb77379b4ecbf9e5721bbf40a2063))
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
## [2.0.0-alpha.75](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.74...v2.0.0-alpha.75) (2024-04-14)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### :bug: Bug Fix
|
|
401
|
+
|
|
402
|
+
* apply @open-wc/scoped-elements@3 ([ff1c9b4](https://github.com/heartyoh/ioperato/commit/ff1c9b4de393e955e2cacbf8f0c6ea307df7c76e))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
## [2.0.0-alpha.74](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.73...v2.0.0-alpha.74) (2024-04-14)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### :bug: Bug Fix
|
|
410
|
+
|
|
411
|
+
* apply @open-wc/scoped-elements@3 ([b15def6](https://github.com/heartyoh/ioperato/commit/b15def6d50fefc1bfb940022a0019f36cf74335a))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
## [2.0.0-alpha.73](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.72...v2.0.0-alpha.73) (2024-04-14)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### :bug: Bug Fix
|
|
419
|
+
|
|
420
|
+
* remove whole mwc-components ([c1a4f3e](https://github.com/heartyoh/ioperato/commit/c1a4f3e269f591919bf91e6afdb8bbc208e59c49))
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
## [2.0.0-alpha.71](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
|
|
425
|
+
|
|
426
|
+
**Note:** Version bump only for package @operato/process
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
## [2.0.0-alpha.70](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
|
|
433
|
+
|
|
434
|
+
**Note:** Version bump only for package @operato/process
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
## [2.0.0-alpha.69](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### :bug: Bug Fix
|
|
444
|
+
|
|
445
|
+
* mwc=>md for context ([972f5fd](https://github.com/heartyoh/ioperato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
## [2.0.0-alpha.68](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### :bug: Bug Fix
|
|
453
|
+
|
|
454
|
+
* mwc=>md for context ([2bc13f2](https://github.com/heartyoh/ioperato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
## [2.0.0-alpha.64](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
|
|
459
|
+
|
|
460
|
+
**Note:** Version bump only for package @operato/process
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
## [2.0.0-alpha.63](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
|
|
467
|
+
|
|
468
|
+
**Note:** Version bump only for package @operato/process
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
## [2.0.0-alpha.62](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
|
|
475
|
+
|
|
476
|
+
**Note:** Version bump only for package @operato/process
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
## [2.0.0-alpha.61](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
|
|
483
|
+
|
|
484
|
+
**Note:** Version bump only for package @operato/process
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
## [2.0.0-alpha.60](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
|
|
491
|
+
|
|
492
|
+
**Note:** Version bump only for package @operato/process
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
## [2.0.0-alpha.59](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
|
|
499
|
+
|
|
500
|
+
**Note:** Version bump only for package @operato/process
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
## [2.0.0-alpha.58](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
|
|
507
|
+
|
|
508
|
+
**Note:** Version bump only for package @operato/process
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
## [2.0.0-alpha.57](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
|
|
515
|
+
|
|
516
|
+
**Note:** Version bump only for package @operato/process
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
**Note:** Version bump only for package @operato/process
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
## [2.0.0-alpha.54](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
|
|
531
|
+
|
|
532
|
+
**Note:** Version bump only for package @operato/process
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
## [2.0.0-alpha.52](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
|
|
539
|
+
|
|
540
|
+
**Note:** Version bump only for package @operato/process
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
## [2.0.0-alpha.51](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### :bug: Bug Fix
|
|
550
|
+
|
|
551
|
+
* upgrade lit ([e661c33](https://github.com/heartyoh/ioperato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
## [2.0.0-alpha.50](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
|
|
556
|
+
|
|
557
|
+
**Note:** Version bump only for package @operato/process
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
## [2.0.0-alpha.49](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
|
|
564
|
+
|
|
565
|
+
**Note:** Version bump only for package @operato/process
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
## [2.0.0-alpha.48](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
|
|
572
|
+
|
|
573
|
+
**Note:** Version bump only for package @operato/process
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
## [2.0.0-alpha.47](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
|
|
580
|
+
|
|
581
|
+
**Note:** Version bump only for package @operato/process
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
## [2.0.0-alpha.46](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
|
|
588
|
+
|
|
589
|
+
**Note:** Version bump only for package @operato/process
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
## [2.0.0-alpha.45](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.44...v2.0.0-alpha.45) (2024-03-26)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### :bug: Bug Fix
|
|
599
|
+
|
|
600
|
+
* board modeller style ([53445fc](https://github.com/heartyoh/ioperato/commit/53445fca78ba87f81549da395b25911f0341e323))
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
## [2.0.0-alpha.44](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
|
|
605
|
+
|
|
606
|
+
**Note:** Version bump only for package @operato/process
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
## [2.0.0-alpha.43](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
|
|
613
|
+
|
|
614
|
+
**Note:** Version bump only for package @operato/process
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
## [2.0.0-alpha.42](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.41...v2.0.0-alpha.42) (2024-03-21)
|
|
621
|
+
|
|
622
|
+
**Note:** Version bump only for package @operato/process
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
## [2.0.0-alpha.41](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.40...v2.0.0-alpha.41) (2024-03-20)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### :bug: Bug Fix
|
|
632
|
+
|
|
633
|
+
* scene component label ([b8e56cf](https://github.com/heartyoh/ioperato/commit/b8e56cf2eb42f0767ed5d2a5f153b1fbbe7cabe5))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
## [2.0.0-alpha.40](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.39...v2.0.0-alpha.40) (2024-03-20)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### :bug: Bug Fix
|
|
641
|
+
|
|
642
|
+
* scene component label ([f55c4a8](https://github.com/heartyoh/ioperato/commit/f55c4a8eb377974da0685c48afb668051bdcb04c))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
## [2.0.0-alpha.39](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.38...v2.0.0-alpha.39) (2024-03-20)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### :bug: Bug Fix
|
|
650
|
+
|
|
651
|
+
* scene component label ([b5058fa](https://github.com/heartyoh/ioperato/commit/b5058fa526a791d2be8f982f1c1d8208440c0f38))
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
## [2.0.0-alpha.38](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.37...v2.0.0-alpha.38) (2024-03-19)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### :bug: Bug Fix
|
|
659
|
+
|
|
660
|
+
* add display attribute for process equipment template ([d0d3c41](https://github.com/heartyoh/ioperato/commit/d0d3c41c2c378daabd68f8fb70bb7f8acc2fdc0a))
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
## [2.0.0-alpha.37](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
|
|
665
|
+
|
|
666
|
+
**Note:** Version bump only for package @operato/process
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
## [2.0.0-alpha.35](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
|
|
673
|
+
|
|
674
|
+
**Note:** Version bump only for package @operato/process
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
## [2.0.0-alpha.34](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
|
|
681
|
+
|
|
682
|
+
**Note:** Version bump only for package @operato/process
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
## [2.0.0-alpha.32](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
|
|
689
|
+
|
|
690
|
+
**Note:** Version bump only for package @operato/process
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
## [2.0.0-alpha.31](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
|
|
697
|
+
|
|
698
|
+
**Note:** Version bump only for package @operato/process
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
## [2.0.0-alpha.30](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
|
|
705
|
+
|
|
706
|
+
**Note:** Version bump only for package @operato/process
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
## [2.0.0-alpha.29](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-02-22)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
### :rocket: New Features
|
|
716
|
+
|
|
717
|
+
* 말줄임 텍스트 UI 수정 ([29fce15](https://github.com/heartyoh/ioperato/commit/29fce1511cf13c3bb19ff28c3d334846da0a7dbb))
|
|
718
|
+
* 보드 프로퍼티 UI에 textOverflow 추가 ([b9639a7](https://github.com/heartyoh/ioperato/commit/b9639a7f34cec066e37660f28068f9a6d125277b))
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
## [2.0.0-alpha.28](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
### :bug: Bug Fix
|
|
726
|
+
|
|
727
|
+
* upgrade devDependencies for webcomponents ([1489b8b](https://github.com/heartyoh/ioperato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
## [2.0.0-alpha.27](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
|
|
732
|
+
|
|
733
|
+
**Note:** Version bump only for package @operato/process
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
## [2.0.0-alpha.25](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
|
|
740
|
+
|
|
741
|
+
**Note:** Version bump only for package @operato/process
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
## [2.0.0-alpha.24](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
|
|
748
|
+
|
|
749
|
+
**Note:** Version bump only for package @operato/process
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
## [2.0.0-alpha.23](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
|
|
756
|
+
|
|
757
|
+
**Note:** Version bump only for package @operato/process
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
## [2.0.0-alpha.22](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
|
|
764
|
+
|
|
765
|
+
**Note:** Version bump only for package @operato/process
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
## [2.0.0-alpha.21](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
|
|
772
|
+
|
|
773
|
+
**Note:** Version bump only for package @operato/process
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
## [2.0.0-alpha.20](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
|
|
780
|
+
|
|
781
|
+
**Note:** Version bump only for package @operato/process
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
## [2.0.0-alpha.19](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
|
|
788
|
+
|
|
789
|
+
**Note:** Version bump only for package @operato/process
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
## [2.0.0-alpha.17](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
|
|
796
|
+
|
|
797
|
+
**Note:** Version bump only for package @operato/process
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
## [2.0.0-alpha.16](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
|
|
804
|
+
|
|
805
|
+
**Note:** Version bump only for package @operato/process
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
6
811
|
## [2.0.0-alpha.13](https://github.com/heartyoh/ioperato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
|
|
7
812
|
|
|
8
813
|
**Note:** Version bump only for package @operato/process
|