@elliemae/ds-codemods 2.3.0-next.0 → 3.0.0-alpha.0

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 (31) hide show
  1. package/package.json +20 -13
  2. package/.eslintrc-backup.js +0 -70
  3. package/CHANGELOG.md +0 -1257
  4. package/src/cli/code-mods/cli.js +0 -32
  5. package/src/cli/code-mods/command-arguments/promptCheckEmPackagesInconsistencies.js +0 -22
  6. package/src/cli/code-mods/command-arguments/promptFixLegacyImports.js +0 -21
  7. package/src/cli/code-mods/command-arguments/promptMissingPackages.js +0 -29
  8. package/src/cli/code-mods/command-logics/check-missing-packages/index.js +0 -82
  9. package/src/cli/code-mods/command-logics/check-packages-inconsistencies/getPackageJsonEmDsVersions.js +0 -43
  10. package/src/cli/code-mods/command-logics/check-packages-inconsistencies/index.js +0 -59
  11. package/src/cli/code-mods/command-logics/execute-commands-map.js +0 -23
  12. package/src/cli/code-mods/command-logics/fix-legacy-imports/index.js +0 -29
  13. package/src/cli/code-mods/command-logics/fix-legacy-imports/legacyImportMap.js +0 -109
  14. package/src/cli/code-mods/commands.js +0 -9
  15. package/src/cli/code-mods/inquirer-questions-prompter.js +0 -52
  16. package/src/cli/utils/generatePathFromCurrentFolder.js +0 -5
  17. package/src/cli/utils/getLatestDimsumVersion.js +0 -15
  18. package/src/cli/utils/globArray.js +0 -11
  19. package/src/cli/utils/index.js +0 -5
  20. package/src/cli/utils/matchHelpers.js +0 -38
  21. package/src/cli/utils/replaceFromMap.js +0 -15
  22. package/test-ables/check-packages-inconsistencies/package.json.test +0 -54
  23. package/test-ables/fix-legacy-imports/legacy-react-ts.tsx.mock +0 -62
  24. package/test-ables/fix-legacy-imports/legacy-react-ts2.tsx.mock +0 -62
  25. package/test-ables/fix-legacy-imports/legacy-react.jsx.mock +0 -62
  26. package/test-ables/fix-legacy-imports/legacy-react2.jsx.mock +0 -62
  27. package/test-ables/fix-legacy-imports/legacy-ts.ts.mock +0 -62
  28. package/test-ables/fix-legacy-imports/legacy-ts2.ts.mock +0 -62
  29. package/test-ables/fix-legacy-imports/legacy1.js.mock +0 -61
  30. package/test-ables/fix-legacy-imports/legacy2.js.mock +0 -61
  31. package/tsconfig.json +0 -10
package/CHANGELOG.md DELETED
@@ -1,1257 +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
- ## [2.3.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.3-next.0...v2.3.0-next.0) (2022-01-07)
7
-
8
- **Note:** Version bump only for package @elliemae/ds-codemods
9
-
10
-
11
-
12
-
13
-
14
- ### [2.2.3-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.8...v2.2.3-next.0) (2022-01-06)
15
-
16
- **Note:** Version bump only for package @elliemae/ds-codemods
17
-
18
-
19
-
20
-
21
-
22
- ## [2.2.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.7...v2.2.0-next.8) (2022-01-04)
23
-
24
- **Note:** Version bump only for package @elliemae/ds-codemods
25
-
26
-
27
-
28
-
29
-
30
- ## [2.2.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.7...v2.2.0-rc.0) (2022-01-04)
31
-
32
- **Note:** Version bump only for package @elliemae/ds-codemods
33
-
34
-
35
-
36
-
37
-
38
- ## [2.2.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.6...v2.2.0-next.7) (2022-01-03)
39
-
40
- **Note:** Version bump only for package @elliemae/ds-codemods
41
-
42
-
43
-
44
-
45
-
46
- ## [2.2.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.5...v2.2.0-next.6) (2021-12-29)
47
-
48
- **Note:** Version bump only for package @elliemae/ds-codemods
49
-
50
-
51
-
52
-
53
-
54
- ## [2.2.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.4...v2.2.0-next.5) (2021-12-29)
55
-
56
- **Note:** Version bump only for package @elliemae/ds-codemods
57
-
58
-
59
-
60
-
61
-
62
- ## [2.2.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.3...v2.2.0-next.4) (2021-12-28)
63
-
64
- **Note:** Version bump only for package @elliemae/ds-codemods
65
-
66
-
67
-
68
-
69
-
70
- ## [2.2.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.2...v2.2.0-next.3) (2021-12-28)
71
-
72
- **Note:** Version bump only for package @elliemae/ds-codemods
73
-
74
-
75
-
76
-
77
-
78
- ## [2.2.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v2.2.0-next.1...v2.2.0-next.2) (2021-12-27)
79
-
80
- **Note:** Version bump only for package @elliemae/ds-codemods
81
-
82
-
83
-
84
-
85
-
86
- ## [2.2.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.13...v2.2.0-next.1) (2021-12-27)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * dimsum:: fixed all the package.json missing/unused dependencies up to now ([#3758](https://git.elliemae.io/platform-ui/dimsum/issues/3758)) ([c5bd0d5](https://git.elliemae.io/platform-ui/dimsum/commit/c5bd0d5675be1680af6f12678b50421bac85cb1b))
92
- * eslint and tsc commit issues ([#3781](https://git.elliemae.io/platform-ui/dimsum/issues/3781)) ([abb0f09](https://git.elliemae.io/platform-ui/dimsum/commit/abb0f0973e57a406ce444497d11a41933623fa51))
93
-
94
-
95
-
96
- ## [2.1.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.13...v2.1.0-rc.7) (2021-12-27)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * dimsum:: fixed all the package.json missing/unused dependencies up to now ([#3758](https://git.elliemae.io/platform-ui/dimsum/issues/3758)) ([c5bd0d5](https://git.elliemae.io/platform-ui/dimsum/commit/c5bd0d5675be1680af6f12678b50421bac85cb1b))
102
- * eslint and tsc commit issues ([#3781](https://git.elliemae.io/platform-ui/dimsum/issues/3781)) ([abb0f09](https://git.elliemae.io/platform-ui/dimsum/commit/abb0f0973e57a406ce444497d11a41933623fa51))
103
-
104
-
105
-
106
- ## [2.1.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.13...v2.1.0-rc.7) (2021-12-21)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * dimsum:: fixed all the package.json missing/unused dependencies up to now ([#3758](https://git.elliemae.io/platform-ui/dimsum/issues/3758)) ([c5bd0d5](https://git.elliemae.io/platform-ui/dimsum/commit/c5bd0d5675be1680af6f12678b50421bac85cb1b))
112
- * eslint and tsc commit issues ([#3781](https://git.elliemae.io/platform-ui/dimsum/issues/3781)) ([abb0f09](https://git.elliemae.io/platform-ui/dimsum/commit/abb0f0973e57a406ce444497d11a41933623fa51))
113
-
114
-
115
-
116
- ## [2.0.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.12...v2.0.0-next.13) (2021-11-15)
117
-
118
- **Note:** Version bump only for package @elliemae/ds-codemods
119
-
120
-
121
-
122
-
123
-
124
- ## [2.0.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.11...v2.0.0-next.12) (2021-11-14)
125
-
126
- **Note:** Version bump only for package @elliemae/ds-codemods
127
-
128
-
129
-
130
-
131
-
132
- ## [2.0.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.10...v2.0.0-next.11) (2021-11-08)
133
-
134
- **Note:** Version bump only for package @elliemae/ds-codemods
135
-
136
-
137
-
138
-
139
-
140
- ## [2.0.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.4...v2.0.0-next.5) (2021-10-06)
141
-
142
- **Note:** Version bump only for package @elliemae/ds-codemods
143
-
144
-
145
-
146
-
147
-
148
- ## [2.0.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.3...v2.0.0-next.4) (2021-10-05)
149
-
150
- **Note:** Version bump only for package @elliemae/ds-codemods
151
-
152
-
153
-
154
-
155
-
156
- ## [2.0.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.2...v2.0.0-next.3) (2021-09-30)
157
-
158
- **Note:** Version bump only for package @elliemae/ds-codemods
159
-
160
-
161
-
162
-
163
-
164
- ## [2.0.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-09-30)
165
-
166
- **Note:** Version bump only for package @elliemae/ds-codemods
167
-
168
-
169
-
170
-
171
-
172
- ## [2.0.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.0...v2.0.0-next.1) (2021-09-30)
173
-
174
- **Note:** Version bump only for package @elliemae/ds-codemods
175
-
176
-
177
-
178
-
179
-
180
- ## [2.0.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.15...v2.0.0-next.0) (2021-09-30)
181
-
182
-
183
- ### ⚠ BREAKING CHANGES
184
-
185
- * - discontinue IE11 support
186
- - minimum supported NodeJS version is 14.x and higher
187
-
188
- * fix: tsconfig correction
189
-
190
- * fix: build error
191
-
192
- * fix: upgrade open source libraries to their latest patch
193
-
194
- * fix: dev dependencies
195
-
196
- * fix: asynchornous execution of rollup and tsc
197
-
198
- * chore: test
199
-
200
- * chore: test
201
-
202
- * chore: test
203
-
204
- ### Features
205
-
206
- * dependencies upgrade ([#3418](https://git.elliemae.io/platform-ui/dimsum/issues/3418)) ([88ff69d](https://git.elliemae.io/platform-ui/dimsum/commit/88ff69d7d9413ece6b202b2d6d489565ed566fc2))
207
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
208
-
209
-
210
- ### Bug Fixes
211
-
212
- * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
213
- * codemode fails to publish ([#3414](https://git.elliemae.io/platform-ui/dimsum/issues/3414)) ([12b833e](https://git.elliemae.io/platform-ui/dimsum/commit/12b833e7267ae72e3c559d8a8abff1f8019ba973))
214
- * e2e tests failing with timeout ([#3438](https://git.elliemae.io/platform-ui/dimsum/issues/3438)) ([bbd9d62](https://git.elliemae.io/platform-ui/dimsum/commit/bbd9d6254838782da013a98ca14ca3d947b64653)), closes [#3413](https://git.elliemae.io/platform-ui/dimsum/issues/3413) [#3417](https://git.elliemae.io/platform-ui/dimsum/issues/3417) [#3408](https://git.elliemae.io/platform-ui/dimsum/issues/3408) [#3379](https://git.elliemae.io/platform-ui/dimsum/issues/3379) [#3412](https://git.elliemae.io/platform-ui/dimsum/issues/3412) [#3427](https://git.elliemae.io/platform-ui/dimsum/issues/3427) [#3425](https://git.elliemae.io/platform-ui/dimsum/issues/3425) [#3424](https://git.elliemae.io/platform-ui/dimsum/issues/3424) [#3422](https://git.elliemae.io/platform-ui/dimsum/issues/3422) [#3393](https://git.elliemae.io/platform-ui/dimsum/issues/3393) [#3397](https://git.elliemae.io/platform-ui/dimsum/issues/3397) [#3431](https://git.elliemae.io/platform-ui/dimsum/issues/3431) [#3430](https://git.elliemae.io/platform-ui/dimsum/issues/3430) [#3432](https://git.elliemae.io/platform-ui/dimsum/issues/3432)
215
-
216
-
217
-
218
- ## [1.55.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.11...v1.55.0-next.12) (2021-09-27)
219
-
220
- **Note:** Version bump only for package @elliemae/ds-codemods
221
-
222
-
223
-
224
-
225
-
226
- ## [1.55.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.10...v1.55.0-next.11) (2021-09-27)
227
-
228
- **Note:** Version bump only for package @elliemae/ds-codemods
229
-
230
-
231
-
232
-
233
-
234
- ## [1.55.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.9...v1.55.0-next.10) (2021-09-27)
235
-
236
- **Note:** Version bump only for package @elliemae/ds-codemods
237
-
238
-
239
-
240
-
241
-
242
- ## [1.55.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.8...v1.55.0-next.9) (2021-09-23)
243
-
244
- **Note:** Version bump only for package @elliemae/ds-codemods
245
-
246
-
247
-
248
-
249
-
250
- ## [1.55.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.7...v1.55.0-next.8) (2021-09-23)
251
-
252
- **Note:** Version bump only for package @elliemae/ds-codemods
253
-
254
-
255
-
256
-
257
-
258
- ## [1.55.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.6...v1.55.0-next.7) (2021-09-23)
259
-
260
- **Note:** Version bump only for package @elliemae/ds-codemods
261
-
262
-
263
-
264
-
265
-
266
- ## [1.55.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.5...v1.55.0-next.6) (2021-09-22)
267
-
268
- **Note:** Version bump only for package @elliemae/ds-codemods
269
-
270
-
271
-
272
-
273
-
274
- ## [1.55.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.4...v1.55.0-next.5) (2021-09-22)
275
-
276
- **Note:** Version bump only for package @elliemae/ds-codemods
277
-
278
-
279
-
280
-
281
-
282
- ## [1.55.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.3...v1.55.0-next.4) (2021-09-21)
283
-
284
- **Note:** Version bump only for package @elliemae/ds-codemods
285
-
286
-
287
-
288
-
289
-
290
- ## [1.55.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.2...v1.55.0-next.3) (2021-09-21)
291
-
292
- **Note:** Version bump only for package @elliemae/ds-codemods
293
-
294
-
295
-
296
-
297
-
298
- ## [1.55.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.1...v1.55.0-next.2) (2021-09-21)
299
-
300
- **Note:** Version bump only for package @elliemae/ds-codemods
301
-
302
-
303
-
304
-
305
-
306
- ## [1.55.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.55.0-next.1) (2021-09-19)
307
-
308
- **Note:** Version bump only for package @elliemae/ds-codemods
309
-
310
-
311
-
312
-
313
-
314
- ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
315
-
316
- **Note:** Version bump only for package @elliemae/ds-codemods
317
-
318
-
319
-
320
-
321
-
322
- ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
323
-
324
- **Note:** Version bump only for package @elliemae/ds-codemods
325
-
326
-
327
-
328
-
329
-
330
- ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
331
-
332
- **Note:** Version bump only for package @elliemae/ds-codemods
333
-
334
-
335
-
336
-
337
-
338
- ### [1.53.4-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.10...v1.53.4-next.0) (2021-09-14)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * package codemods ([3e5a5d0](https://git.elliemae.io/platform-ui/dimsum/commit/3e5a5d03ff5f852bb2454333b535894e41d43009))
344
-
345
-
346
-
347
- ### [1.53.4-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.10...v1.53.4-rc.3) (2021-09-14)
348
-
349
-
350
- ### Bug Fixes
351
-
352
- * package codemods ([3e5a5d0](https://git.elliemae.io/platform-ui/dimsum/commit/3e5a5d03ff5f852bb2454333b535894e41d43009))
353
-
354
-
355
-
356
- ## [1.54.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.9...v1.54.0-next.10) (2021-09-13)
357
-
358
- **Note:** Version bump only for package @elliemae/ds-codemods
359
-
360
-
361
-
362
-
363
-
364
- ## [1.54.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.8...v1.54.0-next.9) (2021-09-13)
365
-
366
- **Note:** Version bump only for package @elliemae/ds-codemods
367
-
368
-
369
-
370
-
371
-
372
- ## [1.54.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.7...v1.54.0-next.8) (2021-09-13)
373
-
374
- **Note:** Version bump only for package @elliemae/ds-codemods
375
-
376
-
377
-
378
-
379
-
380
- ## [1.54.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.5...v1.54.0-next.7) (2021-09-13)
381
-
382
- **Note:** Version bump only for package @elliemae/ds-codemods
383
-
384
-
385
-
386
-
387
-
388
- ## [1.54.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.4...v1.54.0-next.5) (2021-09-13)
389
-
390
- **Note:** Version bump only for package @elliemae/ds-codemods
391
-
392
-
393
-
394
-
395
-
396
- ## [1.54.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.3...v1.54.0-next.4) (2021-09-10)
397
-
398
- **Note:** Version bump only for package @elliemae/ds-codemods
399
-
400
-
401
-
402
-
403
-
404
- ## [1.54.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.2...v1.54.0-next.3) (2021-09-10)
405
-
406
- **Note:** Version bump only for package @elliemae/ds-codemods
407
-
408
-
409
-
410
-
411
-
412
- ## [1.54.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.1...v1.54.0-next.2) (2021-09-08)
413
-
414
-
415
- ### Features
416
-
417
- * dimsum:: added script to validate unused or missing dependencies [PUI-6946](https://jira.elliemae.io/browse/PUI-6946) ([#3379](https://git.elliemae.io/platform-ui/dimsum/issues/3379)) ([395b328](https://git.elliemae.io/platform-ui/dimsum/commit/395b328dfd0b8b75c02bd46e578af3ec990a64da))
418
-
419
-
420
-
421
- ## [1.54.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.0...v1.54.0-next.1) (2021-09-06)
422
-
423
- **Note:** Version bump only for package @elliemae/ds-codemods
424
-
425
-
426
-
427
-
428
-
429
- ## [1.54.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.0-next.2...v1.54.0-next.0) (2021-09-05)
430
-
431
- **Note:** Version bump only for package @elliemae/ds-codemods
432
-
433
-
434
-
435
-
436
-
437
- ## [1.53.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.0-next.1...v1.53.0-next.2) (2021-08-31)
438
-
439
- **Note:** Version bump only for package @elliemae/ds-codemods
440
-
441
-
442
-
443
-
444
-
445
- ## [1.53.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.6...v1.53.0-next.1) (2021-08-31)
446
-
447
- **Note:** Version bump only for package @elliemae/ds-codemods
448
-
449
-
450
-
451
-
452
-
453
- ## [1.52.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.4...v1.52.0-next.6) (2021-08-27)
454
-
455
- **Note:** Version bump only for package @elliemae/ds-codemods
456
-
457
-
458
-
459
-
460
-
461
- ## [1.52.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.4...v1.52.0-next.5) (2021-08-27)
462
-
463
- **Note:** Version bump only for package @elliemae/ds-codemods
464
-
465
-
466
-
467
-
468
-
469
- ## [1.52.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.3...v1.52.0-next.4) (2021-08-26)
470
-
471
- **Note:** Version bump only for package @elliemae/ds-codemods
472
-
473
-
474
-
475
-
476
-
477
- ## [1.52.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.2...v1.52.0-next.3) (2021-08-25)
478
-
479
- **Note:** Version bump only for package @elliemae/ds-codemods
480
-
481
-
482
-
483
-
484
-
485
- ## [1.52.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.1...v1.52.0-next.2) (2021-08-25)
486
-
487
- **Note:** Version bump only for package @elliemae/ds-codemods
488
-
489
-
490
-
491
-
492
-
493
- ## [1.52.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.0...v1.52.0-next.1) (2021-08-24)
494
-
495
- **Note:** Version bump only for package @elliemae/ds-codemods
496
-
497
-
498
-
499
-
500
-
501
- ## [1.52.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.2...v1.52.0-next.0) (2021-08-23)
502
-
503
- **Note:** Version bump only for package @elliemae/ds-codemods
504
-
505
-
506
-
507
-
508
-
509
- ## [1.51.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.1...v1.51.0-next.2) (2021-08-20)
510
-
511
- **Note:** Version bump only for package @elliemae/ds-codemods
512
-
513
-
514
-
515
-
516
-
517
- ## [1.51.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.0...v1.51.0-next.1) (2021-08-19)
518
-
519
- **Note:** Version bump only for package @elliemae/ds-codemods
520
-
521
-
522
-
523
-
524
-
525
- ## [1.51.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.11...v1.51.0-next.0) (2021-08-18)
526
-
527
- **Note:** Version bump only for package @elliemae/ds-codemods
528
-
529
-
530
-
531
-
532
-
533
- ## [1.50.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.10...v1.50.0-next.11) (2021-08-16)
534
-
535
- **Note:** Version bump only for package @elliemae/ds-codemods
536
-
537
-
538
-
539
-
540
-
541
- ## [1.50.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.9...v1.50.0-next.10) (2021-08-14)
542
-
543
- **Note:** Version bump only for package @elliemae/ds-codemods
544
-
545
-
546
-
547
-
548
-
549
- ## [1.50.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.8...v1.50.0-next.9) (2021-08-12)
550
-
551
- **Note:** Version bump only for package @elliemae/ds-codemods
552
-
553
-
554
-
555
-
556
-
557
- ## [1.50.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.7...v1.50.0-next.8) (2021-08-12)
558
-
559
- **Note:** Version bump only for package @elliemae/ds-codemods
560
-
561
-
562
-
563
-
564
-
565
- ## [1.50.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.6...v1.50.0-next.7) (2021-08-12)
566
-
567
- **Note:** Version bump only for package @elliemae/ds-codemods
568
-
569
-
570
-
571
-
572
-
573
- ## [1.50.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.5...v1.50.0-next.6) (2021-08-12)
574
-
575
- **Note:** Version bump only for package @elliemae/ds-codemods
576
-
577
-
578
-
579
-
580
-
581
- ## [1.50.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.4...v1.50.0-next.5) (2021-08-11)
582
-
583
-
584
- ### Features
585
-
586
- * ds-codemods:: script to ensure correct npm versions [PUI-6808](https://jira.elliemae.io/browse/PUI-6808) ([#3195](https://git.elliemae.io/platform-ui/dimsum/issues/3195)) ([b6459e7](https://git.elliemae.io/platform-ui/dimsum/commit/b6459e757125c02df108b0eaaaa116284e385d51))
587
-
588
-
589
-
590
- ## [1.50.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.3...v1.50.0-next.4) (2021-08-11)
591
-
592
- **Note:** Version bump only for package @elliemae/ds-codemods
593
-
594
-
595
-
596
-
597
-
598
- ## [1.50.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.2...v1.50.0-next.3) (2021-08-11)
599
-
600
- **Note:** Version bump only for package @elliemae/ds-codemods
601
-
602
-
603
-
604
-
605
-
606
- ## [1.50.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.1...v1.50.0-next.2) (2021-08-10)
607
-
608
- **Note:** Version bump only for package @elliemae/ds-codemods
609
-
610
-
611
-
612
-
613
-
614
- ## [1.50.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.11...v1.50.0-next.1) (2021-08-09)
615
-
616
- **Note:** Version bump only for package @elliemae/ds-codemods
617
-
618
-
619
-
620
-
621
-
622
- ## [1.49.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.10...v1.49.0-next.11) (2021-08-09)
623
-
624
- **Note:** Version bump only for package @elliemae/ds-codemods
625
-
626
-
627
-
628
-
629
-
630
- ## [1.49.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.9...v1.49.0-next.10) (2021-08-05)
631
-
632
- **Note:** Version bump only for package @elliemae/ds-codemods
633
-
634
-
635
-
636
-
637
-
638
- ## [1.49.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.8...v1.49.0-next.9) (2021-08-05)
639
-
640
- **Note:** Version bump only for package @elliemae/ds-codemods
641
-
642
-
643
-
644
-
645
-
646
- ## [1.49.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.7...v1.49.0-next.8) (2021-08-03)
647
-
648
-
649
- ### Features
650
-
651
- * controlled-date-time-picker:: disabled time prop + unit-test [PUI-6721](https://jira.elliemae.io/browse/PUI-6721) [PUI-6408](https://jira.elliemae.io/browse/PUI-6408) ([#3167](https://git.elliemae.io/platform-ui/dimsum/issues/3167)) ([dcafda9](https://git.elliemae.io/platform-ui/dimsum/commit/dcafda952dae70f4755520dc2e2e18d0480a4377))
652
-
653
-
654
-
655
- ## [1.49.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.6...v1.49.0-next.7) (2021-07-28)
656
-
657
- **Note:** Version bump only for package @elliemae/ds-codemods
658
-
659
-
660
-
661
-
662
-
663
- ## [1.49.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.5...v1.49.0-next.6) (2021-07-28)
664
-
665
- **Note:** Version bump only for package @elliemae/ds-codemods
666
-
667
-
668
-
669
-
670
-
671
- ## [1.49.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.4...v1.49.0-next.5) (2021-07-28)
672
-
673
- **Note:** Version bump only for package @elliemae/ds-codemods
674
-
675
-
676
-
677
-
678
-
679
- ## [1.49.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.3...v1.49.0-next.4) (2021-07-26)
680
-
681
- **Note:** Version bump only for package @elliemae/ds-codemods
682
-
683
-
684
-
685
-
686
-
687
- ## [1.49.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.2...v1.49.0-next.3) (2021-07-26)
688
-
689
- **Note:** Version bump only for package @elliemae/ds-codemods
690
-
691
-
692
-
693
-
694
-
695
- ## [1.49.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.1...v1.49.0-next.2) (2021-07-23)
696
-
697
- **Note:** Version bump only for package @elliemae/ds-codemods
698
-
699
-
700
-
701
-
702
-
703
- ## [1.49.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.5...v1.49.0-next.1) (2021-07-23)
704
-
705
- **Note:** Version bump only for package @elliemae/ds-codemods
706
-
707
-
708
-
709
-
710
-
711
- ## [1.48.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.5...v1.48.0-rc.1) (2021-07-22)
712
-
713
- **Note:** Version bump only for package @elliemae/ds-codemods
714
-
715
-
716
-
717
-
718
-
719
- ## [1.48.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.4...v1.48.0-next.5) (2021-07-21)
720
-
721
- **Note:** Version bump only for package @elliemae/ds-codemods
722
-
723
-
724
-
725
-
726
-
727
- ## [1.48.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.3...v1.48.0-next.4) (2021-07-21)
728
-
729
- **Note:** Version bump only for package @elliemae/ds-codemods
730
-
731
-
732
-
733
-
734
-
735
- ## [1.48.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.2...v1.48.0-next.3) (2021-07-20)
736
-
737
- **Note:** Version bump only for package @elliemae/ds-codemods
738
-
739
-
740
-
741
-
742
-
743
- ## [1.48.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.1...v1.48.0-next.2) (2021-07-20)
744
-
745
- **Note:** Version bump only for package @elliemae/ds-codemods
746
-
747
-
748
-
749
-
750
-
751
- ## [1.48.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.0...v1.48.0-next.1) (2021-07-19)
752
-
753
- **Note:** Version bump only for package @elliemae/ds-codemods
754
-
755
-
756
-
757
-
758
-
759
- ## [1.47.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.4...v1.47.0-next.0) (2021-07-14)
760
-
761
- **Note:** Version bump only for package @elliemae/ds-codemods
762
-
763
-
764
-
765
-
766
-
767
- ## [1.47.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.3...v1.47.0-next.4) (2021-07-13)
768
-
769
- **Note:** Version bump only for package @elliemae/ds-codemods
770
-
771
-
772
-
773
-
774
-
775
- ## [1.47.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.2...v1.47.0-next.3) (2021-07-12)
776
-
777
- **Note:** Version bump only for package @elliemae/ds-codemods
778
-
779
-
780
-
781
-
782
-
783
- ## [1.47.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.47.0-next.2) (2021-07-12)
784
-
785
- **Note:** Version bump only for package @elliemae/ds-codemods
786
-
787
-
788
-
789
-
790
-
791
- ## [1.47.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.47.0-next.1) (2021-07-11)
792
-
793
- **Note:** Version bump only for package @elliemae/ds-codemods
794
-
795
-
796
-
797
-
798
-
799
- ### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-11)
800
-
801
- **Note:** Version bump only for package @elliemae/ds-codemods
802
-
803
-
804
-
805
-
806
-
807
- ### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-11)
808
-
809
- **Note:** Version bump only for package @elliemae/ds-codemods
810
-
811
-
812
-
813
-
814
-
815
- ### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-10)
816
-
817
- **Note:** Version bump only for package @elliemae/ds-codemods
818
-
819
-
820
-
821
-
822
-
823
- ## [1.46.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.3...v1.46.0-next.4) (2021-07-06)
824
-
825
- **Note:** Version bump only for package @elliemae/ds-codemods
826
-
827
-
828
-
829
-
830
-
831
- ## [1.46.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.2...v1.46.0-next.3) (2021-07-05)
832
-
833
- **Note:** Version bump only for package @elliemae/ds-codemods
834
-
835
-
836
-
837
-
838
-
839
- ## [1.46.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.1...v1.46.0-next.2) (2021-07-05)
840
-
841
- **Note:** Version bump only for package @elliemae/ds-codemods
842
-
843
-
844
-
845
-
846
-
847
- ## [1.46.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.0...v1.46.0-next.1) (2021-07-01)
848
-
849
- **Note:** Version bump only for package @elliemae/ds-codemods
850
-
851
-
852
-
853
-
854
-
855
- ## [1.46.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.9...v1.46.0-next.0) (2021-07-01)
856
-
857
- **Note:** Version bump only for package @elliemae/ds-codemods
858
-
859
-
860
-
861
-
862
-
863
- ## [1.45.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.8...v1.45.0-next.9) (2021-06-25)
864
-
865
- **Note:** Version bump only for package @elliemae/ds-codemods
866
-
867
-
868
-
869
-
870
-
871
- ## [1.45.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.7...v1.45.0-next.8) (2021-06-24)
872
-
873
- **Note:** Version bump only for package @elliemae/ds-codemods
874
-
875
-
876
-
877
-
878
-
879
- ## [1.45.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.6...v1.45.0-next.7) (2021-06-21)
880
-
881
- **Note:** Version bump only for package @elliemae/ds-codemods
882
-
883
-
884
-
885
-
886
-
887
- ## [1.45.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.5...v1.45.0-next.6) (2021-06-21)
888
-
889
- **Note:** Version bump only for package @elliemae/ds-codemods
890
-
891
-
892
-
893
-
894
-
895
- ## [1.45.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.4...v1.45.0-next.5) (2021-06-16)
896
-
897
- **Note:** Version bump only for package @elliemae/ds-codemods
898
-
899
-
900
-
901
-
902
-
903
- ## [1.45.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.3...v1.45.0-next.4) (2021-06-11)
904
-
905
- **Note:** Version bump only for package @elliemae/ds-codemods
906
-
907
-
908
-
909
-
910
-
911
- ## [1.45.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.2...v1.45.0-next.3) (2021-06-11)
912
-
913
- **Note:** Version bump only for package @elliemae/ds-codemods
914
-
915
-
916
-
917
-
918
-
919
- ## [1.45.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.1...v1.45.0-next.2) (2021-06-11)
920
-
921
- **Note:** Version bump only for package @elliemae/ds-codemods
922
-
923
-
924
-
925
-
926
-
927
- ## [1.45.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.5...v1.45.0-next.1) (2021-06-10)
928
-
929
- **Note:** Version bump only for package @elliemae/ds-codemods
930
-
931
-
932
-
933
-
934
-
935
- ### [1.44.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.5...v1.44.1-rc.1) (2021-06-10)
936
-
937
- **Note:** Version bump only for package @elliemae/ds-codemods
938
-
939
-
940
-
941
-
942
-
943
- ## [1.44.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.4...v1.44.0-next.5) (2021-06-08)
944
-
945
- **Note:** Version bump only for package @elliemae/ds-codemods
946
-
947
-
948
-
949
-
950
-
951
- ## [1.44.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.3...v1.44.0-next.4) (2021-06-07)
952
-
953
- **Note:** Version bump only for package @elliemae/ds-codemods
954
-
955
-
956
-
957
-
958
-
959
- ## [1.44.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.2...v1.44.0-next.3) (2021-06-01)
960
-
961
- **Note:** Version bump only for package @elliemae/ds-codemods
962
-
963
-
964
-
965
-
966
-
967
- ## [1.44.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.1...v1.44.0-next.2) (2021-06-01)
968
-
969
- **Note:** Version bump only for package @elliemae/ds-codemods
970
-
971
-
972
-
973
-
974
-
975
- ## [1.44.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.44.0-next.1) (2021-06-01)
976
-
977
- **Note:** Version bump only for package @elliemae/ds-codemods
978
-
979
-
980
-
981
-
982
-
983
- ### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-06-01)
984
-
985
- **Note:** Version bump only for package @elliemae/ds-codemods
986
-
987
-
988
-
989
-
990
-
991
- ### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-05-31)
992
-
993
- **Note:** Version bump only for package @elliemae/ds-codemods
994
-
995
-
996
-
997
-
998
-
999
- ### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-05-30)
1000
-
1001
- **Note:** Version bump only for package @elliemae/ds-codemods
1002
-
1003
-
1004
-
1005
-
1006
-
1007
- ## [1.43.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.5...v1.43.0-next.6) (2021-05-27)
1008
-
1009
- **Note:** Version bump only for package @elliemae/ds-codemods
1010
-
1011
-
1012
-
1013
-
1014
-
1015
- ## [1.43.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.4...v1.43.0-next.5) (2021-05-26)
1016
-
1017
- **Note:** Version bump only for package @elliemae/ds-codemods
1018
-
1019
-
1020
-
1021
-
1022
-
1023
- ## [1.43.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.3...v1.43.0-next.4) (2021-05-25)
1024
-
1025
- **Note:** Version bump only for package @elliemae/ds-codemods
1026
-
1027
-
1028
-
1029
-
1030
-
1031
- ## [1.43.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.2...v1.43.0-next.3) (2021-05-24)
1032
-
1033
- **Note:** Version bump only for package @elliemae/ds-codemods
1034
-
1035
-
1036
-
1037
-
1038
-
1039
- ## [1.43.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.1...v1.43.0-next.2) (2021-05-20)
1040
-
1041
- **Note:** Version bump only for package @elliemae/ds-codemods
1042
-
1043
-
1044
-
1045
-
1046
-
1047
- ## [1.43.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.0...v1.43.0-next.1) (2021-05-17)
1048
-
1049
- **Note:** Version bump only for package @elliemae/ds-codemods
1050
-
1051
-
1052
-
1053
-
1054
-
1055
- ## [1.43.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.8...v1.43.0-next.0) (2021-05-17)
1056
-
1057
- **Note:** Version bump only for package @elliemae/ds-codemods
1058
-
1059
-
1060
-
1061
-
1062
-
1063
- ### [1.42.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.8...v1.42.1-rc.0) (2021-05-14)
1064
-
1065
- **Note:** Version bump only for package @elliemae/ds-codemods
1066
-
1067
-
1068
-
1069
-
1070
-
1071
- ## [1.42.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.7...v1.42.0-next.8) (2021-05-14)
1072
-
1073
- **Note:** Version bump only for package @elliemae/ds-codemods
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- ## [1.42.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.6...v1.42.0-next.7) (2021-05-13)
1080
-
1081
- **Note:** Version bump only for package @elliemae/ds-codemods
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- ## [1.42.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.5...v1.42.0-next.6) (2021-05-12)
1088
-
1089
- **Note:** Version bump only for package @elliemae/ds-codemods
1090
-
1091
-
1092
-
1093
-
1094
-
1095
- ## [1.42.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.4...v1.42.0-next.5) (2021-05-12)
1096
-
1097
- **Note:** Version bump only for package @elliemae/ds-codemods
1098
-
1099
-
1100
-
1101
-
1102
-
1103
- ## [1.42.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.3...v1.42.0-next.4) (2021-05-12)
1104
-
1105
- **Note:** Version bump only for package @elliemae/ds-codemods
1106
-
1107
-
1108
-
1109
-
1110
-
1111
- ## [1.42.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.2...v1.42.0-next.3) (2021-05-12)
1112
-
1113
- ### [1.40.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.1...v1.40.3-rc.2) (2021-05-07)
1114
-
1115
-
1116
- ### Bug Fixes
1117
-
1118
- * datetimepicker:: missing onChange cta ([#2794](https://git.elliemae.io/platform-ui/dimsum/issues/2794)) ([1b813af](https://git.elliemae.io/platform-ui/dimsum/commit/1b813af311311877b501ba38be62bcfe16a20adf))
1119
-
1120
- ### [1.40.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.3-rc.0...v1.40.3-rc.1) (2021-05-06)
1121
-
1122
-
1123
-
1124
- ## [1.42.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.1...v1.42.0-next.2) (2021-05-07)
1125
-
1126
- **Note:** Version bump only for package @elliemae/ds-codemods
1127
-
1128
-
1129
-
1130
-
1131
-
1132
- ## [1.42.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.0...v1.42.0-next.1) (2021-05-06)
1133
-
1134
- **Note:** Version bump only for package @elliemae/ds-codemods
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [1.42.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.2...v1.42.0-next.0) (2021-05-03)
1141
-
1142
- **Note:** Version bump only for package @elliemae/ds-codemods
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- ### [1.41.1-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.1...v1.41.1-next.2) (2021-04-30)
1149
-
1150
- **Note:** Version bump only for package @elliemae/ds-codemods
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- ### [1.41.1-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.0...v1.41.1-next.1) (2021-04-29)
1157
-
1158
- **Note:** Version bump only for package @elliemae/ds-codemods
1159
-
1160
-
1161
-
1162
-
1163
-
1164
- ### [1.41.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.9...v1.41.1-next.0) (2021-04-28)
1165
-
1166
- **Note:** Version bump only for package @elliemae/ds-codemods
1167
-
1168
-
1169
-
1170
-
1171
-
1172
- ## [1.40.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.8...v1.40.0-next.9) (2021-04-27)
1173
-
1174
- **Note:** Version bump only for package @elliemae/ds-codemods
1175
-
1176
-
1177
-
1178
-
1179
-
1180
- ## [1.40.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.7...v1.40.0-next.8) (2021-04-26)
1181
-
1182
- **Note:** Version bump only for package @elliemae/ds-codemods
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- ## [1.40.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.6...v1.40.0-next.7) (2021-04-26)
1189
-
1190
- **Note:** Version bump only for package @elliemae/ds-codemods
1191
-
1192
-
1193
-
1194
-
1195
-
1196
- ## [1.40.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.5...v1.40.0-next.6) (2021-04-26)
1197
-
1198
- **Note:** Version bump only for package @elliemae/ds-codemods
1199
-
1200
-
1201
-
1202
-
1203
-
1204
- ## [1.40.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.4...v1.40.0-next.5) (2021-04-26)
1205
-
1206
- **Note:** Version bump only for package @elliemae/ds-codemods
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- ## [1.40.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.3...v1.40.0-next.4) (2021-04-26)
1213
-
1214
- **Note:** Version bump only for package @elliemae/ds-codemods
1215
-
1216
-
1217
-
1218
-
1219
-
1220
- ## [1.40.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.2...v1.40.0-next.3) (2021-04-26)
1221
-
1222
- **Note:** Version bump only for package @elliemae/ds-codemods
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- ## [1.40.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.1...v1.40.0-next.2) (2021-04-23)
1229
-
1230
- **Note:** Version bump only for package @elliemae/ds-codemods
1231
-
1232
-
1233
-
1234
-
1235
-
1236
- ## [1.40.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.0...v1.40.0-next.1) (2021-04-22)
1237
-
1238
- **Note:** Version bump only for package @elliemae/ds-codemods
1239
-
1240
-
1241
-
1242
-
1243
-
1244
- ## [1.40.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.39.1-next.0...v1.40.0-next.0) (2021-04-21)
1245
-
1246
- **Note:** Version bump only for package @elliemae/ds-codemods
1247
-
1248
-
1249
-
1250
-
1251
-
1252
- ### [1.39.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.4...v1.39.1-next.0) (2021-04-21)
1253
-
1254
-
1255
- ### Bug Fixes
1256
-
1257
- * codemods:: publish config ([#2696](https://git.elliemae.io/platform-ui/dimsum/issues/2696)) ([2dca92a](https://git.elliemae.io/platform-ui/dimsum/commit/2dca92a3467fdcfe8a3a0efd851bbd60eb3205a7))