@pie-element/drag-in-the-blank 10.1.2-next.2 → 10.1.2

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 (85) hide show
  1. package/CHANGELOG.json +1042 -0
  2. package/CHANGELOG.md +2183 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +652 -0
  6. package/configure/CHANGELOG.md +1883 -0
  7. package/configure/lib/choice.js +137 -0
  8. package/configure/lib/choice.js.map +1 -0
  9. package/configure/lib/choices.js +319 -0
  10. package/configure/lib/choices.js.map +1 -0
  11. package/configure/lib/defaults.js +169 -0
  12. package/configure/lib/defaults.js.map +1 -0
  13. package/configure/lib/index.js +144 -0
  14. package/configure/lib/index.js.map +1 -0
  15. package/configure/lib/main.js +440 -0
  16. package/configure/lib/main.js.map +1 -0
  17. package/configure/lib/markupUtils.js +83 -0
  18. package/configure/lib/markupUtils.js.map +1 -0
  19. package/configure/package.json +25 -0
  20. package/configure/utils.js +17 -0
  21. package/controller/CHANGELOG.json +457 -0
  22. package/controller/CHANGELOG.md +1284 -0
  23. package/controller/lib/defaults.js +24 -0
  24. package/controller/lib/defaults.js.map +1 -0
  25. package/controller/lib/index.js +251 -0
  26. package/controller/lib/index.js.map +1 -0
  27. package/controller/lib/utils.js +39 -0
  28. package/controller/lib/utils.js.map +1 -0
  29. package/controller/package.json +16 -0
  30. package/docs/config-schema.json +2580 -0
  31. package/docs/config-schema.json.md +1905 -0
  32. package/docs/demo/config.js +8 -0
  33. package/docs/demo/generate.js +41 -0
  34. package/docs/demo/index.html +1 -0
  35. package/docs/demo/session.js +10 -0
  36. package/docs/pie-schema.json +1181 -0
  37. package/docs/pie-schema.json.md +853 -0
  38. package/lib/index.js +206 -0
  39. package/lib/index.js.map +1 -0
  40. package/lib/main.js +126 -0
  41. package/lib/main.js.map +1 -0
  42. package/package.json +22 -87
  43. package/configure.js +0 -2
  44. package/controller.js +0 -1
  45. package/dist/author/choice.d.ts +0 -22
  46. package/dist/author/choice.js +0 -88
  47. package/dist/author/choices.d.ts +0 -41
  48. package/dist/author/choices.js +0 -172
  49. package/dist/author/defaults.d.ts +0 -171
  50. package/dist/author/defaults.js +0 -123
  51. package/dist/author/index.d.ts +0 -42
  52. package/dist/author/index.js +0 -92
  53. package/dist/author/main.d.ts +0 -36
  54. package/dist/author/main.js +0 -301
  55. package/dist/author/markupUtils.d.ts +0 -17
  56. package/dist/author/markupUtils.js +0 -38
  57. package/dist/author/utils.d.ts +0 -9
  58. package/dist/author/utils.js +0 -7
  59. package/dist/browser/author/index.js +0 -39603
  60. package/dist/browser/author/index.js.map +0 -1
  61. package/dist/browser/controller/index.js +0 -176
  62. package/dist/browser/controller/index.js.map +0 -1
  63. package/dist/browser/delivery/index.js +0 -3414
  64. package/dist/browser/delivery/index.js.map +0 -1
  65. package/dist/browser/dist-BkH5WSi5.js +0 -121
  66. package/dist/browser/dist-BkH5WSi5.js.map +0 -1
  67. package/dist/browser/drag-in-the-blank.css +0 -2
  68. package/dist/browser/drag-provider-D0fyq5lq.js +0 -10946
  69. package/dist/browser/drag-provider-D0fyq5lq.js.map +0 -1
  70. package/dist/controller/defaults.d.ts +0 -26
  71. package/dist/controller/defaults.js +0 -20
  72. package/dist/controller/index.d.ts +0 -41
  73. package/dist/controller/index.js +0 -104
  74. package/dist/controller/utils.d.ts +0 -16
  75. package/dist/controller/utils.js +0 -14
  76. package/dist/delivery/index.d.ts +0 -21
  77. package/dist/delivery/index.js +0 -105
  78. package/dist/delivery/main.d.ts +0 -28
  79. package/dist/delivery/main.js +0 -83
  80. package/dist/index.d.ts +0 -1
  81. package/dist/index.iife.d.ts +0 -8
  82. package/dist/index.iife.js +0 -152
  83. package/dist/index.js +0 -2
  84. package/dist/runtime-support.d.ts +0 -12
  85. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,457 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": "version",
5
+ "subject": "bumped the versions",
6
+ "merge": null,
7
+ "header": "chore(version): bumped the versions",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
12
+ "gitTags": " (origin/feat/mask-markup-elements)",
13
+ "committerDate": "2019-06-06 01:15:50 +0300",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/drag-in-the-blank-controller@1.1.0"
16
+ },
17
+ {
18
+ "type": "feat",
19
+ "scope": "mask-markup-elements",
20
+ "subject": "major changes to all 3 elements",
21
+ "merge": null,
22
+ "header": "feat(mask-markup-elements): major changes to all 3 elements",
23
+ "body": null,
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "039a33e23496f96bbd75f3615d9a2b661a9bb47e",
27
+ "gitTags": "",
28
+ "committerDate": "2019-06-05 17:45:57 +0300",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/drag-in-the-blank-controller@1.1.0"
31
+ },
32
+ {
33
+ "type": "feat",
34
+ "scope": "mask-markup-elements",
35
+ "subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
36
+ "merge": null,
37
+ "header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
42
+ "gitTags": "",
43
+ "committerDate": "2019-05-16 15:55:08 +0300",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/drag-in-the-blank-controller@1.1.0"
46
+ },
47
+ {
48
+ "type": "chore",
49
+ "scope": "merge",
50
+ "subject": "merged develop into master",
51
+ "merge": null,
52
+ "header": "chore(merge): merged develop into master",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
57
+ "gitTags": " (develop)",
58
+ "committerDate": "2019-06-07 23:29:44 +0300",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/drag-in-the-blank-controller@1.2.0"
61
+ },
62
+ {
63
+ "type": "feat",
64
+ "scope": "mask-markup-elements",
65
+ "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
66
+ "merge": null,
67
+ "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
68
+ "body": null,
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
72
+ "gitTags": "",
73
+ "committerDate": "2019-06-07 23:05:19 +0300",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/drag-in-the-blank-controller@1.2.0"
76
+ },
77
+ {
78
+ "type": "feat",
79
+ "scope": "mask-markup-elements",
80
+ "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
81
+ "merge": null,
82
+ "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
87
+ "gitTags": "",
88
+ "committerDate": "2019-06-07 23:05:19 +0300",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/drag-in-the-blank-controller@1.2.0"
91
+ },
92
+ {
93
+ "type": "chore",
94
+ "scope": "merged",
95
+ "subject": "merged develop",
96
+ "merge": null,
97
+ "header": "chore(merged): merged develop",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
102
+ "gitTags": " (develop)",
103
+ "committerDate": "2019-06-13 16:26:43 +0300",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/drag-in-the-blank-controller@1.3.0"
106
+ },
107
+ {
108
+ "type": "feat",
109
+ "scope": "ui",
110
+ "subject": "updated the ui",
111
+ "merge": null,
112
+ "header": "feat(ui): updated the ui",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "2baa5795a4e46e01d260c87a7197600abbde4a33",
117
+ "gitTags": "",
118
+ "committerDate": "2019-06-13 16:19:13 +0300",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/drag-in-the-blank-controller@1.3.0"
121
+ },
122
+ {
123
+ "type": "fix",
124
+ "scope": "scoring-and-feedback",
125
+ "subject": "fixed scoring and added alternate responses",
126
+ "merge": null,
127
+ "header": "fix(scoring-and-feedback): fixed scoring and added alternate responses",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "dd0bb02495ac7c755cea8f9d85c07bec71879658",
132
+ "gitTags": "",
133
+ "committerDate": "2019-06-19 10:16:41 +0200",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/drag-in-the-blank-controller@1.3.3"
136
+ },
137
+ {
138
+ "type": "fix",
139
+ "scope": "general",
140
+ "subject": "fixed some general issues",
141
+ "merge": null,
142
+ "header": "fix(general): fixed some general issues",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
147
+ "gitTags": "",
148
+ "committerDate": "2019-06-19 17:57:41 -0500",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/drag-in-the-blank-controller@1.3.4"
151
+ },
152
+ {
153
+ "type": "fix",
154
+ "scope": "rendering",
155
+ "subject": "made sure all the items are rendered properly [c1935]",
156
+ "merge": null,
157
+ "header": "fix(rendering): made sure all the items are rendered properly [c1935]",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
162
+ "gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
163
+ "committerDate": "2019-06-26 13:02:43 -0400",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/drag-in-the-blank-controller@1.3.6"
166
+ },
167
+ {
168
+ "type": "feat",
169
+ "scope": "mask-markup-elements",
170
+ "subject": "refactored the elements and version bumped the necessary files",
171
+ "merge": null,
172
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
177
+ "gitTags": "",
178
+ "committerDate": "2019-07-02 13:38:48 -0400",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/drag-in-the-blank-controller@1.4.0"
181
+ },
182
+ {
183
+ "type": "fix",
184
+ "scope": null,
185
+ "subject": "support rationale",
186
+ "merge": null,
187
+ "header": "fix: support rationale",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "22d2b035db5a91d28bff796b5ddadf10a0b2d990",
192
+ "gitTags": "",
193
+ "committerDate": "2019-07-15 18:55:06 +0300",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/drag-in-the-blank-controller@1.4.4"
196
+ },
197
+ {
198
+ "type": "fix",
199
+ "scope": null,
200
+ "subject": "feedback not set correctly if there's no correct response or no response at all.",
201
+ "merge": null,
202
+ "header": "fix: feedback not set correctly if there's no correct response or no response at all.",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "69a88990601cc1cebecf1a127acc7a01ffc9f2d3",
207
+ "gitTags": "",
208
+ "committerDate": "2019-08-15 18:15:27 +0300",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/drag-in-the-blank-controller@1.4.9"
211
+ },
212
+ {
213
+ "type": "feat",
214
+ "scope": null,
215
+ "subject": "Session null/empty check",
216
+ "merge": null,
217
+ "header": "feat: Session null/empty check",
218
+ "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [categorize + fixed not partial scoring, charting, drag-in-the-blank]",
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "33569a4a262083f112162ddf1401189818156112",
222
+ "gitTags": "",
223
+ "committerDate": "2019-08-22 10:53:14 +0300",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/drag-in-the-blank-controller@1.5.0"
226
+ },
227
+ {
228
+ "type": "fix",
229
+ "scope": null,
230
+ "subject": "bump pie-lib/controller-utils",
231
+ "merge": null,
232
+ "header": "fix: bump pie-lib/controller-utils",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
237
+ "gitTags": "",
238
+ "committerDate": "2019-08-30 23:15:07 +0300",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/drag-in-the-blank-controller@1.6.0"
241
+ },
242
+ {
243
+ "type": "feat",
244
+ "scope": null,
245
+ "subject": "make use of updateSession callback",
246
+ "merge": null,
247
+ "header": "feat: make use of updateSession callback",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "85374dd6f6c63b5e1ce0b0fa952137f398a33b11",
252
+ "gitTags": "",
253
+ "committerDate": "2019-08-23 17:43:52 +0300",
254
+ "isTagged": true,
255
+ "tag": "@pie-element/drag-in-the-blank-controller@1.6.0"
256
+ },
257
+ {
258
+ "type": "feat",
259
+ "scope": null,
260
+ "subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
261
+ "merge": null,
262
+ "header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
263
+ "body": null,
264
+ "footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
265
+ "notes": [
266
+ {
267
+ "title": "BREAKING CHANGE",
268
+ "text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
269
+ }
270
+ ],
271
+ "hash": "0e74d85fb5e7cad0634d86a3c5e051181251e9a9",
272
+ "gitTags": "",
273
+ "committerDate": "2019-09-16 19:14:43 +0300",
274
+ "isTagged": true,
275
+ "tag": "@pie-element/drag-in-the-blank-controller@2.0.0"
276
+ },
277
+ {
278
+ "type": "feat",
279
+ "scope": "drag-in-the-blank",
280
+ "subject": "model based prompt",
281
+ "merge": null,
282
+ "header": "feat(drag-in-the-blank): model based prompt",
283
+ "body": null,
284
+ "footer": null,
285
+ "notes": [],
286
+ "hash": "a5c983e5c73b7e59b1a593da50a653e4e41054df",
287
+ "gitTags": "",
288
+ "committerDate": "2019-09-24 16:35:29 +0300",
289
+ "isTagged": true,
290
+ "tag": "@pie-element/drag-in-the-blank-controller@2.1.0"
291
+ },
292
+ {
293
+ "type": "fix",
294
+ "scope": null,
295
+ "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
296
+ "merge": null,
297
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
298
+ "body": null,
299
+ "footer": null,
300
+ "notes": [],
301
+ "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
302
+ "gitTags": "",
303
+ "committerDate": "2019-10-11 12:38:26 +0100",
304
+ "isTagged": true,
305
+ "tag": "@pie-element/drag-in-the-blank-controller@3.0.1"
306
+ },
307
+ {
308
+ "type": "fix",
309
+ "scope": null,
310
+ "subject": "bump @pie-lib/controller-utils@^0.2.2",
311
+ "merge": null,
312
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
313
+ "body": null,
314
+ "footer": null,
315
+ "notes": [],
316
+ "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
317
+ "gitTags": "",
318
+ "committerDate": "2019-10-15 12:11:16 +0100",
319
+ "isTagged": true,
320
+ "tag": "@pie-element/drag-in-the-blank-controller@3.0.2"
321
+ },
322
+ {
323
+ "type": "fix",
324
+ "scope": null,
325
+ "subject": "ch2766 fix unresolved promise (#366)",
326
+ "merge": null,
327
+ "header": "fix: ch2766 fix unresolved promise (#366)",
328
+ "body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
329
+ "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
330
+ "notes": [],
331
+ "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
332
+ "gitTags": " (origin/develop, origin/HEAD)",
333
+ "committerDate": "2019-10-16 15:50:55 -0400",
334
+ "isTagged": true,
335
+ "tag": "@pie-element/drag-in-the-blank-controller@3.0.4"
336
+ },
337
+ {
338
+ "type": "feat",
339
+ "scope": null,
340
+ "subject": "Added tests for get score, outcome, correctResponse, all correct responses and choice is empty functions.",
341
+ "merge": null,
342
+ "header": "feat: Added tests for get score, outcome, correctResponse, all correct responses and choice is empty functions.",
343
+ "body": null,
344
+ "footer": null,
345
+ "notes": [],
346
+ "hash": "8095be9bc07eec08b132d4b590f2a84c6b9c440e",
347
+ "gitTags": "",
348
+ "committerDate": "2019-10-24 21:46:17 +0300",
349
+ "isTagged": true,
350
+ "tag": "@pie-element/drag-in-the-blank-controller@3.1.0"
351
+ },
352
+ {
353
+ "type": "feat",
354
+ "scope": null,
355
+ "subject": "Added tests.",
356
+ "merge": null,
357
+ "header": "feat: Added tests.",
358
+ "body": "(WIP)",
359
+ "footer": null,
360
+ "notes": [],
361
+ "hash": "21b7dada9944f7908de545a52e495eb0ac41e82e",
362
+ "gitTags": "",
363
+ "committerDate": "2019-10-24 13:50:15 +0300",
364
+ "isTagged": true,
365
+ "tag": "@pie-element/drag-in-the-blank-controller@3.1.0"
366
+ },
367
+ {
368
+ "type": "fix",
369
+ "scope": null,
370
+ "subject": "PIE-201 - store prompts and answers in session, fix",
371
+ "merge": null,
372
+ "header": "fix: PIE-201 - store prompts and answers in session, fix",
373
+ "body": "controller-utils to use 0 as key",
374
+ "footer": null,
375
+ "notes": [],
376
+ "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
377
+ "gitTags": "",
378
+ "committerDate": "2019-11-18 20:35:06 +0000",
379
+ "isTagged": true,
380
+ "tag": "@pie-element/drag-in-the-blank-controller@3.1.2"
381
+ },
382
+ {
383
+ "type": "feat",
384
+ "scope": "choices",
385
+ "subject": "handled html tags in choices to allow images [ch5684]",
386
+ "merge": null,
387
+ "header": "feat(choices): handled html tags in choices to allow images [ch5684]",
388
+ "body": null,
389
+ "footer": null,
390
+ "notes": [],
391
+ "hash": "39b774972cc3928cd288acdf92d13892192cab45",
392
+ "gitTags": "",
393
+ "committerDate": "2020-01-20 09:47:44 +0200",
394
+ "isTagged": true,
395
+ "tag": "@pie-element/drag-in-the-blank-controller@3.2.0"
396
+ },
397
+ {
398
+ "type": "feat",
399
+ "scope": null,
400
+ "subject": "PIE-200 - add partialScoring",
401
+ "merge": null,
402
+ "header": "feat: PIE-200 - add partialScoring",
403
+ "body": null,
404
+ "footer": null,
405
+ "notes": [],
406
+ "hash": "b26ffcd73310c49e69287b806540548ad2c86ba1",
407
+ "gitTags": "",
408
+ "committerDate": "2019-12-06 12:22:05 +0000",
409
+ "isTagged": true,
410
+ "tag": "@pie-element/drag-in-the-blank-controller@3.2.0"
411
+ },
412
+ {
413
+ "type": "fix",
414
+ "scope": null,
415
+ "subject": "bump ui versions",
416
+ "merge": null,
417
+ "header": "fix: bump ui versions",
418
+ "body": null,
419
+ "footer": null,
420
+ "notes": [],
421
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
422
+ "gitTags": "",
423
+ "committerDate": "2020-03-31 19:25:13 +0100",
424
+ "isTagged": true,
425
+ "tag": "@pie-element/drag-in-the-blank-controller@3.3.0"
426
+ },
427
+ {
428
+ "type": "fix",
429
+ "scope": null,
430
+ "subject": "bump all packages to avoid tag conflict",
431
+ "merge": null,
432
+ "header": "fix: bump all packages to avoid tag conflict",
433
+ "body": null,
434
+ "footer": null,
435
+ "notes": [],
436
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
437
+ "gitTags": " (develop)",
438
+ "committerDate": "2020-04-10 20:01:37 +0100",
439
+ "isTagged": true,
440
+ "tag": "@pie-element/drag-in-the-blank-controller@3.3.1"
441
+ },
442
+ {
443
+ "type": "fix",
444
+ "scope": null,
445
+ "subject": "bump ui/lib versions",
446
+ "merge": null,
447
+ "header": "fix: bump ui/lib versions",
448
+ "body": null,
449
+ "footer": null,
450
+ "notes": [],
451
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
452
+ "gitTags": "",
453
+ "committerDate": "2020-04-14 15:36:44 +0100",
454
+ "isTagged": true,
455
+ "tag": "@pie-element/drag-in-the-blank-controller@3.3.3"
456
+ }
457
+ ]