@operato/scene-integration 7.3.9 → 7.3.19

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 (34) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -914
  3. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -15
  4. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -15
  5. package/logs/application-2024-08-11-22.log +0 -105
  6. package/logs/connections-2024-08-11-22.log +0 -50
  7. package/logs/system/.ce832741a58883a058e9af6fb7483de16a838e2c-audit.json +0 -20
  8. package/logs/system/scenario-NOW-2024-08-11-22.log +0 -66
  9. package/logs/system/scenario-NOW-2024-08-11-23.log +0 -1826
  10. package/schema.graphql +0 -4369
  11. package/src/client-api.ts +0 -25
  12. package/src/connection-control.ts +0 -127
  13. package/src/connection-state-subscription.ts +0 -110
  14. package/src/data-subscription.ts +0 -41
  15. package/src/editors/index.ts +0 -1
  16. package/src/index.ts +0 -21
  17. package/src/scenario-control.ts +0 -121
  18. package/src/scenario-instance-subscription.ts +0 -115
  19. package/src/scenario-queue-subscription.ts +0 -88
  20. package/src/scenario-run.ts +0 -219
  21. package/src/scenario-start.ts +0 -102
  22. package/src/scenario-stop.ts +0 -90
  23. package/src/templates/connection-control.ts +0 -17
  24. package/src/templates/connection-state-subscription.ts +0 -17
  25. package/src/templates/data-subscription.ts +0 -17
  26. package/src/templates/index.ts +0 -21
  27. package/src/templates/scenario-control.ts +0 -18
  28. package/src/templates/scenario-instance-subscription.ts +0 -17
  29. package/src/templates/scenario-queue-subscription.ts +0 -17
  30. package/src/templates/scenario-run.ts +0 -17
  31. package/src/templates/scenario-start.ts +0 -17
  32. package/src/templates/scenario-stop.ts +0 -17
  33. package/tsconfig.json +0 -23
  34. package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md DELETED
@@ -1,914 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [7.3.9](https://github.com/things-scene/operato-scene/compare/v7.3.8...v7.3.9) (2024-09-11)
7
-
8
-
9
- ### :bug: Bug Fix
10
-
11
- * @hatiolab/things-scene version ([5260171](https://github.com/things-scene/operato-scene/commit/52601719115288709ca7e0eee0974cc4677f219e))
12
-
13
-
14
-
15
- ## [7.3.2](https://github.com/things-scene/operato-scene/compare/v7.3.1...v7.3.2) (2024-08-11)
16
-
17
-
18
- ### :bug: Bug Fix
19
-
20
- * scenario-run repeating logic ([99e1e19](https://github.com/things-scene/operato-scene/commit/99e1e192445c52de8abc81401baccdeff6856f2c))
21
- * scenario-run repeating logic ([446aefd](https://github.com/things-scene/operato-scene/commit/446aefdc9a37a884d9646deafaaffed12064f2a8))
22
-
23
-
24
-
25
- ## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
26
-
27
-
28
- ### :bug: Bug Fix
29
-
30
- * things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
31
-
32
-
33
-
34
- ## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
35
-
36
- **Note:** Version bump only for package @operato/scene-integration
37
-
38
-
39
-
40
-
41
-
42
- ## [7.0.0-rc.4](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.3...v7.0.0-rc.4) (2024-06-30)
43
-
44
-
45
- ### :bug: Bug Fix
46
-
47
- * operato@7.0.0 ([9740f89](https://github.com/things-scene/operato-scene/commit/9740f8949654b9dd9388558059e89cbed3d8235a))
48
-
49
-
50
-
51
- ## [7.0.0-rc.1](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2024-06-21)
52
-
53
-
54
- ### :bug: Bug Fix
55
-
56
- * apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
57
-
58
-
59
-
60
- ## [7.0.0-rc.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.8...v7.0.0-rc.0) (2024-06-21)
61
-
62
-
63
- ### :bug: Bug Fix
64
-
65
- * apply operato@7.0.0-rc ([7d5fa6e](https://github.com/things-scene/operato-scene/commit/7d5fa6e9bef5f6d2231e4d1eface82578fe794f3))
66
-
67
-
68
-
69
- ## [2.0.0-beta.8](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2024-06-15)
70
-
71
-
72
- ### :bug: Bug Fix
73
-
74
- * remove state field on calling scenario-run ([e33507c](https://github.com/things-scene/operato-scene/commit/e33507cdb2e1c6b8e7c25282ec6e286602c50a57))
75
-
76
-
77
-
78
- ## [2.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.12...v2.0.0-beta.0) (2024-06-01)
79
-
80
-
81
- ### :rocket: New Features
82
-
83
- * 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
84
-
85
-
86
- ### :bug: Bug Fix
87
-
88
- * allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
89
-
90
-
91
-
92
- ## [2.0.0-alpha.10](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2024-04-22)
93
-
94
-
95
- ### :bug: Bug Fix
96
-
97
- * 다국어 컴포넌트 도형 속성 상속, 시나리오 옵셔널 추가 ([857c55b](https://github.com/things-scene/operato-scene/commit/857c55ba725e7973124c017a7b82342835721cec))
98
-
99
-
100
-
101
- ## [2.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-04-11)
102
-
103
-
104
- ### :bug: Bug Fix
105
-
106
- * things-factory@7.0.1 ([a9f4c18](https://github.com/things-scene/operato-scene/commit/a9f4c1873b80c540e4c2e16649e127ccffcf9a4c))
107
-
108
-
109
-
110
- ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
111
-
112
-
113
- ### :bug: Bug Fix
114
-
115
- * translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
116
-
117
-
118
-
119
- ## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
120
-
121
-
122
- ### :bug: Bug Fix
123
-
124
- * 컴포넌트 명 다국어 ([fbc26d9](https://github.com/things-scene/operato-scene/commit/fbc26d9fb24e858541598ba55e2b8d33f2df8d8a))
125
-
126
-
127
-
128
- ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
129
-
130
-
131
- ### :bug: Bug Fix
132
-
133
- * 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
134
-
135
-
136
-
137
- ## [2.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2024-02-04)
138
-
139
-
140
- ### :bug: Bug Fix
141
-
142
- * add an exceptiono handler for scenario-run ([a2be945](https://github.com/things-scene/operato-scene/commit/a2be94596518a9530e393522fd9170fd0908d03d))
143
- * 시나리오런 컴포넌트에 네트워크오류시 화면 마스크 기능 추가 ([a57610a](https://github.com/things-scene/operato-scene/commit/a57610aeaabc8bfda9a43165abf1fb856b53f092))
144
-
145
-
146
-
147
- ## [2.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v1.3.9...v2.0.0-alpha.0) (2024-01-14)
148
-
149
-
150
- ### :bug: Bug Fix
151
-
152
- * 2.0.0-alpha.0 ([93274e3](https://github.com/things-scene/operato-scene/commit/93274e36c5d184f339f83899654dd48b4786ac2b))
153
-
154
-
155
-
156
- ## [1.2.90](https://github.com/things-scene/operato-scene/compare/v1.2.89...v1.2.90) (2023-11-22)
157
-
158
- **Note:** Version bump only for package @operato/scene-integration
159
-
160
-
161
-
162
-
163
-
164
- ## [1.2.87](https://github.com/things-scene/operato-scene/compare/v1.2.86...v1.2.87) (2023-11-10)
165
-
166
- **Note:** Version bump only for package @operato/scene-integration
167
-
168
-
169
-
170
-
171
-
172
- ## [1.2.76](https://github.com/things-scene/operato-scene/compare/v1.2.75...v1.2.76) (2023-10-28)
173
-
174
-
175
- ### :bug: Bug Fix
176
-
177
- * scene-tab ([ad62f96](https://github.com/things-scene/operato-scene/commit/ad62f967b149eb5adf8f2e0714d79e8a9dc7186c))
178
-
179
-
180
-
181
- ## [1.2.71](https://github.com/things-scene/operato-scene/compare/v1.2.70...v1.2.71) (2023-10-11)
182
-
183
-
184
- ### :bug: Bug Fix
185
-
186
- * add bluetooth module ([4bba13c](https://github.com/things-scene/operato-scene/commit/4bba13c7ac29508d37f5751ea5abdded60fa314d))
187
-
188
-
189
-
190
- ## [1.2.66](https://github.com/things-scene/operato-scene/compare/v1.2.65...v1.2.66) (2023-09-14)
191
-
192
- **Note:** Version bump only for package @operato/scene-integration
193
-
194
-
195
-
196
-
197
-
198
- ## [1.2.65](https://github.com/things-scene/operato-scene/compare/v1.2.64...v1.2.65) (2023-09-14)
199
-
200
- **Note:** Version bump only for package @operato/scene-integration
201
-
202
-
203
-
204
-
205
-
206
- ## [1.2.62](https://github.com/things-scene/operato-scene/compare/v1.2.61...v1.2.62) (2023-09-11)
207
-
208
- **Note:** Version bump only for package @operato/scene-integration
209
-
210
-
211
-
212
-
213
-
214
- ## [1.2.59](https://github.com/things-scene/operato-scene/compare/v1.2.58...v1.2.59) (2023-09-08)
215
-
216
-
217
- ### :bug: Bug Fix
218
-
219
- * scenario-run dispose ([7191479](https://github.com/things-scene/operato-scene/commit/71914794a0339455937d79a7891a80c125f7450e))
220
-
221
-
222
-
223
- ## [1.2.58](https://github.com/things-scene/operato-scene/compare/v1.2.57...v1.2.58) (2023-09-08)
224
-
225
-
226
- ### :bug: Bug Fix
227
-
228
- * scenario-run 에 반복 간격 속성 추가 ([cb4ae0d](https://github.com/things-scene/operato-scene/commit/cb4ae0def6a9828ab178f2a99e7ac63acd911454))
229
-
230
-
231
-
232
- ## [1.2.52](https://github.com/things-scene/operato-scene/compare/v1.2.51...v1.2.52) (2023-08-17)
233
-
234
-
235
- ### :bug: Bug Fix
236
-
237
- * the issue of duplicate data subscription occurrences ([46e1705](https://github.com/things-scene/operato-scene/commit/46e17054841de51be04da7285fbc2abeb1df1817))
238
-
239
-
240
-
241
- ## [1.2.51](https://github.com/things-scene/operato-scene/compare/v1.2.50...v1.2.51) (2023-07-17)
242
-
243
-
244
- ### :bug: Bug Fix
245
-
246
- * filtered result for integration API ([0d8e36d](https://github.com/things-scene/operato-scene/commit/0d8e36dcff636e9a5d87d8fa9f147ad250639e65))
247
-
248
-
249
-
250
- ## [1.2.49](https://github.com/things-scene/operato-scene/compare/v1.2.48...v1.2.49) (2023-06-26)
251
-
252
-
253
- ### :bug: Bug Fix
254
-
255
- * missing .npmignore ([61ba4f2](https://github.com/things-scene/operato-scene/commit/61ba4f2ae22a865d700a971d62eb01f950c34d0e))
256
-
257
-
258
-
259
- ## [1.2.46](https://github.com/things-scene/operato-scene/compare/v1.2.45...v1.2.46) (2023-06-10)
260
-
261
-
262
- ### :bug: Bug Fix
263
-
264
- * typescript build options ([3eb0d7f](https://github.com/things-scene/operato-scene/commit/3eb0d7fd80e2c3cea698501aa1d9d54903423a7b))
265
-
266
-
267
-
268
- ## [1.2.36](https://github.com/things-scene/operato-scene/compare/v1.2.35...v1.2.36) (2023-05-13)
269
-
270
-
271
- ### :bug: Bug Fix
272
-
273
- * license ([d37d485](https://github.com/things-scene/operato-scene/commit/d37d48597407dea1ad022e674f2899720e56d695))
274
-
275
-
276
-
277
- ## [1.2.29](https://github.com/things-scene/operato-scene/compare/v1.2.28...v1.2.29) (2023-04-30)
278
-
279
-
280
- ### :bug: Bug Fix
281
-
282
- * update module's version ([047d08b](https://github.com/things-scene/operato-scene/commit/047d08b5d912d12c04b2f6b63156d1e812588365))
283
-
284
-
285
-
286
- ### [1.2.27](https://github.com/things-scene/operato-scene/compare/v1.2.26...v1.2.27) (2023-04-22)
287
-
288
- **Note:** Version bump only for package @operato/scene-integration
289
-
290
-
291
-
292
-
293
-
294
- ### [1.2.4](https://github.com/things-scene/operato-scene/compare/v1.2.3...v1.2.4) (2023-02-13)
295
-
296
- **Note:** Version bump only for package @operato/scene-integration
297
-
298
-
299
-
300
-
301
-
302
- ### [1.2.2](https://github.com/things-scene/operato-scene/compare/v1.2.1...v1.2.2) (2023-02-09)
303
-
304
-
305
- ### :bug: Bug Fix
306
-
307
- * migrate scene-urdf from things-factory ([3f75f87](https://github.com/things-scene/operato-scene/commit/3f75f8743e993a9a3ed595eed8f94b15da042a31))
308
-
309
-
310
-
311
- ## [1.2.0](https://github.com/things-scene/operato-scene/compare/v1.1.29...v1.2.0) (2023-02-07)
312
-
313
-
314
- ### :bug: Bug Fix
315
-
316
- * [@things-factory](https://github.com/things-factory)@6.0.0 ([5927ebb](https://github.com/things-scene/operato-scene/commit/5927ebb5113be2b914cc47005eb7115d69481695))
317
- * updating dependencies ([f4dd8fc](https://github.com/things-scene/operato-scene/commit/f4dd8fcdaa03b67de78189c6d574b30a995456f0))
318
-
319
-
320
-
321
- ### [1.1.23](https://github.com/things-scene/operato-scene/compare/v1.1.22...v1.1.23) (2022-12-18)
322
-
323
-
324
- ### :bug: Bug Fix
325
-
326
- * latest @hatiolab/things-scene ([8d6afb5](https://github.com/things-scene/operato-scene/commit/8d6afb5ecbd453260615fca229f1d74b0ea6e4ee))
327
-
328
-
329
-
330
- ### [1.1.15](https://github.com/things-scene/operato-scene/compare/v1.1.14...v1.1.15) (2022-11-13)
331
-
332
-
333
- ### :bug: Bug Fix
334
-
335
- * use @things-factory/operato-board@6.0.0-zeta.x ([a9deef9](https://github.com/things-scene/operato-scene/commit/a9deef935fde00c6c0d09ca424ca949ac24cbd6a))
336
-
337
-
338
-
339
- ### [1.1.8](https://github.com/things-scene/operato-scene/compare/v1.1.7...v1.1.8) (2022-11-05)
340
-
341
- **Note:** Version bump only for package @operato/scene-integration
342
-
343
-
344
-
345
-
346
-
347
- ### [1.1.5](https://github.com/things-scene/operato-scene/compare/v1.1.4...v1.1.5) (2022-11-05)
348
-
349
-
350
- ### :bug: Bug Fix
351
-
352
- * templates ([78a23e4](https://github.com/things-scene/operato-scene/commit/78a23e42c3a13b1fd50af223d3a7c5f6739ed8a3))
353
- * update things-scene ([84f2a9f](https://github.com/things-scene/operato-scene/commit/84f2a9fa6fe5fcb22444caf489de8a5aa84000a2))
354
-
355
-
356
-
357
- ## [1.1.0](https://github.com/things-scene/operato-scene/compare/v1.0.7...v1.1.0) (2022-11-03)
358
-
359
-
360
- ### :bug: Bug Fix
361
-
362
- * typescript 4.8.4, lit 2.4.0 ([13ab528](https://github.com/things-scene/operato-scene/commit/13ab528b9034987940dd73b015489813bd2682be))
363
-
364
-
365
-
366
- ### [1.0.7](https://github.com/things-scene/operato-scene/compare/v1.0.6...v1.0.7) (2022-10-17)
367
-
368
-
369
- ### :bug: Bug Fix
370
-
371
- * latest [@things-factory](https://github.com/things-factory) for dev ([a20923a](https://github.com/things-scene/operato-scene/commit/a20923a3caa8a915c17f46885d014bd5334c5ea6))
372
-
373
-
374
-
375
- ### [1.0.2](https://github.com/things-scene/operato-scene/compare/v1.0.1...v1.0.2) (2022-08-04)
376
-
377
-
378
- ### :bug: Bug Fix
379
-
380
- * apply concurrently to serve target ([e777342](https://github.com/things-scene/operato-scene/commit/e777342c9310f722542db9baecf49ef94e77c3a0))
381
-
382
-
383
-
384
- ### [1.0.1](https://github.com/things-scene/operato-scene/compare/v1.0.0...v1.0.1) (2022-08-01)
385
-
386
-
387
- ### :bug: Bug Fix
388
-
389
- * latest dependencies ([0e4cc8c](https://github.com/things-scene/operato-scene/commit/0e4cc8c6087f89412f1b29772656c63653648d5a))
390
-
391
-
392
-
393
- ## [1.0.0](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.38...v1.0.0) (2022-07-24)
394
-
395
-
396
- ### :bug: Bug Fix
397
-
398
- * latest dependencies ([b435b97](https://github.com/things-scene/operato-scene/commit/b435b970f86f7e81d820a7656ecd6e0d4878ec42))
399
-
400
-
401
-
402
- ## [1.0.0-alpha.38](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-07-20)
403
-
404
-
405
- ### :bug: Bug Fix
406
-
407
- * latest dependencies ([668aed1](https://github.com/things-scene/operato-scene/commit/668aed12552b08366230dbfab77ac2cbf4785c95))
408
- * latest dependencies ([8a4cf6b](https://github.com/things-scene/operato-scene/commit/8a4cf6bfc9eed2bdb991eb77df9dba4b42de45e7))
409
-
410
-
411
-
412
- ## [1.0.0-alpha.37](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-07-17)
413
-
414
-
415
- ### :bug: Bug Fix
416
-
417
- * latest dependencies ([cb2e928](https://github.com/things-scene/operato-scene/commit/cb2e92871da17a11ac9c68b3c4ead5df59429973))
418
-
419
-
420
-
421
- ## [1.0.0-alpha.36](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-07-17)
422
-
423
-
424
- ### :bug: Bug Fix
425
-
426
- * integration use @operato/graphql client and subscribe ([d184eb3](https://github.com/things-scene/operato-scene/commit/d184eb35c9447ef1ecb6f5abe88ee1677345f487))
427
-
428
-
429
-
430
- ## [1.0.0-alpha.35](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-07-15)
431
-
432
-
433
- ### :bug: Bug Fix
434
-
435
- * latest dependencies ([f5ea226](https://github.com/things-scene/operato-scene/commit/f5ea2264cde9ee6a0e20586ce9e86e47a3d8d922))
436
- * latest dependencies ([7438dd3](https://github.com/things-scene/operato-scene/commit/7438dd3de9bdef939051ff72aad4c1b5608b6ab9))
437
-
438
-
439
-
440
- ## [1.0.0-alpha.34](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-07-11)
441
-
442
-
443
- ### :bug: Bug Fix
444
-
445
- * latest [@things-factory](https://github.com/things-factory) ([03247f1](https://github.com/things-scene/operato-scene/commit/03247f188183fd784721521ff06ef49c440849bf))
446
-
447
-
448
-
449
- ## [1.0.0-alpha.33](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-07-09)
450
-
451
- **Note:** Version bump only for package @operato/scene-integration
452
-
453
-
454
-
455
-
456
-
457
- ## [1.0.0-alpha.32](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-07-09)
458
-
459
-
460
- ### :bug: Bug Fix
461
-
462
- * latest [@things-factory](https://github.com/things-factory) ([a5ea8ba](https://github.com/things-scene/operato-scene/commit/a5ea8ba70af7ac74e7cdee77fb74a152a0079366))
463
-
464
-
465
-
466
- ## [1.0.0-alpha.31](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-07-07)
467
-
468
- **Note:** Version bump only for package @operato/scene-integration
469
-
470
-
471
-
472
-
473
-
474
- ## [1.0.0-alpha.30](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-07-05)
475
-
476
-
477
- ### :bug: Bug Fix
478
-
479
- * latest [@things-factory](https://github.com/things-factory) ([dac17fa](https://github.com/things-scene/operato-scene/commit/dac17faebadfd2bd2efb7192a3b1f3aafdac0cbd))
480
-
481
-
482
-
483
- ## [1.0.0-alpha.29](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-07-03)
484
-
485
- **Note:** Version bump only for package @operato/scene-integration
486
-
487
-
488
-
489
-
490
-
491
- ## [1.0.0-alpha.28](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2022-07-03)
492
-
493
-
494
- ### :bug: Bug Fix
495
-
496
- * latest [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([6ef27eb](https://github.com/things-scene/operato-scene/commit/6ef27eba820d7641e6c7cc3cedf815c0af74a6c7))
497
- * latest @hatiolab/things-scene [@operato](https://github.com/operato) ([353d090](https://github.com/things-scene/operato-scene/commit/353d0900a24a96aabde48405ee6ec18b1b227e09))
498
- * latest dependencies ([4ad53db](https://github.com/things-scene/operato-scene/commit/4ad53db21b0f88856f93fcbc3a12b80011d73a1b))
499
- * latest dependencies ([7328b85](https://github.com/things-scene/operato-scene/commit/7328b85c151feb718ca1bcdaf9ac36f9f721ed57))
500
-
501
-
502
-
503
- ## [1.0.0-alpha.27](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-06-22)
504
-
505
-
506
- ### :bug: Bug Fix
507
-
508
- * latest @hatiolab/things-scene ([5f7e8b6](https://github.com/things-scene/operato-scene/commit/5f7e8b6f40e7b73ac874be1d473eff847f14afe2))
509
- * latest @hatiolab/things-scene ([1bb48f0](https://github.com/things-scene/operato-scene/commit/1bb48f0259044085f690c817dbe0383a44b15f9b))
510
- * latest @hatiolab/things-scene [@operato](https://github.com/operato) ([ed2b7b8](https://github.com/things-scene/operato-scene/commit/ed2b7b83f0fd06780e6b9841cc6a1702b834e4ac))
511
-
512
-
513
-
514
- ## [1.0.0-alpha.26](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-06-20)
515
-
516
- **Note:** Version bump only for package @operato/scene-integration
517
-
518
-
519
-
520
-
521
-
522
- ## [1.0.0-alpha.25](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-06-20)
523
-
524
- **Note:** Version bump only for package @operato/scene-integration
525
-
526
-
527
-
528
-
529
-
530
- ## [1.0.0-alpha.24](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-06-20)
531
-
532
-
533
- ### :bug: Bug Fix
534
-
535
- * latest [@operato](https://github.com/operato) ([1a59e6f](https://github.com/things-scene/operato-scene/commit/1a59e6f0ced18902fee98b88933650e23f9ad420))
536
- * latest dependencies ([9ee4519](https://github.com/things-scene/operato-scene/commit/9ee4519adfe49e2eac8433f31ad5dea9257a1fca))
537
-
538
-
539
-
540
- ## [1.0.0-alpha.23](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-06-16)
541
-
542
-
543
- ### :bug: Bug Fix
544
-
545
- * latest [@operato](https://github.com/operato) ([45a542f](https://github.com/things-scene/operato-scene/commit/45a542f484a4fe552533a35eb90f2b100e01249f))
546
- * latest [@operato](https://github.com/operato) ([d4020ee](https://github.com/things-scene/operato-scene/commit/d4020eefc797da03d43b73708dcfd8541f5b30af))
547
-
548
-
549
-
550
- ## [1.0.0-alpha.22](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-06-16)
551
-
552
-
553
- ### :bug: Bug Fix
554
-
555
- * latest @hatiolab/things-scene ([0928090](https://github.com/things-scene/operato-scene/commit/09280903b4b0280ee8a76a4d1c2a0bf8d0997563))
556
-
557
-
558
-
559
- ## [1.0.0-alpha.21](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-06-16)
560
-
561
-
562
- ### :bug: Bug Fix
563
-
564
- * latest [@operato](https://github.com/operato) ([8384a79](https://github.com/things-scene/operato-scene/commit/8384a79c616db7c5fb437a480bb8c8337b75db84))
565
-
566
-
567
-
568
- ## [1.0.0-alpha.20](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-06-10)
569
-
570
- **Note:** Version bump only for package @operato/scene-integration
571
-
572
-
573
-
574
-
575
-
576
- ## [1.0.0-alpha.19](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-06-09)
577
-
578
-
579
- ### :bug: Bug Fix
580
-
581
- * latest [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([c6a5475](https://github.com/things-scene/operato-scene/commit/c6a54751a3af539840fd57d031e09ee1552a7b4c))
582
-
583
-
584
-
585
- ## [1.0.0-alpha.18](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-05-30)
586
-
587
-
588
- ### :bug: Bug Fix
589
-
590
- * latest dependencies ([5fae24c](https://github.com/things-scene/operato-scene/commit/5fae24ce2e7d17b5e2e85fae4cee04cfca690549))
591
-
592
-
593
-
594
- ## [1.0.0-alpha.17](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-05-29)
595
-
596
-
597
- ### :bug: Bug Fix
598
-
599
- * latest things-scene & [@things-factory](https://github.com/things-factory) ([485bcce](https://github.com/things-scene/operato-scene/commit/485bccead07ccc5065088f1d458175f84083f9a5))
600
- * update [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([8552127](https://github.com/things-scene/operato-scene/commit/8552127bdda3282ac74e86b936342caa085f6bea))
601
-
602
-
603
-
604
- ## [1.0.0-alpha.16](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-05-23)
605
-
606
-
607
- ### :rocket: New Features
608
-
609
- * migrate data-transform from [@things-factory](https://github.com/things-factory) ([2b7c5d3](https://github.com/things-scene/operato-scene/commit/2b7c5d34027d611c5e8210cada8cd15272944fa5))
610
-
611
-
612
- ### :bug: Bug Fix
613
-
614
- * update dependencies ([8ef917f](https://github.com/things-scene/operato-scene/commit/8ef917f41e83126495d3b75ae3042bbd66cf12c3))
615
-
616
-
617
-
618
- ## [1.0.0-alpha.15](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-05-13)
619
-
620
- **Note:** Version bump only for package @operato/scene-integration
621
-
622
-
623
-
624
-
625
-
626
- ## [1.0.0-alpha.14](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-05-01)
627
-
628
-
629
- ### :bug: Bug Fix
630
-
631
- * apply @hatiolab/things-scene 3.0.6 - memory free ([5778610](https://github.com/things-scene/operato-scene/commit/5778610aa6456709cb931a3185b189f1d3bd1ff9))
632
-
633
-
634
-
635
- ## [1.0.0-alpha.13](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-04-24)
636
-
637
-
638
- ### :bug: Bug Fix
639
-
640
- * "@hatiolab/things-scene": "^3.0.2" ([13057dd](https://github.com/things-scene/operato-scene/commit/13057dd2f8bbb3859abb479516c3483bcc15354b))
641
- * @hatiolab/things-scene 3.0.5 and [@operato](https://github.com/operato) 1.0.0-beta.7 ([bd69bf1](https://github.com/things-scene/operato-scene/commit/bd69bf134c1fe6789f4964f0e6525f728eee8275))
642
- * things-scene 3.0.1 ([288f953](https://github.com/things-scene/operato-scene/commit/288f953947d73ffa3f6e8743f8326570d1dace80))
643
-
644
-
645
-
646
- ## [1.0.0-alpha.12](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-04-18)
647
-
648
-
649
- ### :bug: Bug Fix
650
-
651
- * @hatiolab/things-scene 3.0.0 ([29021a5](https://github.com/things-scene/operato-scene/commit/29021a511e5dc1e91b337b155817d846883ceff7))
652
-
653
-
654
-
655
- ## [1.0.0-alpha.11](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-04-17)
656
-
657
- **Note:** Version bump only for package @operato/scene-integration
658
-
659
-
660
-
661
-
662
-
663
- ## [1.0.0-alpha.10](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-04-10)
664
-
665
- **Note:** Version bump only for package @operato/scene-integration
666
-
667
- ## [1.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-04-07)
668
-
669
- **Note:** Version bump only for package @operato/scene-integration
670
-
671
- ## [1.0.0-alpha.8](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-04-07)
672
-
673
- **Note:** Version bump only for package @operato/scene-integration
674
-
675
- ## [1.0.0-alpha.7](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-04-06)
676
-
677
- **Note:** Version bump only for package @operato/scene-integration
678
-
679
- ## [1.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-04-05)
680
-
681
- ### :bug: Bug Fix
682
-
683
- - [@things-factory](https://github.com/things-factory) 5.0.0-alpha.36 ([459ce88](https://github.com/things-scene/operato-scene/commit/459ce884942ab11bcd1e9b9c6af7bf045b580a41))
684
-
685
- ## [1.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-04-03)
686
-
687
- ### :bug: Bug Fix
688
-
689
- - upgrade lit and operato, things-factory ([f056300](https://github.com/things-scene/operato-scene/commit/f056300c0e2f85c41715d3178f12c39bf3110a34))
690
-
691
- ## [1.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-13)
692
-
693
- ### :bug: Bug Fix
694
-
695
- - [@operato](https://github.com/operato) 1.0.0-alpha.17 ([a8a147c](https://github.com/things-scene/operato-scene/commit/a8a147c972ed571e35d210feb3bfbc7cd31f280b))
696
-
697
- ## [1.0.0-alpha.3](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-13)
698
-
699
- ### :bug: Bug Fix
700
-
701
- - [@operato](https://github.com/operato) 1.0.0-alpha.17 ([52c63fe](https://github.com/things-scene/operato-scene/commit/52c63fe1efde1a8fe6a9dc3b6852b1b2e12322bf))
702
-
703
- ## [1.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-13)
704
-
705
- ### :bug: Bug Fix
706
-
707
- - [@operato](https://github.com/operato) 1.0.0-alpha.14 ([c124d67](https://github.com/things-scene/operato-scene/commit/c124d672260ac940175a2a831f702aa3b5f5c996))
708
-
709
- ## [1.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v0.1.5...v1.0.0-alpha.1) (2022-03-13)
710
-
711
- ### :rocket: New Features
712
-
713
- - [@operato](https://github.com/operato) 1.0.0-alpha and [@things-factory](https://github.com/things-factory) 5.0.0-alpha ([5f7f2d4](https://github.com/things-scene/operato-scene/commit/5f7f2d45ccc8300822e712c93948850bcdb43687))
714
-
715
- ### [0.1.5](https://github.com/things-scene/operato-scene/compare/v0.1.4...v0.1.5) (2022-02-10)
716
-
717
- ### :rocket: New Features
718
-
719
- - move news-ticker to here ([c5e565d](https://github.com/things-scene/operato-scene/commit/c5e565dff6016977766e54b3b74c4f80838f7cd2))
720
-
721
- ### [0.1.4](https://github.com/things-scene/operato-scene/compare/v0.1.3...v0.1.4) (2022-01-30)
722
-
723
- ### :rocket: New Features
724
-
725
- - scene-label migrated from things-factory project ([3c9033c](https://github.com/things-scene/operato-scene/commit/3c9033c9af28bdd0377ac4a538ef7d4bfd38d488))
726
-
727
- ### :bug: Bug Fix
728
-
729
- - applied [@operato](https://github.com/operato) 0.3.24 ([fb4fed0](https://github.com/things-scene/operato-scene/commit/fb4fed0d9fd44d6ae38db6359fdca15fc61f167c))
730
- - applied [@things-factory](https://github.com/things-factory)@^4.0.40 ([3d4e6cb](https://github.com/things-scene/operato-scene/commit/3d4e6cbe167f605a68333fffe18949adb5247c1d))
731
- - upgrade [@operato](https://github.com/operato) dependencies ([7d2478e](https://github.com/things-scene/operato-scene/commit/7d2478e72586b662e6c219f0720c78cde5dd7a2d))
732
- - upgrade [@things-factory](https://github.com/things-factory) and [@operato](https://github.com/operato) ([4d97897](https://github.com/things-scene/operato-scene/commit/4d978970d3c8aba6ecae99e3fa98e431a647e8cb))
733
-
734
- ### [0.1.3](https://github.com/things-scene/operato-scene/compare/v0.1.2...v0.1.3) (2022-01-28)
735
-
736
- ### :rocket: New Features
737
-
738
- - add graphql, mqtt scene component ([e223063](https://github.com/things-scene/operato-scene/commit/e223063b562f6a6a7b6ff12f3e32df30aa920da8))
739
-
740
- ### :bug: Bug Fix
741
-
742
- - applied [@operato](https://github.com/operato)@^0.3.20 ([9a1dcbd](https://github.com/things-scene/operato-scene/commit/9a1dcbd2d1ca7f95b498503c87242b6d57ee3482))
743
- - applied [@things-factory](https://github.com/things-factory)@^4.0.38 and [@operato](https://github.com/operato)@^0.3.18 ([d506c2d](https://github.com/things-scene/operato-scene/commit/d506c2d8a58341eee235079eff9b79bfa1fe350f))
744
-
745
- ### [0.1.2](https://github.com/things-scene/operato-scene/compare/v0.1.1...v0.1.2) (2022-01-13)
746
-
747
- ### :bug: Bug Fix
748
-
749
- - @operato/board upgrade to 0.3.18 ([4c5d232](https://github.com/things-scene/operato-scene/commit/4c5d232d185642624501a369449df21b322384ae))
750
- - sort scenario name list on property editor ([af568e9](https://github.com/things-scene/operato-scene/commit/af568e9665eaa818cf6608f857466f497a9aa970))
751
-
752
- ### [0.1.1](https://github.com/things-scene/operato-scene/compare/v0.1.0...v0.1.1) (2022-01-03)
753
-
754
- ### :bug: Bug Fix
755
-
756
- - [@things-factory](https://github.com/things-factory) 4.0.38 for webpack 5 ([c1b8ce2](https://github.com/things-scene/operato-scene/commit/c1b8ce2a4f069a77b75c82ef8abe2b52974fa5a2))
757
- - @operato/board@0.3.4 ([9f7a868](https://github.com/things-scene/operato-scene/commit/9f7a86820280d24b08dabfd9c9b0f46b4c74feed))
758
-
759
- ## [0.1.0](https://github.com/things-scene/operato-scene/compare/v0.0.26...v0.1.0) (2022-01-03)
760
-
761
- ### :rocket: New Features
762
-
763
- - applied import.meta.url for native web support ([fe65672](https://github.com/things-scene/operato-scene/commit/fe65672550b15276bd9fa79ab7ac886a8502f8b0))
764
-
765
- ### [0.0.26](https://github.com/things-scene/operato-scene/compare/v0.0.25...v0.0.26) (2022-01-01)
766
-
767
- ### :bug: Bug Fix
768
-
769
- - upgrade [@operato](https://github.com/operato) modules ([ddcb27f](https://github.com/things-scene/operato-scene/commit/ddcb27f7562243d9fc581fed3090c3be42ce1d28))
770
-
771
- ### [0.0.25](https://github.com/things-scene/operato-scene/compare/v0.0.24...v0.0.25) (2021-12-28)
772
-
773
- ### :bug: Bug Fix
774
-
775
- - @hatiolab/things-scene@2.7.31 ([b0d1706](https://github.com/things-scene/operato-scene/commit/b0d17064bb42ed4a60008a15d48700a328711ab8))
776
- - upgrade [@things-factory](https://github.com/things-factory) dependencies ([0deff8d](https://github.com/things-scene/operato-scene/commit/0deff8dcaba7a7e81061246298b889f6165091d7))
777
-
778
- ### [0.0.24](https://github.com/things-scene/operato-scene/compare/v0.0.23...v0.0.24) (2021-12-21)
779
-
780
- ### :bug: Bug Fix
781
-
782
- - upgrade [@operato](https://github.com/operato) dependencies ([19adafd](https://github.com/things-scene/operato-scene/commit/19adafde63c6a819c905c8b325b8fca6a3ff9e70))
783
-
784
- ### [0.0.23](https://github.com/things-scene/operato-scene/compare/v0.0.22...v0.0.23) (2021-12-16)
785
-
786
- ### :bug: Bug Fix
787
-
788
- - upgrade dependencies ([3939f9f](https://github.com/things-scene/operato-scene/commit/3939f9f4069f97a5370b616375e3ecf36cf41704))
789
-
790
- ### [0.0.22](https://github.com/things-scene/operato-scene/compare/v0.0.21...v0.0.22) (2021-12-14)
791
-
792
- ### :bug: Bug Fix
793
-
794
- - @hatiolab/things-scene upgrade ([7841684](https://github.com/things-scene/operato-scene/commit/78416849b0a336c55450e15f09d3cb58cc5e8e51))
795
-
796
- ### [0.0.21](https://github.com/things-scene/operato-scene/compare/v0.0.20...v0.0.21) (2021-12-14)
797
-
798
- ### :bug: Bug Fix
799
-
800
- - @things-factory/operato-board@^4.0.17 ([713a319](https://github.com/things-scene/operato-scene/commit/713a319b55a9d27fca98a1b577898863cf89a765))
801
-
802
- ### [0.0.20](https://github.com/things-scene/operato-scene/compare/v0.0.19...v0.0.20) (2021-12-13)
803
-
804
- ### :bug: Bug Fix
805
-
806
- - upgrade [@operato](https://github.com/operato) version ([fbc79cf](https://github.com/things-scene/operato-scene/commit/fbc79cfcc60f92a5c6c510dc07a42bc92b810777))
807
-
808
- ### [0.0.19](https://github.com/things-scene/operato-scene/compare/v0.0.18...v0.0.19) (2021-12-12)
809
-
810
- ### :bug: Bug Fix
811
-
812
- - upgrade @hatiolab/things-scene, @operato/board,property-editor,data-grist ([e6743bd](https://github.com/things-scene/operato-scene/commit/e6743bda29852fdae779b893a1e825a1cb73f0f9))
813
-
814
- ### [0.0.18](https://github.com/things-scene/operato-scene/compare/v0.0.17...v0.0.18) (2021-12-11)
815
-
816
- ### :bug: Bug Fix
817
-
818
- - upgrade things-factory version ([e7fc142](https://github.com/things-scene/operato-scene/commit/e7fc142a70d3d54b61fdd076522dede8a5908dcd))
819
-
820
- ### [0.0.17](https://github.com/things-scene/operato-scene/compare/v0.0.16...v0.0.17) (2021-12-11)
821
-
822
- ### :bug: Bug Fix
823
-
824
- - upgrade operato to 0.2.45 ([0032bad](https://github.com/things-scene/operato-scene/commit/0032bad0914e7fd7eae5e8cc1574df20ce7cb851))
825
-
826
- ### [0.0.16](https://github.com/things-scene/operato-scene/compare/v0.0.15...v0.0.16) (2021-12-09)
827
-
828
- ### :rocket: New Features
829
-
830
- - add indoor-map and gauge component ([35d8a75](https://github.com/things-scene/operato-scene/commit/35d8a75f7d691dd23ea299fd772b79d19eec5d2f))
831
-
832
- ### :bug: Bug Fix
833
-
834
- - operato dependencies ([4309938](https://github.com/things-scene/operato-scene/commit/4309938e154e6638c22c4edd66b756ca2c0e6587))
835
- - upgrade [@operato](https://github.com/operato) dependencies ([92985c7](https://github.com/things-scene/operato-scene/commit/92985c76d2b7e6d3941c2c809a85b3676a579b0e))
836
-
837
- ### [0.0.15](https://github.com/things-scene/operato-scene/compare/v0.0.14...v0.0.15) (2021-12-08)
838
-
839
- ### :bug: Bug Fix
840
-
841
- - upgrade operato dependencies ([0c26428](https://github.com/things-scene/operato-scene/commit/0c26428d0e3236851cd46c4f507c086d9d181ff4))
842
-
843
- ### [0.0.14](https://github.com/things-scene/operato-scene/compare/v0.0.13...v0.0.14) (2021-12-07)
844
-
845
- **Note:** Version bump only for package @operato/scene-integration
846
-
847
- ### [0.0.13](https://github.com/things-scene/operato-scene/compare/v0.0.12...v0.0.13) (2021-12-07)
848
-
849
- ### :rocket: New Features
850
-
851
- - scene-grist complete ([cf87cb7](https://github.com/things-scene/operato-scene/commit/cf87cb7df0ae276341b16dee5c2e0f949703ff02))
852
-
853
- ### :bug: Bug Fix
854
-
855
- - upgrade operato version ([e5ec388](https://github.com/things-scene/operato-scene/commit/e5ec38843b215be144a06ee65dfce22acff4ca1c))
856
-
857
- ### [0.0.12](https://github.com/things-scene/operato-scene/compare/v0.0.11...v0.0.12) (2021-12-06)
858
-
859
- **Note:** Version bump only for package @operato/scene-integration
860
-
861
- ### [0.0.11](https://github.com/things-scene/operato-scene/compare/v0.0.10...v0.0.11) (2021-12-06)
862
-
863
- ### :rocket: New Features
864
-
865
- - add wheel-sorter, legend, timer and compass ([dc90f73](https://github.com/things-scene/operato-scene/commit/dc90f73054424c0867a1c4a28d51da6e7fab8b85))
866
- - add wheel-sorter, legend, timer and compass ([518950c](https://github.com/things-scene/operato-scene/commit/518950cb5476048504a415a1dd0a1fd2d4359a77))
867
-
868
- ### [0.0.10](https://github.com/things-scene/operato-scene/compare/v0.0.9...v0.0.10) (2021-12-06)
869
-
870
- ### :bug: Bug Fix
871
-
872
- - module things-factory for test upgraded ([6a4a853](https://github.com/things-scene/operato-scene/commit/6a4a853f6beb80403c29bd8f423902f6e9ecdd81))
873
-
874
- ### :rocket: New Features
875
-
876
- - add @operato/scene-clock ([74da632](https://github.com/things-scene/operato-scene/commit/74da632211643f47f50a886ca7173bced0132b62))
877
- - add @operato/scene-clock ([8b0d55c](https://github.com/things-scene/operato-scene/commit/8b0d55ce3ce35f0b4e8aee02703370937a30275a))
878
-
879
- ### [0.0.9](https://github.com/things-scene/operato-scene/compare/v0.0.8...v0.0.9) (2021-12-03)
880
-
881
- ### :rocket: New Features
882
-
883
- - operato/scene-grist added ([5dfb9ac](https://github.com/things-scene/operato-scene/commit/5dfb9ac35f46d0b101cbcb43dc7d90c937d8e2ff))
884
-
885
- ### :bug: Bug Fix
886
-
887
- - ready to operato/scene-grist ([0cc9cc0](https://github.com/things-scene/operato-scene/commit/0cc9cc02d608be80ba5e39c017b5c2080e959da9))
888
-
889
- ### [0.0.8](https://github.com/things-scene/operato-scene/compare/v0.0.7...v0.0.8) (2021-12-03)
890
-
891
- **Note:** Version bump only for package @operato/scene-integration
892
-
893
- ### [0.0.7](https://github.com/things-scene/operato-scene/compare/v0.0.6...v0.0.7) (2021-12-03)
894
-
895
- ### :bug: Bug Fix
896
-
897
- - integration editors ([abb6968](https://github.com/things-scene/operato-scene/commit/abb696884ba751b1379477e7f9f7a4010c98eba1))
898
-
899
- ### [0.0.6](https://github.com/things-scene/operato-scene/compare/v0.0.5...v0.0.6) (2021-12-03)
900
-
901
- ### :bug: Bug Fix
902
-
903
- - tsconfig ([a5ce449](https://github.com/things-scene/operato-scene/commit/a5ce449078e0b5371323984b78f1fb32526489bd))
904
-
905
- ### [0.0.5](https://github.com/things-scene/operato-scene/compare/v0.0.4...v0.0.5) (2021-12-03)
906
-
907
- ### :rocket: New Features
908
-
909
- - add chartjs ([6b3b67b](https://github.com/things-scene/operato-scene/commit/6b3b67be882eda21a702f4f13ed5e0c4606ac934))
910
- - added scene-half-roundrect and integration ([91092e6](https://github.com/things-scene/operato-scene/commit/91092e664dd0d962e981f4acae70252f4c2ac6da))
911
-
912
- ### :bug: Bug Fix
913
-
914
- - add chartjs, integration module ([24cd106](https://github.com/things-scene/operato-scene/commit/24cd1065d13314e7ca3927a0306fed766531b851))