@quark-hq/quark-scripts 0.0.1

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 (86) hide show
  1. package/LICENSE +21 -0
  2. package/dist/app/base-application.js +67 -0
  3. package/dist/app/buildApplication.js +20 -0
  4. package/dist/app/copyStaticApplication.js +34 -0
  5. package/dist/app/devApplication.js +59 -0
  6. package/dist/app/prod-publish-application.js +124 -0
  7. package/dist/app/publish-dev-application.js +104 -0
  8. package/dist/app/publishDevApplication.js +16 -0
  9. package/dist/app/release-application.js +85 -0
  10. package/dist/app/releaseApplication.js +154 -0
  11. package/dist/app/unfreeze-application.js +75 -0
  12. package/dist/app/watchStaticApplication.js +34 -0
  13. package/dist/cli/cli-containers.js +70 -0
  14. package/dist/cli/cliCommand.js +2 -0
  15. package/dist/cli/cliContainers.js +62 -0
  16. package/dist/cli/commands/buildCommands.js +17 -0
  17. package/dist/cli/commands/copyStaticCommands.js +17 -0
  18. package/dist/cli/commands/devCommands.js +17 -0
  19. package/dist/cli/commands/prod-publish-commands.js +18 -0
  20. package/dist/cli/commands/publish-dev-commands.js +17 -0
  21. package/dist/cli/commands/publishDevCommands.js +17 -0
  22. package/dist/cli/commands/release-commands.js +17 -0
  23. package/dist/cli/commands/releaseCommands.js +17 -0
  24. package/dist/cli/commands/relesaeCommand.js +15 -0
  25. package/dist/cli/commands/unfreeze-commands.js +17 -0
  26. package/dist/cli/commands/watchStaticCommands.js +17 -0
  27. package/dist/cli/program.js +16 -0
  28. package/dist/commands/index.d.ts +8 -0
  29. package/dist/commands/index.js +132 -0
  30. package/dist/commands/index.js.map +1 -0
  31. package/dist/domain/graph.js +2 -0
  32. package/dist/domain/new-package-freeze-from-map.js +21 -0
  33. package/dist/domain/resolve-workspace-dependency-specifier-for-freeze-map.js +33 -0
  34. package/dist/domain/reverse-dependents.js +45 -0
  35. package/dist/domain/topological-sorting.js +43 -0
  36. package/dist/domain/transitive-dependents.js +25 -0
  37. package/dist/domain/workspace-transitive-dependencies.js +25 -0
  38. package/dist/errors/unfreeze-blocked-error.js +44 -0
  39. package/dist/index.d.ts +2 -0
  40. package/dist/index.js +32 -0
  41. package/dist/index.js.map +1 -0
  42. package/dist/infrastructure/adapters/base-release-adapter.js +281 -0
  43. package/dist/infrastructure/adapters/maven-prod-publish-adapter.js +48 -0
  44. package/dist/infrastructure/adapters/maven-release-adapter.js +58 -0
  45. package/dist/infrastructure/adapters/node-prod-publish-adapter.js +111 -0
  46. package/dist/infrastructure/adapters/node-release-adapter/node-file-update.js +1 -0
  47. package/dist/infrastructure/adapters/node-release-adapter/node-release-adapter.js +289 -0
  48. package/dist/infrastructure/adapters/node-release-adapter.js +202 -0
  49. package/dist/infrastructure/config/loadDotEnv.js +38 -0
  50. package/dist/infrastructure/config/nodeRegistryEnv.js +41 -0
  51. package/dist/infrastructure/config/quarkConfigProvider.js +50 -0
  52. package/dist/infrastructure/git/gitService.js +179 -0
  53. package/dist/infrastructure/graph/nxGraphProvide.js +84 -0
  54. package/dist/infrastructure/logging/consoleLogger.js +25 -0
  55. package/dist/infrastructure/process/nodeProcessRunner.js +14 -0
  56. package/dist/infrastructure/release/git-release-map-store.js +64 -0
  57. package/dist/ports/config.js +2 -0
  58. package/dist/ports/git.js +2 -0
  59. package/dist/ports/graph.js +2 -0
  60. package/dist/ports/logger.js +2 -0
  61. package/dist/ports/map.js +2 -0
  62. package/dist/ports/platform-dev-publish-adapter.js +2 -0
  63. package/dist/ports/platform-prod-publish-adapter.js +2 -0
  64. package/dist/ports/platform-release-adapter.js +2 -0
  65. package/dist/ports/processRunner.js +2 -0
  66. package/dist/ports/prompts.js +2 -0
  67. package/dist/ports/release-map-store.js +2 -0
  68. package/dist/scripts/dev.d.ts +20 -0
  69. package/dist/scripts/dev.js +204 -0
  70. package/dist/scripts/dev.js.map +1 -0
  71. package/dist/scripts/map.json +1616 -0
  72. package/dist/scripts/prod.d.ts +1 -0
  73. package/dist/scripts/prod.js +143 -0
  74. package/dist/scripts/prod.js.map +1 -0
  75. package/dist/scripts/release.d.ts +51 -0
  76. package/dist/scripts/release.js +833 -0
  77. package/dist/scripts/release.js.map +1 -0
  78. package/dist/tests/index.test.js +13 -0
  79. package/dist/tests/mocks/release.js +8 -0
  80. package/dist/tests/unit/release/index.test.js +32 -0
  81. package/dist/utils/checkIfFreeze.js +1 -0
  82. package/dist/utils/commit.js +39 -0
  83. package/dist/utils/drawRepoStatus.js +66 -0
  84. package/dist/utils/file.js +14 -0
  85. package/dist/utils/metrics.js +22 -0
  86. package/package.json +64 -0
@@ -0,0 +1,1616 @@
1
+ {
2
+ "@acko-tech/acko-calculators.ui.ackolife-banner": {
3
+ "bumpType": "minor",
4
+ "baseVersion": "2.0.0",
5
+ "newVersion": "2.1.0",
6
+ "changeLog": "ads"
7
+ },
8
+ "@acko-tech/acko-calculators.ui.baby-name": {
9
+ "bumpType": "major",
10
+ "baseVersion": "1.0.0",
11
+ "newVersion": "2.0.0",
12
+ "changeLog": "Major release for stable production version",
13
+ "oldVersion": "1.0.0"
14
+ },
15
+ "@acko-tech/acko-calculators.ui.bmi-calculator": {
16
+ "bumpType": "major",
17
+ "baseVersion": "1.0.0",
18
+ "newVersion": "2.0.0",
19
+ "changeLog": "Major release for stable production version",
20
+ "oldVersion": "1.0.0"
21
+ },
22
+ "@acko-tech/acko-calculators.ui.bmr-calculator": {
23
+ "bumpType": "major",
24
+ "baseVersion": "1.0.0",
25
+ "newVersion": "2.0.0",
26
+ "changeLog": "Major release for stable production version",
27
+ "oldVersion": "1.0.0"
28
+ },
29
+ "@acko-tech/acko-calculators.ui.body-fat-calculator": {
30
+ "bumpType": "major",
31
+ "baseVersion": "1.0.0",
32
+ "newVersion": "2.0.0",
33
+ "changeLog": "Major release for stable production version",
34
+ "oldVersion": "1.0.0"
35
+ },
36
+ "@acko-tech/acko-calculators.ui.body-shape-calculator": {
37
+ "bumpType": "major",
38
+ "baseVersion": "1.0.0",
39
+ "newVersion": "2.0.0",
40
+ "changeLog": "Major release for stable production version",
41
+ "oldVersion": "1.0.0"
42
+ },
43
+ "@acko-tech/acko-calculators.ui.body-surface-calculator": {
44
+ "bumpType": "major",
45
+ "baseVersion": "1.0.0",
46
+ "newVersion": "2.0.0",
47
+ "changeLog": "Major release for stable production version",
48
+ "oldVersion": "1.0.0"
49
+ },
50
+ "@acko-tech/acko-calculators.ui.body-type-calculator": {
51
+ "bumpType": "major",
52
+ "baseVersion": "1.0.0",
53
+ "newVersion": "2.0.0",
54
+ "changeLog": "Major release for stable production version",
55
+ "oldVersion": "1.0.0"
56
+ },
57
+ "@acko-tech/acko-calculators.ui.cagr-calci": {
58
+ "bumpType": "patch",
59
+ "baseVersion": "2.0.0",
60
+ "newVersion": "2.0.1",
61
+ "changeLog": "Removed import from dist"
62
+ },
63
+ "@acko-tech/acko-calculators.ui.calorie-deficit": {
64
+ "bumpType": "major",
65
+ "baseVersion": "1.0.0",
66
+ "newVersion": "2.0.0",
67
+ "changeLog": "Major release for stable production version",
68
+ "oldVersion": "1.0.0"
69
+ },
70
+ "@acko-tech/acko-calculators.ui.calories-burned-calculator": {
71
+ "bumpType": "major",
72
+ "baseVersion": "1.0.0",
73
+ "newVersion": "2.0.0",
74
+ "changeLog": "Major release for stable production version",
75
+ "oldVersion": "1.0.0"
76
+ },
77
+ "@acko-tech/acko-calculators.ui.capital-gain-calculator": {
78
+ "bumpType": "major",
79
+ "baseVersion": "1.0.0",
80
+ "newVersion": "2.0.0",
81
+ "changeLog": "Major release for stable production version",
82
+ "oldVersion": "1.0.0"
83
+ },
84
+ "@acko-tech/acko-calculators.ui.carbon-calculator": {
85
+ "bumpType": "major",
86
+ "baseVersion": "1.0.0",
87
+ "newVersion": "2.0.0",
88
+ "changeLog": "Major release for stable production version",
89
+ "oldVersion": "1.0.0"
90
+ },
91
+ "@acko-tech/acko-calculators.ui.compound-interest-calculator": {
92
+ "bumpType": "major",
93
+ "changeLog": "Major release for stable production version",
94
+ "newVersion": "2.0.0",
95
+ "oldVersion": "1.0.0",
96
+ "baseVersion": "1.0.0"
97
+ },
98
+ "@acko-tech/acko-calculators.ui.compoundinterest-calci": {
99
+ "bumpType": "patch",
100
+ "baseVersion": "2.0.0",
101
+ "newVersion": "2.0.1",
102
+ "changeLog": "Removed import from dist"
103
+ },
104
+ "@acko-tech/acko-calculators.ui.conception-calculator": {
105
+ "bumpType": "major",
106
+ "baseVersion": "1.0.0",
107
+ "newVersion": "2.0.0",
108
+ "changeLog": "Major release for stable production version",
109
+ "oldVersion": "1.0.0"
110
+ },
111
+ "@acko-tech/acko-calculators.ui.corrected-calcium-calculator": {
112
+ "bumpType": "major",
113
+ "changeLog": "Major release for stable production version",
114
+ "newVersion": "2.0.0",
115
+ "oldVersion": "1.0.0",
116
+ "baseVersion": "1.0.0"
117
+ },
118
+ "@acko-tech/acko-calculators.ui.creatinine-clearance-calculator": {
119
+ "bumpType": "major",
120
+ "baseVersion": "1.0.0",
121
+ "newVersion": "2.0.0",
122
+ "changeLog": "Major release for stable production version",
123
+ "oldVersion": "1.0.0"
124
+ },
125
+ "@acko-tech/acko-calculators.ui.crorepathicalci": {
126
+ "bumpType": "major",
127
+ "changeLog": "Major release for stable production version",
128
+ "newVersion": "2.0.0",
129
+ "oldVersion": "1.0.0",
130
+ "baseVersion": "1.0.0"
131
+ },
132
+ "@acko-tech/acko-calculators.ui.currency-converter": {
133
+ "bumpType": "major",
134
+ "changeLog": "Major release for stable production version",
135
+ "newVersion": "2.0.0",
136
+ "oldVersion": "1.0.0",
137
+ "baseVersion": "1.0.0"
138
+ },
139
+ "@acko-tech/acko-calculators.ui.daily-helper-calculator": {
140
+ "bumpType": "major",
141
+ "baseVersion": "1.0.0",
142
+ "newVersion": "2.0.0",
143
+ "changeLog": "Major release for stable production version",
144
+ "oldVersion": "1.0.0"
145
+ },
146
+ "@acko-tech/acko-calculators.ui.discount-cacli": {
147
+ "bumpType": "patch",
148
+ "baseVersion": "2.0.0",
149
+ "newVersion": "2.0.1",
150
+ "changeLog": "Removed import from dist"
151
+ },
152
+ "@acko-tech/acko-calculators.ui.driver-salary-bill": {
153
+ "bumpType": "major",
154
+ "baseVersion": "1.0.0",
155
+ "newVersion": "2.0.0",
156
+ "changeLog": "Major release for stable production version",
157
+ "oldVersion": "1.0.0"
158
+ },
159
+ "@acko-tech/acko-calculators.ui.emergency-fund-calculator": {
160
+ "bumpType": "major",
161
+ "baseVersion": "1.0.0",
162
+ "newVersion": "2.0.0",
163
+ "changeLog": "Major release for stable production version",
164
+ "oldVersion": "1.0.0"
165
+ },
166
+ "@acko-tech/acko-calculators.ui.emi-calculator": {
167
+ "bumpType": "major",
168
+ "baseVersion": "1.0.0",
169
+ "newVersion": "2.0.0",
170
+ "changeLog": "Major release for stable production version",
171
+ "oldVersion": "1.0.0"
172
+ },
173
+ "@acko-tech/acko-calculators.ui.emicalculator": {
174
+ "bumpType": "patch",
175
+ "baseVersion": "2.0.0",
176
+ "newVersion": "2.0.1",
177
+ "changeLog": "Removed import from dist"
178
+ },
179
+ "@acko-tech/acko-calculators.ui.endowment-insurance-vs-term-insurance": {
180
+ "bumpType": "major",
181
+ "baseVersion": "1.0.0",
182
+ "newVersion": "2.0.0",
183
+ "changeLog": "Major release for stable production version",
184
+ "oldVersion": "1.0.0"
185
+ },
186
+ "@acko-tech/acko-calculators.ui.epf-calculator": {
187
+ "bumpType": "major",
188
+ "baseVersion": "1.0.0",
189
+ "newVersion": "2.0.0",
190
+ "changeLog": "Major release for stable production version",
191
+ "oldVersion": "1.0.0"
192
+ },
193
+ "@acko-tech/acko-calculators.ui.exploreackolife": {
194
+ "bumpType": "major",
195
+ "changeLog": "Major release for stable production version",
196
+ "newVersion": "2.0.0",
197
+ "oldVersion": "1.0.0",
198
+ "baseVersion": "1.0.0"
199
+ },
200
+ "@acko-tech/acko-calculators.ui.face-shape-calculator": {
201
+ "bumpType": "major",
202
+ "baseVersion": "1.0.0",
203
+ "newVersion": "2.0.0",
204
+ "changeLog": "Major release for stable production version",
205
+ "oldVersion": "1.0.0"
206
+ },
207
+ "@acko-tech/acko-calculators.ui.fdcalculator": {
208
+ "bumpType": "patch",
209
+ "baseVersion": "2.0.0",
210
+ "newVersion": "2.0.1",
211
+ "changeLog": "Removed import from dist"
212
+ },
213
+ "@acko-tech/acko-calculators.ui.financial-goal-planner-calculator": {
214
+ "bumpType": "major",
215
+ "baseVersion": "1.0.0",
216
+ "newVersion": "2.0.0",
217
+ "changeLog": "Major release for stable production version",
218
+ "oldVersion": "1.0.0"
219
+ },
220
+ "@acko-tech/acko-calculators.ui.first-crore-calculator": {
221
+ "bumpType": "major",
222
+ "baseVersion": "1.0.0",
223
+ "newVersion": "2.0.0",
224
+ "changeLog": "Major release for stable production version",
225
+ "oldVersion": "1.0.0"
226
+ },
227
+ "@acko-tech/acko-calculators.ui.fuel-cost-bill": {
228
+ "bumpType": "major",
229
+ "baseVersion": "1.0.0",
230
+ "newVersion": "2.0.0",
231
+ "changeLog": "Major release for stable production version",
232
+ "oldVersion": "1.0.0"
233
+ },
234
+ "@acko-tech/acko-calculators.ui.gfr-calculator": {
235
+ "bumpType": "major",
236
+ "baseVersion": "1.0.0",
237
+ "newVersion": "2.0.0",
238
+ "changeLog": "Major release for stable production version",
239
+ "oldVersion": "1.0.0"
240
+ },
241
+ "@acko-tech/acko-calculators.ui.gold-rate-calculator": {
242
+ "bumpType": "major",
243
+ "changeLog": "Major release for stable production version",
244
+ "newVersion": "2.0.0",
245
+ "oldVersion": "1.0.0",
246
+ "baseVersion": "1.0.0"
247
+ },
248
+ "@acko-tech/acko-calculators.ui.gold-rate-page-information": {
249
+ "bumpType": "major",
250
+ "changeLog": "Major release for stable production version",
251
+ "newVersion": "2.0.0",
252
+ "oldVersion": "1.0.0",
253
+ "baseVersion": "1.0.0"
254
+ },
255
+ "@acko-tech/acko-calculators.ui.gratuity-calculator": {
256
+ "bumpType": "major",
257
+ "baseVersion": "1.0.0",
258
+ "newVersion": "2.0.0",
259
+ "changeLog": "Major release for stable production version",
260
+ "oldVersion": "1.0.0"
261
+ },
262
+ "@acko-tech/acko-calculators.ui.gratuitycalculator": {
263
+ "bumpType": "patch",
264
+ "baseVersion": "2.0.0",
265
+ "newVersion": "2.0.1",
266
+ "changeLog": "Removed import from dist"
267
+ },
268
+ "@acko-tech/acko-calculators.ui.height-calculator": {
269
+ "bumpType": "major",
270
+ "baseVersion": "1.0.0",
271
+ "newVersion": "2.0.0",
272
+ "changeLog": "Major release for stable production version",
273
+ "oldVersion": "1.0.0"
274
+ },
275
+ "@acko-tech/acko-calculators.ui.hlv-calculator": {
276
+ "bumpType": "major",
277
+ "baseVersion": "1.0.0",
278
+ "newVersion": "2.0.0",
279
+ "changeLog": "Major release for stable production version",
280
+ "oldVersion": "1.0.0"
281
+ },
282
+ "@acko-tech/acko-calculators.ui.hra-exemption": {
283
+ "bumpType": "major",
284
+ "baseVersion": "1.0.0",
285
+ "newVersion": "2.0.0",
286
+ "changeLog": "Major release for stable production version",
287
+ "oldVersion": "1.0.0"
288
+ },
289
+ "@acko-tech/acko-calculators.ui.ideal-weight-calculator": {
290
+ "bumpType": "major",
291
+ "baseVersion": "1.0.0",
292
+ "newVersion": "2.0.0",
293
+ "changeLog": "Major release for stable production version",
294
+ "oldVersion": "1.0.0"
295
+ },
296
+ "@acko-tech/acko-calculators.ui.implantation-calculator": {
297
+ "bumpType": "major",
298
+ "baseVersion": "1.0.0",
299
+ "newVersion": "2.0.0",
300
+ "changeLog": "Major release for stable production version",
301
+ "oldVersion": "1.0.0"
302
+ },
303
+ "@acko-tech/acko-calculators.ui.income-from-house-property": {
304
+ "bumpType": "major",
305
+ "baseVersion": "1.0.0",
306
+ "newVersion": "2.0.0",
307
+ "changeLog": "Major release for stable production version",
308
+ "oldVersion": "1.0.0"
309
+ },
310
+ "@acko-tech/acko-calculators.ui.income-tax-calculator": {
311
+ "bumpType": "major",
312
+ "baseVersion": "1.0.0",
313
+ "newVersion": "2.0.0",
314
+ "changeLog": "Major release for stable production version",
315
+ "oldVersion": "1.0.0"
316
+ },
317
+ "@acko-tech/acko-calculators.ui.investorstool": {
318
+ "bumpType": "major",
319
+ "changeLog": "Major release for stable production version",
320
+ "newVersion": "2.0.0",
321
+ "oldVersion": "1.0.0",
322
+ "baseVersion": "1.0.0"
323
+ },
324
+ "@acko-tech/acko-calculators.ui.ivf-due-date-calculator": {
325
+ "bumpType": "major",
326
+ "baseVersion": "1.0.0",
327
+ "newVersion": "2.0.0",
328
+ "changeLog": "Major release for stable production version",
329
+ "oldVersion": "1.0.0"
330
+ },
331
+ "@acko-tech/acko-calculators.ui.latestchildeducationplanner-calci": {
332
+ "bumpType": "patch",
333
+ "baseVersion": "2.0.0",
334
+ "newVersion": "2.0.1",
335
+ "changeLog": "Removed import from dist"
336
+ },
337
+ "@acko-tech/acko-calculators.ui.latestfuturevalue-calci": {
338
+ "bumpType": "patch",
339
+ "baseVersion": "2.0.0",
340
+ "newVersion": "2.0.1",
341
+ "changeLog": "Removed import from dist"
342
+ },
343
+ "@acko-tech/acko-calculators.ui.latesthlv-calci": {
344
+ "bumpType": "patch",
345
+ "baseVersion": "2.0.0",
346
+ "newVersion": "2.0.1",
347
+ "changeLog": "Removed import from dist"
348
+ },
349
+ "@acko-tech/acko-calculators.ui.latesthra-calci": {
350
+ "bumpType": "patch",
351
+ "baseVersion": "2.0.0",
352
+ "newVersion": "2.0.1",
353
+ "changeLog": "Removed import from dist"
354
+ },
355
+ "@acko-tech/acko-calculators.ui.latestinflation-calci": {
356
+ "bumpType": "patch",
357
+ "baseVersion": "2.0.0",
358
+ "newVersion": "2.0.1",
359
+ "changeLog": "Removed import from dist"
360
+ },
361
+ "@acko-tech/acko-calculators.ui.latestlifeexpectancy-calci": {
362
+ "bumpType": "patch",
363
+ "baseVersion": "2.0.0",
364
+ "newVersion": "2.0.1",
365
+ "changeLog": "Removed import from dist"
366
+ },
367
+ "@acko-tech/acko-calculators.ui.latestlumpsum-calci": {
368
+ "bumpType": "patch",
369
+ "baseVersion": "2.0.0",
370
+ "newVersion": "2.0.1",
371
+ "changeLog": "Removed import from dist"
372
+ },
373
+ "@acko-tech/acko-calculators.ui.latestnps-calci": {
374
+ "bumpType": "patch",
375
+ "baseVersion": "2.0.0",
376
+ "newVersion": "2.0.1",
377
+ "changeLog": "Removed import from dist"
378
+ },
379
+ "@acko-tech/acko-calculators.ui.latestnsc-calci": {
380
+ "bumpType": "patch",
381
+ "baseVersion": "2.0.0",
382
+ "newVersion": "2.0.1",
383
+ "changeLog": "Removed import from dist"
384
+ },
385
+ "@acko-tech/acko-calculators.ui.latestpostofficeppf-calci": {
386
+ "bumpType": "patch",
387
+ "baseVersion": "2.0.0",
388
+ "newVersion": "2.0.1",
389
+ "changeLog": "Removed import from dist"
390
+ },
391
+ "@acko-tech/acko-calculators.ui.latestpowerofcompounding-calci": {
392
+ "bumpType": "patch",
393
+ "baseVersion": "2.0.0",
394
+ "newVersion": "2.0.1",
395
+ "changeLog": "Removed import from dist"
396
+ },
397
+ "@acko-tech/acko-calculators.ui.latestreturnofpremium_vs_plainterminsurance": {
398
+ "bumpType": "major",
399
+ "changeLog": "Major release for stable production version",
400
+ "newVersion": "2.0.0",
401
+ "oldVersion": "1.0.0",
402
+ "baseVersion": "1.0.0"
403
+ },
404
+ "@acko-tech/acko-calculators.ui.latestsalary-calci": {
405
+ "bumpType": "major",
406
+ "changeLog": "Major release for stable production version",
407
+ "newVersion": "2.0.0",
408
+ "oldVersion": "1.0.0",
409
+ "baseVersion": "1.0.0"
410
+ },
411
+ "@acko-tech/acko-calculators.ui.latestsimpleinterest-calci": {
412
+ "bumpType": "patch",
413
+ "baseVersion": "2.0.0",
414
+ "newVersion": "2.0.1",
415
+ "changeLog": "Removed import from dist"
416
+ },
417
+ "@acko-tech/acko-calculators.ui.latestsip-calci": {
418
+ "bumpType": "patch",
419
+ "baseVersion": "2.0.0",
420
+ "newVersion": "2.0.1",
421
+ "changeLog": "Removed import from dist"
422
+ },
423
+ "@acko-tech/acko-calculators.ui.latestssy-calci": {
424
+ "bumpType": "patch",
425
+ "baseVersion": "2.0.0",
426
+ "newVersion": "2.0.1",
427
+ "changeLog": "Removed import from dist"
428
+ },
429
+ "@acko-tech/acko-calculators.ui.latestswp-calci": {
430
+ "bumpType": "patch",
431
+ "baseVersion": "2.0.0",
432
+ "newVersion": "2.0.1",
433
+ "changeLog": "Removed import from dist"
434
+ },
435
+ "@acko-tech/acko-calculators.ui.leave-encashment-calculator": {
436
+ "bumpType": "major",
437
+ "baseVersion": "1.0.0",
438
+ "newVersion": "2.0.0",
439
+ "changeLog": "Major release for stable production version",
440
+ "oldVersion": "1.0.0"
441
+ },
442
+ "@acko-tech/acko-calculators.ui.life-and-health-insurance": {
443
+ "bumpType": "major",
444
+ "baseVersion": "1.0.0",
445
+ "newVersion": "2.0.0",
446
+ "changeLog": "Major release for stable production version",
447
+ "oldVersion": "1.0.0"
448
+ },
449
+ "@acko-tech/acko-calculators.ui.ltcg-calculator": {
450
+ "bumpType": "major",
451
+ "changeLog": "Major release for stable production version",
452
+ "newVersion": "2.0.0",
453
+ "oldVersion": "1.0.0",
454
+ "baseVersion": "1.0.0"
455
+ },
456
+ "@acko-tech/acko-calculators.ui.lumpsum-calculator": {
457
+ "bumpType": "major",
458
+ "changeLog": "Major release for stable production version",
459
+ "newVersion": "2.0.0",
460
+ "oldVersion": "1.0.0",
461
+ "baseVersion": "1.0.0"
462
+ },
463
+ "@acko-tech/acko-calculators.ui.macro-calculator": {
464
+ "bumpType": "major",
465
+ "baseVersion": "1.0.0",
466
+ "newVersion": "2.0.0",
467
+ "changeLog": "Major release for stable production version",
468
+ "oldVersion": "1.0.0"
469
+ },
470
+ "@acko-tech/acko-calculators.ui.maintenance-calorie": {
471
+ "bumpType": "major",
472
+ "baseVersion": "1.0.0",
473
+ "newVersion": "2.0.0",
474
+ "changeLog": "Major release for stable production version",
475
+ "oldVersion": "1.0.0"
476
+ },
477
+ "@acko-tech/acko-calculators.ui.mutual-fund-calculator": {
478
+ "bumpType": "major",
479
+ "baseVersion": "1.0.0",
480
+ "newVersion": "2.0.0",
481
+ "changeLog": "Major release for stable production version",
482
+ "oldVersion": "1.0.0"
483
+ },
484
+ "@acko-tech/acko-calculators.ui.mutual-fund-vs-nps": {
485
+ "bumpType": "major",
486
+ "baseVersion": "1.0.0",
487
+ "newVersion": "2.0.0",
488
+ "changeLog": "Major release for stable production version",
489
+ "oldVersion": "1.0.0"
490
+ },
491
+ "@acko-tech/acko-calculators.ui.mutualfundcalculator": {
492
+ "bumpType": "patch",
493
+ "baseVersion": "2.0.0",
494
+ "newVersion": "2.0.1",
495
+ "changeLog": "Removed import from dist"
496
+ },
497
+ "@acko-tech/acko-calculators.ui.npv-calculator": {
498
+ "bumpType": "major",
499
+ "changeLog": "Major release for stable production version",
500
+ "newVersion": "2.0.0",
501
+ "oldVersion": "1.0.0",
502
+ "baseVersion": "1.0.0"
503
+ },
504
+ "@acko-tech/acko-calculators.ui.nsc-calculator": {
505
+ "bumpType": "major",
506
+ "changeLog": "Major release for stable production version",
507
+ "newVersion": "2.0.0",
508
+ "oldVersion": "1.0.0",
509
+ "baseVersion": "1.0.0"
510
+ },
511
+ "@acko-tech/acko-calculators.ui.ovulation-calculator": {
512
+ "bumpType": "major",
513
+ "baseVersion": "1.0.0",
514
+ "newVersion": "2.0.0",
515
+ "changeLog": "Major release for stable production version",
516
+ "oldVersion": "1.0.0"
517
+ },
518
+ "@acko-tech/acko-calculators.ui.pace-calculator": {
519
+ "bumpType": "major",
520
+ "baseVersion": "1.0.0",
521
+ "newVersion": "2.0.0",
522
+ "changeLog": "Major release for stable production version",
523
+ "oldVersion": "1.0.0"
524
+ },
525
+ "@acko-tech/acko-calculators.ui.pediatric-dose-calculator": {
526
+ "bumpType": "major",
527
+ "baseVersion": "1.0.0",
528
+ "newVersion": "2.0.0",
529
+ "changeLog": "Major release for stable production version",
530
+ "oldVersion": "1.0.0"
531
+ },
532
+ "@acko-tech/acko-calculators.ui.ppfcalculator": {
533
+ "bumpType": "patch",
534
+ "baseVersion": "2.0.0",
535
+ "newVersion": "2.0.1",
536
+ "changeLog": "Removed import from dist"
537
+ },
538
+ "@acko-tech/acko-calculators.ui.pregnancy-test-calculator": {
539
+ "bumpType": "major",
540
+ "baseVersion": "1.0.0",
541
+ "newVersion": "2.0.0",
542
+ "changeLog": "Major release for stable production version",
543
+ "oldVersion": "1.0.0"
544
+ },
545
+ "@acko-tech/acko-calculators.ui.pregnancy-weight-gain-calculator": {
546
+ "bumpType": "major",
547
+ "baseVersion": "1.0.0",
548
+ "newVersion": "2.0.0",
549
+ "changeLog": "Major release for stable production version",
550
+ "oldVersion": "1.0.0"
551
+ },
552
+ "@acko-tech/acko-calculators.ui.presentvalue-calci": {
553
+ "bumpType": "patch",
554
+ "baseVersion": "2.0.0",
555
+ "newVersion": "2.0.1",
556
+ "changeLog": "Removed import from dist"
557
+ },
558
+ "@acko-tech/acko-calculators.ui.protein-calculator": {
559
+ "bumpType": "major",
560
+ "baseVersion": "1.0.0",
561
+ "newVersion": "2.0.0",
562
+ "changeLog": "Major release for stable production version",
563
+ "oldVersion": "1.0.0"
564
+ },
565
+ "@acko-tech/acko-calculators.ui.rdcalculator": {
566
+ "bumpType": "patch",
567
+ "baseVersion": "2.0.0",
568
+ "newVersion": "2.0.1",
569
+ "changeLog": "Removed import from dist"
570
+ },
571
+ "@acko-tech/acko-calculators.ui.rent-receipts": {
572
+ "bumpType": "major",
573
+ "baseVersion": "1.0.0",
574
+ "newVersion": "2.0.0",
575
+ "changeLog": "Major release for stable production version",
576
+ "oldVersion": "1.0.0"
577
+ },
578
+ "@acko-tech/acko-calculators.ui.rentvsbuy-calculator": {
579
+ "bumpType": "major",
580
+ "baseVersion": "1.0.0",
581
+ "newVersion": "2.0.0",
582
+ "changeLog": "Major release for stable production version",
583
+ "oldVersion": "1.0.0"
584
+ },
585
+ "@acko-tech/acko-calculators.ui.restaurant-bill": {
586
+ "bumpType": "major",
587
+ "baseVersion": "1.0.0",
588
+ "newVersion": "2.0.0",
589
+ "changeLog": "Major release for stable production version",
590
+ "oldVersion": "1.0.0"
591
+ },
592
+ "@acko-tech/acko-calculators.ui.retirement-calculator": {
593
+ "bumpType": "major",
594
+ "baseVersion": "1.0.0",
595
+ "newVersion": "2.0.0",
596
+ "changeLog": "Major release for stable production version",
597
+ "oldVersion": "1.0.0"
598
+ },
599
+ "@acko-tech/acko-calculators.ui.salary-calculator": {
600
+ "bumpType": "major",
601
+ "baseVersion": "1.0.0",
602
+ "newVersion": "2.0.0",
603
+ "changeLog": "Major release for stable production version",
604
+ "oldVersion": "1.0.0"
605
+ },
606
+ "@acko-tech/acko-calculators.ui.scss-calci": {
607
+ "bumpType": "patch",
608
+ "baseVersion": "2.0.0",
609
+ "newVersion": "2.0.1",
610
+ "changeLog": "Removed import from dist"
611
+ },
612
+ "@acko-tech/acko-calculators.ui.sem-input": {
613
+ "bumpType": "patch",
614
+ "baseVersion": "2.1.3",
615
+ "newVersion": "2.1.4",
616
+ "changeLog": "removed unwanted version update"
617
+ },
618
+ "@acko-tech/acko-calculators.ui.seo-app-flow-modals": {
619
+ "bumpType": "major",
620
+ "baseVersion": "1.0.0",
621
+ "newVersion": "2.0.0",
622
+ "changeLog": "Major release for stable production version",
623
+ "oldVersion": "1.0.0"
624
+ },
625
+ "@acko-tech/acko-calculators.ui.silver-rate-calculator": {
626
+ "bumpType": "major",
627
+ "changeLog": "Major release for stable production version",
628
+ "newVersion": "2.0.0",
629
+ "oldVersion": "1.0.0",
630
+ "baseVersion": "1.0.0"
631
+ },
632
+ "@acko-tech/acko-calculators.ui.silver-rate-page-information": {
633
+ "bumpType": "major",
634
+ "changeLog": "Major release for stable production version",
635
+ "newVersion": "2.0.0",
636
+ "oldVersion": "1.0.0",
637
+ "baseVersion": "1.0.0"
638
+ },
639
+ "@acko-tech/acko-calculators.ui.sip-calculator": {
640
+ "bumpType": "major",
641
+ "changeLog": "Major release for stable production version",
642
+ "newVersion": "2.0.0",
643
+ "oldVersion": "1.0.0",
644
+ "baseVersion": "1.0.0"
645
+ },
646
+ "@acko-tech/acko-calculators.ui.sleep-calculator": {
647
+ "bumpType": "major",
648
+ "baseVersion": "1.0.0",
649
+ "newVersion": "2.0.0",
650
+ "changeLog": "Major release for stable production version",
651
+ "oldVersion": "1.0.0"
652
+ },
653
+ "@acko-tech/acko-calculators.ui.ssy-calculator": {
654
+ "bumpType": "major",
655
+ "baseVersion": "1.0.0",
656
+ "newVersion": "2.0.0",
657
+ "changeLog": "Major release for stable production version",
658
+ "oldVersion": "1.0.0"
659
+ },
660
+ "@acko-tech/acko-calculators.ui.stpcalculator": {
661
+ "bumpType": "patch",
662
+ "baseVersion": "2.0.0",
663
+ "newVersion": "2.0.1",
664
+ "changeLog": "Removed import from dist"
665
+ },
666
+ "@acko-tech/acko-calculators.ui.tax-80d-calculator": {
667
+ "bumpType": "major",
668
+ "baseVersion": "1.0.0",
669
+ "newVersion": "2.0.0",
670
+ "changeLog": "Major release for stable production version",
671
+ "oldVersion": "1.0.0"
672
+ },
673
+ "@acko-tech/acko-calculators.ui.tax-80dd-calculator": {
674
+ "bumpType": "major",
675
+ "changeLog": "Major release for stable production version",
676
+ "newVersion": "2.0.0",
677
+ "oldVersion": "1.0.0",
678
+ "baseVersion": "1.0.0"
679
+ },
680
+ "@acko-tech/acko-calculators.ui.tax-saving-calculator": {
681
+ "bumpType": "major",
682
+ "baseVersion": "1.0.0",
683
+ "newVersion": "2.0.0",
684
+ "changeLog": "Major release for stable production version",
685
+ "oldVersion": "1.0.0"
686
+ },
687
+ "@acko-tech/acko-calculators.ui.tdee-calculator": {
688
+ "bumpType": "major",
689
+ "baseVersion": "1.0.0",
690
+ "newVersion": "2.0.0",
691
+ "changeLog": "Major release for stable production version",
692
+ "oldVersion": "1.0.0"
693
+ },
694
+ "@acko-tech/acko-calculators.ui.tds-calculator": {
695
+ "bumpType": "major",
696
+ "baseVersion": "1.0.0",
697
+ "newVersion": "2.0.0",
698
+ "changeLog": "Major release for stable production version",
699
+ "oldVersion": "1.0.0"
700
+ },
701
+ "@acko-tech/acko-calculators.ui.to-buy-term-cover-untiil-age-60-or-85-years": {
702
+ "bumpType": "major",
703
+ "baseVersion": "1.0.0",
704
+ "newVersion": "2.0.0",
705
+ "changeLog": "Major release for stable production version",
706
+ "oldVersion": "1.0.0"
707
+ },
708
+ "@acko-tech/acko-calculators.ui.trip-planner": {
709
+ "bumpType": "major",
710
+ "changeLog": "Major release for stable production version",
711
+ "newVersion": "2.0.0",
712
+ "oldVersion": "1.0.0",
713
+ "baseVersion": "1.0.0"
714
+ },
715
+ "@acko-tech/acko-calculators.ui.waist-to-hip-calculator": {
716
+ "bumpType": "major",
717
+ "baseVersion": "1.0.0",
718
+ "newVersion": "2.0.0",
719
+ "changeLog": "Major release for stable production version",
720
+ "oldVersion": "1.0.0"
721
+ },
722
+ "@acko-tech/building-blocks.ui.abha-landing": {
723
+ "bumpType": "major",
724
+ "baseVersion": "1.0.0",
725
+ "newVersion": "2.0.0",
726
+ "changeLog": "Major release for stable production version",
727
+ "oldVersion": "1.0.0"
728
+ },
729
+ "@acko-tech/building-blocks.ui.accordian": {
730
+ "bumpType": "major",
731
+ "baseVersion": "1.0.0",
732
+ "newVersion": "2.0.0",
733
+ "changeLog": "Major release for stable production version",
734
+ "oldVersion": "1.0.0"
735
+ },
736
+ "@acko-tech/building-blocks.ui.acko-analytics": {
737
+ "bumpType": "major",
738
+ "changeLog": "Major release for stable production version",
739
+ "newVersion": "2.0.0",
740
+ "oldVersion": "1.0.0",
741
+ "baseVersion": "1.0.0"
742
+ },
743
+ "@acko-tech/building-blocks.ui.alert-banner": {
744
+ "bumpType": "major",
745
+ "changeLog": "Major release for stable production version",
746
+ "newVersion": "2.0.0",
747
+ "oldVersion": "1.0.0",
748
+ "baseVersion": "1.0.0"
749
+ },
750
+ "@acko-tech/building-blocks.utils.auth-login-module": {
751
+ "bumpType": "patch",
752
+ "baseVersion": "2.0.2",
753
+ "newVersion": "2.0.3",
754
+ "changeLog": "Add responsive handling to adjust content on login SDk"
755
+ },
756
+ "@acko-tech/building-blocks.ui.auto-modal-widgets": {
757
+ "bumpType": "major",
758
+ "baseVersion": "1.0.0",
759
+ "newVersion": "2.0.0",
760
+ "changeLog": "Major release for stable production version",
761
+ "oldVersion": "1.0.0"
762
+ },
763
+ "@acko-tech/building-blocks.ui.average-review-widget": {
764
+ "bumpType": "major",
765
+ "baseVersion": "1.0.0",
766
+ "newVersion": "2.0.0",
767
+ "changeLog": "Major release for stable production version",
768
+ "oldVersion": "1.0.0"
769
+ },
770
+ "@acko-tech/building-blocks.ui.bike-adrilla-smart-widget-desktop": {
771
+ "bumpType": "major",
772
+ "baseVersion": "1.0.0",
773
+ "newVersion": "2.0.0",
774
+ "changeLog": "Major release for stable production version",
775
+ "oldVersion": "1.0.0"
776
+ },
777
+ "@acko-tech/building-blocks.ui.bike-adrilla-widget": {
778
+ "bumpType": "major",
779
+ "baseVersion": "1.0.0",
780
+ "newVersion": "2.0.0",
781
+ "changeLog": "Major release for stable production version",
782
+ "oldVersion": "1.0.0"
783
+ },
784
+ "@acko-tech/building-blocks.ui.bike-adrilla-widget-desktop": {
785
+ "bumpType": "major",
786
+ "baseVersion": "1.0.0",
787
+ "newVersion": "2.0.0",
788
+ "changeLog": "Major release for stable production version",
789
+ "oldVersion": "1.0.0"
790
+ },
791
+ "@acko-tech/building-blocks.ui.bike-flow-banner": {
792
+ "bumpType": "major",
793
+ "baseVersion": "1.0.0",
794
+ "newVersion": "2.0.0",
795
+ "changeLog": "Major release for stable production version",
796
+ "oldVersion": "1.0.0"
797
+ },
798
+ "@acko-tech/building-blocks.ui.blog-subscribe-widget": {
799
+ "bumpType": "major",
800
+ "baseVersion": "1.0.0",
801
+ "newVersion": "2.0.0",
802
+ "changeLog": "Major release for stable production version",
803
+ "oldVersion": "1.0.0"
804
+ },
805
+ "@acko-tech/building-blocks.ui.button": {
806
+ "bumpType": "patch",
807
+ "baseVersion": "2.0.0",
808
+ "newVersion": "2.0.1",
809
+ "changeLog": "added font-family:inherit;"
810
+ },
811
+ "@acko-tech/building-blocks.ui.button-old": {
812
+ "bumpType": "major",
813
+ "changeLog": "Major release for stable production version",
814
+ "newVersion": "2.0.0",
815
+ "oldVersion": "1.0.0",
816
+ "baseVersion": "1.0.0"
817
+ },
818
+ "@acko-tech/building-blocks.ui.calendar": {
819
+ "bumpType": "major",
820
+ "baseVersion": "1.0.0",
821
+ "newVersion": "2.0.0",
822
+ "changeLog": "Major release for stable production version",
823
+ "oldVersion": "1.0.0"
824
+ },
825
+ "@acko-tech/building-blocks.ui.car-adrilla-smart-widget-desktop": {
826
+ "bumpType": "major",
827
+ "baseVersion": "1.0.0",
828
+ "newVersion": "2.0.0",
829
+ "changeLog": "Major release for stable production version",
830
+ "oldVersion": "1.0.0"
831
+ },
832
+ "@acko-tech/building-blocks.ui.car-adrilla-widget-desktop": {
833
+ "bumpType": "major",
834
+ "baseVersion": "1.0.0",
835
+ "newVersion": "2.0.0",
836
+ "changeLog": "Major release for stable production version",
837
+ "oldVersion": "1.0.0"
838
+ },
839
+ "@acko-tech/building-blocks.ui.car-details-widget": {
840
+ "bumpType": "major",
841
+ "baseVersion": "1.0.0",
842
+ "newVersion": "2.0.0",
843
+ "changeLog": "Major release for stable production version",
844
+ "oldVersion": "1.0.0"
845
+ },
846
+ "@acko-tech/building-blocks.ui.card": {
847
+ "bumpType": "major",
848
+ "changeLog": "Major release for stable production version",
849
+ "newVersion": "2.0.0",
850
+ "oldVersion": "1.0.0",
851
+ "baseVersion": "1.0.0"
852
+ },
853
+ "@acko-tech/building-blocks.ui.claim-stage-card": {
854
+ "bumpType": "major",
855
+ "baseVersion": "1.0.0",
856
+ "newVersion": "2.0.0",
857
+ "changeLog": "Major release for stable production version",
858
+ "oldVersion": "1.0.0"
859
+ },
860
+ "@acko-tech/building-blocks.ui.claims-stage-details-card": {
861
+ "bumpType": "major",
862
+ "baseVersion": "1.0.0",
863
+ "newVersion": "2.0.0",
864
+ "changeLog": "Major release for stable production version",
865
+ "oldVersion": "1.0.0"
866
+ },
867
+ "@acko-tech/building-blocks.ui.collapsible-header": {
868
+ "bumpType": "major",
869
+ "changeLog": "Major release for stable production version",
870
+ "newVersion": "2.0.0",
871
+ "oldVersion": "1.0.0",
872
+ "baseVersion": "1.0.0"
873
+ },
874
+ "@acko-tech/building-blocks.ui.commercial-car-widget": {
875
+ "bumpType": "major",
876
+ "baseVersion": "1.0.0",
877
+ "newVersion": "2.0.0",
878
+ "changeLog": "Major release for stable production version",
879
+ "oldVersion": "1.0.0"
880
+ },
881
+ "@acko-tech/building-blocks.ui.common": {
882
+ "bumpType": "major",
883
+ "changeLog": "Major release for stable production version",
884
+ "newVersion": "2.0.0",
885
+ "oldVersion": "1.0.0",
886
+ "baseVersion": "1.0.0"
887
+ },
888
+ "@acko-tech/building-blocks.ui.common-header-desktop": {
889
+ "bumpType": "major",
890
+ "baseVersion": "1.0.0",
891
+ "newVersion": "2.0.0",
892
+ "changeLog": "Major release for stable production version",
893
+ "oldVersion": "1.0.0"
894
+ },
895
+ "@acko-tech/building-blocks.ui.common-header-mobile": {
896
+ "bumpType": "major",
897
+ "baseVersion": "1.0.0",
898
+ "newVersion": "2.0.0",
899
+ "changeLog": "Major release for stable production version",
900
+ "oldVersion": "1.0.0"
901
+ },
902
+ "@acko-tech/building-blocks.ui.cross-sell": {
903
+ "bumpType": "major",
904
+ "baseVersion": "1.0.0",
905
+ "newVersion": "2.0.0",
906
+ "changeLog": "Major release for stable production version",
907
+ "oldVersion": "1.0.0"
908
+ },
909
+ "@acko-tech/building-blocks.ui.customer-callback-widget": {
910
+ "bumpType": "major",
911
+ "baseVersion": "1.0.0",
912
+ "newVersion": "2.0.0",
913
+ "changeLog": "Major release for stable production version",
914
+ "oldVersion": "1.0.0"
915
+ },
916
+ "@acko-tech/building-blocks.ui.dropdown": {
917
+ "bumpType": "major",
918
+ "baseVersion": "1.0.0",
919
+ "newVersion": "2.0.0",
920
+ "changeLog": "Major release for stable production version",
921
+ "oldVersion": "1.0.0"
922
+ },
923
+ "@acko-tech/building-blocks.ui.emi-widget": {
924
+ "bumpType": "major",
925
+ "changeLog": "Major release for stable production version",
926
+ "newVersion": "2.0.0",
927
+ "oldVersion": "1.0.0",
928
+ "baseVersion": "1.0.0"
929
+ },
930
+ "@acko-tech/building-blocks.ui.evaluation-tracker": {
931
+ "bumpType": "major",
932
+ "changeLog": "Major release for stable production version",
933
+ "newVersion": "2.0.0",
934
+ "oldVersion": "1.0.0",
935
+ "baseVersion": "1.0.0"
936
+ },
937
+ "@acko-tech/building-blocks.ui.footer": {
938
+ "bumpType": "patch",
939
+ "baseVersion": "2.2.0",
940
+ "newVersion": "2.2.1",
941
+ "changeLog": "updated disclaimer text in gi footer"
942
+ },
943
+ "@acko-tech/building-blocks.ui.form": {
944
+ "bumpType": "major",
945
+ "baseVersion": "1.0.0",
946
+ "newVersion": "2.0.0",
947
+ "changeLog": "Major release for stable production version",
948
+ "oldVersion": "1.0.0"
949
+ },
950
+ "@acko-tech/building-blocks.utils.generate-login-url": {
951
+ "bumpType": "major",
952
+ "changeLog": "Major release for stable production version",
953
+ "newVersion": "2.0.0",
954
+ "oldVersion": "1.0.0",
955
+ "baseVersion": "1.0.0"
956
+ },
957
+ "@acko-tech/building-blocks.ui.generic-coupons": {
958
+ "bumpType": "major",
959
+ "changeLog": "Major release for stable production version",
960
+ "newVersion": "2.0.0",
961
+ "oldVersion": "1.0.0",
962
+ "baseVersion": "1.0.0"
963
+ },
964
+ "@acko-tech/building-blocks.ui.global-header": {
965
+ "bumpType": "patch",
966
+ "baseVersion": "2.3.6",
967
+ "newVersion": "2.3.7",
968
+ "changeLog": "added airpass to logged in header links"
969
+ },
970
+ "@acko-tech/building-blocks.ui.gmc-details-widget-v2": {
971
+ "bumpType": "major",
972
+ "baseVersion": "1.0.0",
973
+ "newVersion": "2.0.0",
974
+ "changeLog": "Major release for stable production version",
975
+ "oldVersion": "1.0.0"
976
+ },
977
+ "@acko-tech/building-blocks.ui.google-rating-widget": {
978
+ "bumpType": "major",
979
+ "baseVersion": "1.0.0",
980
+ "newVersion": "2.0.0",
981
+ "changeLog": "Major release for stable production version",
982
+ "oldVersion": "1.0.0"
983
+ },
984
+ "@acko-tech/building-blocks.ui.header-api": {
985
+ "bumpType": "major",
986
+ "changeLog": "Major release for stable production version",
987
+ "newVersion": "2.0.0",
988
+ "oldVersion": "1.0.0",
989
+ "baseVersion": "1.0.0"
990
+ },
991
+ "@acko-tech/building-blocks.ui.header-help-modal": {
992
+ "bumpType": "major",
993
+ "baseVersion": "1.0.0",
994
+ "newVersion": "2.0.0",
995
+ "changeLog": "Major release for stable production version",
996
+ "oldVersion": "1.0.0"
997
+ },
998
+ "@acko-tech/building-blocks.ui.header-help-modal-v2": {
999
+ "bumpType": "major",
1000
+ "baseVersion": "1.0.0",
1001
+ "newVersion": "2.0.0",
1002
+ "changeLog": "Major release for stable production version",
1003
+ "oldVersion": "1.0.0"
1004
+ },
1005
+ "@acko-tech/building-blocks.ui.header-mobile-version": {
1006
+ "bumpType": "major",
1007
+ "changeLog": "Major release for stable production version",
1008
+ "newVersion": "2.0.0",
1009
+ "oldVersion": "1.0.0",
1010
+ "baseVersion": "1.0.0"
1011
+ },
1012
+ "@acko-tech/building-blocks.ui.health-adrilla-widget-desktop": {
1013
+ "bumpType": "major",
1014
+ "baseVersion": "1.0.0",
1015
+ "newVersion": "2.0.0",
1016
+ "changeLog": "Major release for stable production version",
1017
+ "oldVersion": "1.0.0"
1018
+ },
1019
+ "@acko-tech/building-blocks.ui.health-details-widget": {
1020
+ "bumpType": "major",
1021
+ "baseVersion": "1.0.0",
1022
+ "newVersion": "2.0.0",
1023
+ "changeLog": "Major release for stable production version",
1024
+ "oldVersion": "1.0.0"
1025
+ },
1026
+ "@acko-tech/building-blocks.ui.health-pincode-widget-desktop": {
1027
+ "bumpType": "major",
1028
+ "baseVersion": "1.0.0",
1029
+ "newVersion": "2.0.0",
1030
+ "changeLog": "Major release for stable production version",
1031
+ "oldVersion": "1.0.0"
1032
+ },
1033
+ "@acko-tech/building-blocks.ui.health-pincode-widget-mobile": {
1034
+ "bumpType": "major",
1035
+ "baseVersion": "1.0.0",
1036
+ "newVersion": "2.0.0",
1037
+ "changeLog": "Major release for stable production version",
1038
+ "oldVersion": "1.0.0"
1039
+ },
1040
+ "@acko-tech/building-blocks.ui.iframe-postmessage": {
1041
+ "bumpType": "major",
1042
+ "changeLog": "Major release for stable production version",
1043
+ "newVersion": "2.0.0",
1044
+ "oldVersion": "1.0.0",
1045
+ "baseVersion": "1.0.0"
1046
+ },
1047
+ "@acko-tech/building-blocks.ui.infographic": {
1048
+ "bumpType": "major",
1049
+ "changeLog": "Major release for stable production version",
1050
+ "newVersion": "2.0.0",
1051
+ "oldVersion": "1.0.0",
1052
+ "baseVersion": "1.0.0"
1053
+ },
1054
+ "@acko-tech/building-blocks.ui.input": {
1055
+ "bumpType": "major",
1056
+ "changeLog": "Major release for stable production version",
1057
+ "newVersion": "2.0.0",
1058
+ "oldVersion": "1.0.0",
1059
+ "baseVersion": "1.0.0"
1060
+ },
1061
+ "@acko-tech/building-blocks.ui.input-field-basic": {
1062
+ "bumpType": "major",
1063
+ "baseVersion": "1.0.0",
1064
+ "newVersion": "2.0.0",
1065
+ "changeLog": "Major release for stable production version",
1066
+ "oldVersion": "1.0.0"
1067
+ },
1068
+ "@acko-tech/building-blocks.ui.input-field-placeholder": {
1069
+ "bumpType": "major",
1070
+ "baseVersion": "1.0.0",
1071
+ "newVersion": "2.0.0",
1072
+ "changeLog": "Major release for stable production version",
1073
+ "oldVersion": "1.0.0"
1074
+ },
1075
+ "@acko-tech/building-blocks.ui.input-field-smart": {
1076
+ "bumpType": "major",
1077
+ "baseVersion": "1.0.0",
1078
+ "newVersion": "2.0.0",
1079
+ "changeLog": "Major release for stable production version",
1080
+ "oldVersion": "1.0.0"
1081
+ },
1082
+ "@acko-tech/building-blocks.ui.layout": {
1083
+ "bumpType": "major",
1084
+ "changeLog": "Major release for stable production version",
1085
+ "newVersion": "2.0.0",
1086
+ "oldVersion": "1.0.0",
1087
+ "baseVersion": "1.0.0"
1088
+ },
1089
+ "@acko-tech/building-blocks.ui.lead360-common-header": {
1090
+ "bumpType": "major",
1091
+ "baseVersion": "1.0.0",
1092
+ "newVersion": "2.0.0",
1093
+ "changeLog": "Major release for stable production version",
1094
+ "oldVersion": "1.0.0"
1095
+ },
1096
+ "@acko-tech/building-blocks.ui.loaders": {
1097
+ "bumpType": "major",
1098
+ "changeLog": "Major release for stable production version",
1099
+ "newVersion": "2.0.0",
1100
+ "oldVersion": "1.0.0",
1101
+ "baseVersion": "1.0.0"
1102
+ },
1103
+ "@acko-tech/building-blocks.ui.logged-out-hamburger-modal": {
1104
+ "bumpType": "major",
1105
+ "baseVersion": "1.0.0",
1106
+ "newVersion": "2.0.0",
1107
+ "changeLog": "Major release for stable production version",
1108
+ "oldVersion": "1.0.0"
1109
+ },
1110
+ "@acko-tech/building-blocks.ui.login": {
1111
+ "bumpType": "major",
1112
+ "baseVersion": "1.0.0",
1113
+ "newVersion": "2.0.0",
1114
+ "changeLog": "Major release for stable production version",
1115
+ "oldVersion": "1.0.0"
1116
+ },
1117
+ "@acko-tech/building-blocks.ui.login-hamburger-modal": {
1118
+ "bumpType": "major",
1119
+ "baseVersion": "1.0.0",
1120
+ "newVersion": "2.0.0",
1121
+ "changeLog": "Major release for stable production version",
1122
+ "oldVersion": "1.0.0"
1123
+ },
1124
+ "@acko-tech/building-blocks.ui.modal": {
1125
+ "bumpType": "major",
1126
+ "changeLog": "Major release for stable production version",
1127
+ "newVersion": "2.0.0",
1128
+ "oldVersion": "1.0.0",
1129
+ "baseVersion": "1.0.0"
1130
+ },
1131
+ "@acko-tech/building-blocks.ui.multi-select-input": {
1132
+ "bumpType": "minor",
1133
+ "baseVersion": "2.0.0",
1134
+ "newVersion": "2.1.0",
1135
+ "changeLog": "updated country selector UI"
1136
+ },
1137
+ "@acko-tech/building-blocks.ui.new-flow-generic-banner-desktop": {
1138
+ "bumpType": "major",
1139
+ "baseVersion": "1.0.0",
1140
+ "newVersion": "2.0.0",
1141
+ "changeLog": "Major release for stable production version",
1142
+ "oldVersion": "1.0.0"
1143
+ },
1144
+ "@acko-tech/building-blocks.ui.new-flow-generic-banner-mobile": {
1145
+ "bumpType": "major",
1146
+ "baseVersion": "1.0.0",
1147
+ "newVersion": "2.0.0",
1148
+ "changeLog": "Major release for stable production version",
1149
+ "oldVersion": "1.0.0"
1150
+ },
1151
+ "@acko-tech/building-blocks.ui.non-gmc-details-widget": {
1152
+ "bumpType": "major",
1153
+ "baseVersion": "1.0.0",
1154
+ "newVersion": "2.0.0",
1155
+ "changeLog": "Major release for stable production version",
1156
+ "oldVersion": "1.0.0"
1157
+ },
1158
+ "@acko-tech/building-blocks.ui.profile": {
1159
+ "bumpType": "major",
1160
+ "changeLog": "Major release for stable production version",
1161
+ "newVersion": "2.0.0",
1162
+ "oldVersion": "1.0.0",
1163
+ "baseVersion": "1.0.0"
1164
+ },
1165
+ "@acko-tech/building-blocks.ui.radio-button": {
1166
+ "bumpType": "major",
1167
+ "baseVersion": "1.0.0",
1168
+ "newVersion": "2.0.0",
1169
+ "changeLog": "Major release for stable production version",
1170
+ "oldVersion": "1.0.0"
1171
+ },
1172
+ "@acko-tech/building-blocks.ui.search-input": {
1173
+ "bumpType": "major",
1174
+ "changeLog": "Major release for stable production version",
1175
+ "newVersion": "2.0.0",
1176
+ "oldVersion": "1.0.0",
1177
+ "baseVersion": "1.0.0"
1178
+ },
1179
+ "@acko-tech/building-blocks.ui.select-button": {
1180
+ "bumpType": "major",
1181
+ "changeLog": "Major release for stable production version",
1182
+ "newVersion": "2.0.0",
1183
+ "oldVersion": "1.0.0",
1184
+ "baseVersion": "1.0.0"
1185
+ },
1186
+ "@acko-tech/building-blocks.ui.selector-chips": {
1187
+ "bumpType": "major",
1188
+ "changeLog": "Major release for stable production version",
1189
+ "newVersion": "2.0.0",
1190
+ "oldVersion": "1.0.0",
1191
+ "baseVersion": "1.0.0"
1192
+ },
1193
+ "@acko-tech/building-blocks.ui.smart-forms": {
1194
+ "bumpType": "major",
1195
+ "changeLog": "Major release for stable production version",
1196
+ "newVersion": "2.0.0",
1197
+ "oldVersion": "1.0.0",
1198
+ "baseVersion": "1.0.0"
1199
+ },
1200
+ "@acko-tech/building-blocks.ui.social-share-widget": {
1201
+ "bumpType": "major",
1202
+ "baseVersion": "1.0.0",
1203
+ "newVersion": "2.0.0",
1204
+ "changeLog": "Major release for stable production version",
1205
+ "oldVersion": "1.0.0"
1206
+ },
1207
+ "@acko-tech/building-blocks.ui.stories": {
1208
+ "bumpType": "major",
1209
+ "changeLog": "Major release for stable production version",
1210
+ "newVersion": "2.0.0",
1211
+ "oldVersion": "1.0.0",
1212
+ "baseVersion": "1.0.0"
1213
+ },
1214
+ "@acko-tech/building-blocks.ui.textarea": {
1215
+ "bumpType": "major",
1216
+ "changeLog": "Major release for stable production version",
1217
+ "newVersion": "2.0.0",
1218
+ "oldVersion": "1.0.0",
1219
+ "baseVersion": "1.0.0"
1220
+ },
1221
+ "@acko-tech/building-blocks.ui.theme": {
1222
+ "bumpType": "major",
1223
+ "changeLog": "Major release for stable production version",
1224
+ "newVersion": "2.0.0",
1225
+ "oldVersion": "1.0.0",
1226
+ "baseVersion": "1.0.0"
1227
+ },
1228
+ "@acko-tech/building-blocks.ui.toast": {
1229
+ "bumpType": "major",
1230
+ "baseVersion": "1.0.0",
1231
+ "newVersion": "2.0.0",
1232
+ "changeLog": "Major release for stable production version",
1233
+ "oldVersion": "1.0.0"
1234
+ },
1235
+ "@acko-tech/building-blocks.ui.travel-home-card": {
1236
+ "bumpType": "major",
1237
+ "changeLog": "Major release for stable production version",
1238
+ "newVersion": "2.0.0",
1239
+ "oldVersion": "1.0.0",
1240
+ "baseVersion": "1.0.0"
1241
+ },
1242
+ "@acko-tech/building-blocks.ui.travel-sem-widget": {
1243
+ "bumpType": "minor",
1244
+ "baseVersion": "2.1.3",
1245
+ "newVersion": "2.2.0",
1246
+ "changeLog": "updated country selector UI"
1247
+ },
1248
+ "@acko-tech/building-blocks.ui.travel-seo-widget": {
1249
+ "bumpType": "minor",
1250
+ "baseVersion": "2.0.0",
1251
+ "newVersion": "2.1.0",
1252
+ "changeLog": "travel pass waitlist banner"
1253
+ },
1254
+ "@acko-tech/building-blocks.ui.typography": {
1255
+ "bumpType": "major",
1256
+ "baseVersion": "1.0.0",
1257
+ "newVersion": "2.0.0",
1258
+ "changeLog": "Major release for stable production version",
1259
+ "oldVersion": "1.0.0"
1260
+ },
1261
+ "@acko-tech/building-blocks.ui.vehicle-identification-modal": {
1262
+ "bumpType": "major",
1263
+ "changeLog": "Major release for stable production version",
1264
+ "newVersion": "2.0.0",
1265
+ "oldVersion": "1.0.0",
1266
+ "baseVersion": "1.0.0"
1267
+ },
1268
+ "@acko-tech/building-blocks.ui.video-player": {
1269
+ "bumpType": "major",
1270
+ "changeLog": "Major release for stable production version",
1271
+ "newVersion": "2.0.0",
1272
+ "oldVersion": "1.0.0",
1273
+ "baseVersion": "1.0.0"
1274
+ },
1275
+ "@acko-tech/health-retail-components.health-retail-components.accordion": {
1276
+ "bumpType": "major",
1277
+ "changeLog": "Major release for stable production version",
1278
+ "newVersion": "2.0.0",
1279
+ "oldVersion": "1.0.0",
1280
+ "baseVersion": "1.0.0"
1281
+ },
1282
+ "@acko-tech/health-retail-components.health-retail-components.bottomsheet": {
1283
+ "bumpType": "major",
1284
+ "changeLog": "Major release for stable production version",
1285
+ "newVersion": "2.0.0",
1286
+ "oldVersion": "1.0.0",
1287
+ "baseVersion": "1.0.0"
1288
+ },
1289
+ "@acko-tech/health-retail-components.health-retail-components.buy-stat": {
1290
+ "bumpType": "major",
1291
+ "changeLog": "Major release for stable production version",
1292
+ "newVersion": "2.0.0",
1293
+ "oldVersion": "1.0.0",
1294
+ "baseVersion": "1.0.0"
1295
+ },
1296
+ "@acko-tech/health-retail-components.health-retail-components.claim-settlement-note": {
1297
+ "bumpType": "major",
1298
+ "changeLog": "Major release for stable production version",
1299
+ "newVersion": "2.0.0",
1300
+ "oldVersion": "1.0.0",
1301
+ "baseVersion": "1.0.0"
1302
+ },
1303
+ "@acko-tech/health-retail-components.health-retail-components.email-link": {
1304
+ "bumpType": "major",
1305
+ "changeLog": "Major release for stable production version",
1306
+ "newVersion": "2.0.0",
1307
+ "oldVersion": "1.0.0",
1308
+ "baseVersion": "1.0.0"
1309
+ },
1310
+ "@acko-tech/health-retail-components.health-retail-components.faq": {
1311
+ "bumpType": "major",
1312
+ "changeLog": "Major release for stable production version",
1313
+ "newVersion": "2.0.0",
1314
+ "oldVersion": "1.0.0",
1315
+ "baseVersion": "1.0.0"
1316
+ },
1317
+ "@acko-tech/health-retail-components.health-retail-components.input": {
1318
+ "bumpType": "patch",
1319
+ "baseVersion": "2.0.0",
1320
+ "newVersion": "2.0.1",
1321
+ "changeLog": "removed inter font"
1322
+ },
1323
+ "@acko-tech/health-retail-components.health-retail-components.loader_animated": {
1324
+ "bumpType": "major",
1325
+ "changeLog": "Major release for stable production version",
1326
+ "newVersion": "2.0.0",
1327
+ "oldVersion": "1.0.0",
1328
+ "baseVersion": "1.0.0"
1329
+ },
1330
+ "@acko-tech/health-retail-components.health-retail-components.loader_basic": {
1331
+ "bumpType": "major",
1332
+ "changeLog": "Major release for stable production version",
1333
+ "newVersion": "2.0.0",
1334
+ "oldVersion": "1.0.0",
1335
+ "baseVersion": "1.0.0"
1336
+ },
1337
+ "@acko-tech/health-retail-components.health-retail-components.multi-select-chips": {
1338
+ "bumpType": "major",
1339
+ "changeLog": "Major release for stable production version",
1340
+ "newVersion": "2.0.0",
1341
+ "oldVersion": "1.0.0",
1342
+ "baseVersion": "1.0.0"
1343
+ },
1344
+ "@acko-tech/health-retail-components.health-retail-components.navigation_desktop": {
1345
+ "bumpType": "major",
1346
+ "changeLog": "Major release for stable production version",
1347
+ "newVersion": "2.0.0",
1348
+ "oldVersion": "1.0.0",
1349
+ "baseVersion": "1.0.0"
1350
+ },
1351
+ "@acko-tech/health-retail-components.health-retail-components.navigation_mobile": {
1352
+ "bumpType": "major",
1353
+ "changeLog": "Major release for stable production version",
1354
+ "newVersion": "2.0.0",
1355
+ "oldVersion": "1.0.0",
1356
+ "baseVersion": "1.0.0"
1357
+ },
1358
+ "@acko-tech/health-retail-components.health-retail-components.phone-input": {
1359
+ "bumpType": "patch",
1360
+ "baseVersion": "2.0.0",
1361
+ "newVersion": "2.0.1",
1362
+ "changeLog": "removed inter font"
1363
+ },
1364
+ "@acko-tech/health-retail-components.health-retail-components.php-trust-markers": {
1365
+ "bumpType": "major",
1366
+ "changeLog": "Major release for stable production version",
1367
+ "newVersion": "2.0.0",
1368
+ "oldVersion": "1.0.0",
1369
+ "baseVersion": "1.0.0"
1370
+ },
1371
+ "@acko-tech/health-retail-components.health-retail-components.post-assessment-view": {
1372
+ "bumpType": "major",
1373
+ "changeLog": "Major release for stable production version",
1374
+ "newVersion": "2.0.0",
1375
+ "oldVersion": "1.0.0",
1376
+ "baseVersion": "1.0.0"
1377
+ },
1378
+ "@acko-tech/health-retail-components.health-retail-components.radio": {
1379
+ "bumpType": "major",
1380
+ "changeLog": "Major release for stable production version",
1381
+ "newVersion": "2.0.0",
1382
+ "oldVersion": "1.0.0",
1383
+ "baseVersion": "1.0.0"
1384
+ },
1385
+ "@acko-tech/health-retail-components.health-retail-components.sem-banner": {
1386
+ "bumpType": "major",
1387
+ "changeLog": "Major release for stable production version",
1388
+ "newVersion": "2.0.0",
1389
+ "oldVersion": "1.0.0",
1390
+ "baseVersion": "1.0.0"
1391
+ },
1392
+ "@acko-tech/health-retail-components.health-retail-components.sem-input-details": {
1393
+ "bumpType": "patch",
1394
+ "baseVersion": "2.0.3",
1395
+ "newVersion": "2.0.4",
1396
+ "changeLog": "fixed depedency issue. removing caret"
1397
+ },
1398
+ "@acko-tech/health-retail-components.health-retail-components.sem-plan-compare": {
1399
+ "bumpType": "major",
1400
+ "changeLog": "Major release for stable production version",
1401
+ "newVersion": "2.0.0",
1402
+ "oldVersion": "1.0.0",
1403
+ "baseVersion": "1.0.0"
1404
+ },
1405
+ "@acko-tech/health-retail-components.health-retail-components.sem-pointer": {
1406
+ "bumpType": "major",
1407
+ "changeLog": "Major release for stable production version",
1408
+ "newVersion": "2.0.0",
1409
+ "oldVersion": "1.0.0",
1410
+ "baseVersion": "1.0.0"
1411
+ },
1412
+ "@acko-tech/sureos-building-blocks.ui.accordion": {
1413
+ "bumpType": "major",
1414
+ "changeLog": "Major release for stable production version",
1415
+ "newVersion": "2.0.0",
1416
+ "oldVersion": "1.0.0",
1417
+ "baseVersion": "1.0.0"
1418
+ },
1419
+ "@acko-tech/sureos-building-blocks.ui.button": {
1420
+ "bumpType": "major",
1421
+ "baseVersion": "1.0.0",
1422
+ "newVersion": "2.0.0",
1423
+ "changeLog": "Major release for stable production version"
1424
+ },
1425
+ "@acko-tech/sureos-building-blocks.ui.camunda-dmn-modeler": {
1426
+ "bumpType": "major",
1427
+ "changeLog": "Major release for stable production version",
1428
+ "newVersion": "2.0.0",
1429
+ "oldVersion": "1.0.0",
1430
+ "baseVersion": "1.0.0"
1431
+ },
1432
+ "@acko-tech/sureos-building-blocks.ui.checkbox": {
1433
+ "bumpType": "major",
1434
+ "changeLog": "Major release for stable production version",
1435
+ "newVersion": "2.0.0",
1436
+ "oldVersion": "1.0.0",
1437
+ "baseVersion": "1.0.0"
1438
+ },
1439
+ "@acko-tech/sureos-building-blocks.common": {
1440
+ "bumpType": "major",
1441
+ "changeLog": "Major release for stable production version",
1442
+ "newVersion": "2.0.0",
1443
+ "oldVersion": "1.0.0",
1444
+ "baseVersion": "1.0.0"
1445
+ },
1446
+ "@acko-tech/sureos-building-blocks.ui.drawer": {
1447
+ "bumpType": "major",
1448
+ "changeLog": "Major release for stable production version",
1449
+ "newVersion": "2.0.0",
1450
+ "oldVersion": "1.0.0",
1451
+ "baseVersion": "1.0.0"
1452
+ },
1453
+ "@acko-tech/sureos-building-blocks.ui.dropdown": {
1454
+ "bumpType": "major",
1455
+ "changeLog": "Major release for stable production version",
1456
+ "newVersion": "2.0.0",
1457
+ "oldVersion": "1.0.0",
1458
+ "baseVersion": "1.0.0"
1459
+ },
1460
+ "@acko-tech/sureos-building-blocks.ui.dropdown-search": {
1461
+ "bumpType": "major",
1462
+ "changeLog": "Major release for stable production version",
1463
+ "newVersion": "2.0.0",
1464
+ "oldVersion": "1.0.0",
1465
+ "baseVersion": "1.0.0"
1466
+ },
1467
+ "@acko-tech/sureos-building-blocks.ui.dropdown-wrapper": {
1468
+ "bumpType": "major",
1469
+ "changeLog": "Major release for stable production version",
1470
+ "newVersion": "2.0.0",
1471
+ "oldVersion": "1.0.0",
1472
+ "baseVersion": "1.0.0"
1473
+ },
1474
+ "@acko-tech/sureos-building-blocks.ui.dummy": {
1475
+ "bumpType": "major",
1476
+ "changeLog": "Major release for stable production version",
1477
+ "newVersion": "2.0.0",
1478
+ "oldVersion": "1.0.0",
1479
+ "baseVersion": "1.0.0"
1480
+ },
1481
+ "@acko-tech/sureos-building-blocks.ui.error-screen": {
1482
+ "bumpType": "major",
1483
+ "changeLog": "Major release for stable production version",
1484
+ "newVersion": "2.0.0",
1485
+ "oldVersion": "1.0.0",
1486
+ "baseVersion": "1.0.0"
1487
+ },
1488
+ "@acko-tech/sureos-building-blocks.ui.filter-menu": {
1489
+ "bumpType": "major",
1490
+ "changeLog": "Major release for stable production version",
1491
+ "newVersion": "2.0.0",
1492
+ "oldVersion": "1.0.0",
1493
+ "baseVersion": "1.0.0"
1494
+ },
1495
+ "@acko-tech/sureos-building-blocks.ui.input": {
1496
+ "bumpType": "major",
1497
+ "changeLog": "Major release for stable production version",
1498
+ "newVersion": "2.0.0",
1499
+ "oldVersion": "1.0.0",
1500
+ "baseVersion": "1.0.0"
1501
+ },
1502
+ "@acko-tech/sureos-building-blocks.ui.modal": {
1503
+ "bumpType": "major",
1504
+ "changeLog": "Major release for stable production version",
1505
+ "newVersion": "2.0.0",
1506
+ "oldVersion": "1.0.0",
1507
+ "baseVersion": "1.0.0"
1508
+ },
1509
+ "@acko-tech/sureos-building-blocks.ui.multiselect-dropdown": {
1510
+ "bumpType": "major",
1511
+ "changeLog": "Major release for stable production version",
1512
+ "newVersion": "2.0.0",
1513
+ "oldVersion": "1.0.0",
1514
+ "baseVersion": "1.0.0"
1515
+ },
1516
+ "@acko-tech/sureos-building-blocks.ui.radio-button": {
1517
+ "bumpType": "major",
1518
+ "changeLog": "Major release for stable production version",
1519
+ "newVersion": "2.0.0",
1520
+ "oldVersion": "1.0.0",
1521
+ "baseVersion": "1.0.0"
1522
+ },
1523
+ "@acko-tech/sureos-building-blocks.ui.search-input": {
1524
+ "bumpType": "major",
1525
+ "changeLog": "Major release for stable production version",
1526
+ "newVersion": "2.0.0",
1527
+ "oldVersion": "1.0.0",
1528
+ "baseVersion": "1.0.0"
1529
+ },
1530
+ "@acko-tech/sureos-building-blocks.ui.snackbar": {
1531
+ "bumpType": "major",
1532
+ "changeLog": "Major release for stable production version",
1533
+ "newVersion": "2.0.0",
1534
+ "oldVersion": "1.0.0",
1535
+ "baseVersion": "1.0.0"
1536
+ },
1537
+ "@acko-tech/sureos-building-blocks.ui.status": {
1538
+ "bumpType": "major",
1539
+ "changeLog": "Major release for stable production version",
1540
+ "newVersion": "2.0.0",
1541
+ "oldVersion": "1.0.0",
1542
+ "baseVersion": "1.0.0"
1543
+ },
1544
+ "@acko-tech/sureos-building-blocks.ui.status-filter": {
1545
+ "bumpType": "major",
1546
+ "changeLog": "Major release for stable production version",
1547
+ "newVersion": "2.0.0",
1548
+ "oldVersion": "1.0.0",
1549
+ "baseVersion": "1.0.0"
1550
+ },
1551
+ "@acko-tech/sureos-building-blocks.ui.table": {
1552
+ "bumpType": "major",
1553
+ "baseVersion": "1.0.0",
1554
+ "newVersion": "2.0.0",
1555
+ "changeLog": "Major release for stable production version",
1556
+ "oldVersion": "1.0.0"
1557
+ },
1558
+ "@acko-tech/sureos-building-blocks.ui.table-actions": {
1559
+ "bumpType": "major",
1560
+ "changeLog": "Major release for stable production version",
1561
+ "newVersion": "2.0.0",
1562
+ "oldVersion": "1.0.0",
1563
+ "baseVersion": "1.0.0"
1564
+ },
1565
+ "@acko-tech/sureos-building-blocks.ui.table-header-filter": {
1566
+ "bumpType": "major",
1567
+ "changeLog": "Major release for stable production version",
1568
+ "newVersion": "2.0.0",
1569
+ "oldVersion": "1.0.0",
1570
+ "baseVersion": "1.0.0"
1571
+ },
1572
+ "@acko-tech/sureos-building-blocks.ui.truncated-text": {
1573
+ "bumpType": "major",
1574
+ "changeLog": "Major release for stable production version",
1575
+ "newVersion": "2.0.0",
1576
+ "oldVersion": "1.0.0",
1577
+ "baseVersion": "1.0.0"
1578
+ },
1579
+ "bit-storybook": {
1580
+ "bumpType": "major",
1581
+ "baseVersion": "1.0.0",
1582
+ "newVersion": "2.0.0",
1583
+ "changeLog": "Major release for stable production version",
1584
+ "oldVersion": "1.0.0"
1585
+ },
1586
+ "@acko-tech/building-blocks.ui.calendar-old": {
1587
+ "bumpType": "major",
1588
+ "baseVersion": "1.0.0",
1589
+ "newVersion": "2.0.0",
1590
+ "changeLog": "Major release for stable production version"
1591
+ },
1592
+ "@acko-tech/building-blocks.ui.calendar-sdui": {
1593
+ "bumpType": "major",
1594
+ "baseVersion": "1.0.0",
1595
+ "newVersion": "2.0.0",
1596
+ "changeLog": "Major release for stable production version"
1597
+ },
1598
+ "@acko-tech/building-blocks.ui.acko-analytics-old": {
1599
+ "bumpType": "patch",
1600
+ "baseVersion": "1.0.0",
1601
+ "newVersion": "1.0.1",
1602
+ "changeLog": "analytics package created for v1.0.10"
1603
+ },
1604
+ "@acko-tech/health-retail-components.health-retail-components.policy_analyser": {
1605
+ "bumpType": "patch",
1606
+ "baseVersion": "1.0.0",
1607
+ "newVersion": "1.0.1",
1608
+ "changeLog": "policy analyser widget "
1609
+ },
1610
+ "quark": {
1611
+ "bumpType": "",
1612
+ "baseVersion": "1.0.0",
1613
+ "newVersion": "1.0.0",
1614
+ "changeLog": "Initial release"
1615
+ }
1616
+ }