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