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