@elliemae/ds-codemods 1.54.0-next.5 → 1.55.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +82 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,88 @@
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
+ ## [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)
7
+
8
+ **Note:** Version bump only for package @elliemae/ds-codemods
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @elliemae/ds-codemods
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @elliemae/ds-codemods
25
+
26
+
27
+
28
+
29
+
30
+ ## [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)
31
+
32
+ **Note:** Version bump only for package @elliemae/ds-codemods
33
+
34
+
35
+
36
+
37
+
38
+ ### [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)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * package codemods ([3e5a5d0](https://git.elliemae.io/platform-ui/dimsum/commit/3e5a5d03ff5f852bb2454333b535894e41d43009))
44
+
45
+
46
+
47
+ ### [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)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * package codemods ([3e5a5d0](https://git.elliemae.io/platform-ui/dimsum/commit/3e5a5d03ff5f852bb2454333b535894e41d43009))
53
+
54
+
55
+
56
+ ## [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)
57
+
58
+ **Note:** Version bump only for package @elliemae/ds-codemods
59
+
60
+
61
+
62
+
63
+
64
+ ## [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)
65
+
66
+ **Note:** Version bump only for package @elliemae/ds-codemods
67
+
68
+
69
+
70
+
71
+
72
+ ## [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)
73
+
74
+ **Note:** Version bump only for package @elliemae/ds-codemods
75
+
76
+
77
+
78
+
79
+
80
+ ## [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)
81
+
82
+ **Note:** Version bump only for package @elliemae/ds-codemods
83
+
84
+
85
+
86
+
87
+
6
88
  ## [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)
7
89
 
8
90
  **Note:** Version bump only for package @elliemae/ds-codemods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-codemods",
3
- "version": "1.54.0-next.5",
3
+ "version": "1.55.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "Ellie Mae - Dim Sum - Code Mods",
6
6
  "module": "esm/index.js",