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