@jayree/sfdx-plugin-manifest 3.2.5 → 3.2.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +384 -29
- package/README.md +5 -5
- package/npm-shrinkwrap.json +177 -142
- package/oclif.lock +1352 -1495
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.2.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.5...3.2.6) (2024-05-10)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.25.9 to 1.25.10 ([#1291](https://github.com/jayree/sfdx-plugin-manifest/issues/1291)) ([719e2e2](https://github.com/jayree/sfdx-plugin-manifest/commit/719e2e2f228ff51599a0dc8fdda9d10a1f769273)), closes [#1294](https://github.com/jayree/sfdx-plugin-manifest/issues/1294)
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.2.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.4...v3.2.5) (2024-05-07)
|
2
11
|
|
3
12
|
|
@@ -8,6 +17,8 @@
|
|
8
17
|
* **deps:** bump @salesforce/source-deploy-retrieve from 11.3.0 to 11.4.0 ([#1278](https://github.com/jayree/sfdx-plugin-manifest/issues/1278)) ([ce09d76](https://github.com/jayree/sfdx-plugin-manifest/commit/ce09d7634bf4189d336e3d92da9309fa5fd35521))
|
9
18
|
* **deps:** bump isomorphic-git from 1.25.8 to 1.25.9 ([#1281](https://github.com/jayree/sfdx-plugin-manifest/issues/1281)) ([8ff94bf](https://github.com/jayree/sfdx-plugin-manifest/commit/8ff94bf791ccb477f5196839c7ad5713610690ee))
|
10
19
|
|
20
|
+
|
21
|
+
|
11
22
|
## [3.2.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.3...v3.2.4) (2024-05-04)
|
12
23
|
|
13
24
|
|
@@ -16,6 +27,8 @@
|
|
16
27
|
* **deps:** bump isomorphic-git from 1.25.7 to 1.25.8 ([#1276](https://github.com/jayree/sfdx-plugin-manifest/issues/1276)) ([6ededfb](https://github.com/jayree/sfdx-plugin-manifest/commit/6ededfb9a93d3a3ad225863cdb148050e9ee6bc8))
|
17
28
|
* fix statusMatrix with win32 linebreaks ([e0a72c7](https://github.com/jayree/sfdx-plugin-manifest/commit/e0a72c787c0fed70b48ca357487118e4f207db92))
|
18
29
|
|
30
|
+
|
31
|
+
|
19
32
|
## [3.2.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.2...v3.2.3) (2024-05-03)
|
20
33
|
|
21
34
|
|
@@ -24,6 +37,8 @@
|
|
24
37
|
* **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([#1268](https://github.com/jayree/sfdx-plugin-manifest/issues/1268)) ([8e137b4](https://github.com/jayree/sfdx-plugin-manifest/commit/8e137b409d910c5fd64f27aa6e899e30b1ca9f98))
|
25
38
|
* **deps:** bump @salesforce/source-deploy-retrieve from 11.1.2 to 11.3.0 ([#1267](https://github.com/jayree/sfdx-plugin-manifest/issues/1267)) ([72cc880](https://github.com/jayree/sfdx-plugin-manifest/commit/72cc880c3d2897eaa821b0c6d53bda965253ea6d))
|
26
39
|
|
40
|
+
|
41
|
+
|
27
42
|
## [3.2.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.1...v3.2.2) (2024-04-26)
|
28
43
|
|
29
44
|
|
@@ -31,6 +46,8 @@
|
|
31
46
|
|
32
47
|
* **deps:** bump @salesforce/source-deploy-retrieve from 11.0.2 to 11.1.2 ([#1265](https://github.com/jayree/sfdx-plugin-manifest/issues/1265)) ([014e012](https://github.com/jayree/sfdx-plugin-manifest/commit/014e012d94084cfb29f84b3eb41ac09f50bd7849))
|
33
48
|
|
49
|
+
|
50
|
+
|
34
51
|
## [3.2.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.0...v3.2.1) (2024-04-22)
|
35
52
|
|
36
53
|
|
@@ -38,6 +55,8 @@
|
|
38
55
|
|
39
56
|
* reuse RegistryAccess ([d354c79](https://github.com/jayree/sfdx-plugin-manifest/commit/d354c79df1cc8c6a5c0cb696599505b5e033f3d2))
|
40
57
|
|
58
|
+
|
59
|
+
|
41
60
|
# [3.2.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.66...v3.2.0) (2024-04-21)
|
42
61
|
|
43
62
|
|
@@ -52,6 +71,8 @@
|
|
52
71
|
|
53
72
|
* support SDR presets ([fb13495](https://github.com/jayree/sfdx-plugin-manifest/commit/fb13495152a14d8269c74c35ede2c66f630a2951))
|
54
73
|
|
74
|
+
|
75
|
+
|
55
76
|
## [3.1.66](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.65...v3.1.66) (2024-04-19)
|
56
77
|
|
57
78
|
|
@@ -62,6 +83,8 @@
|
|
62
83
|
* **deps:** bump @salesforce/kit from 3.1.0 to 3.1.1 ([#1250](https://github.com/jayree/sfdx-plugin-manifest/issues/1250)) ([a95d9b6](https://github.com/jayree/sfdx-plugin-manifest/commit/a95d9b62fb0c9d5931aefa5c55df5b9a52179fd6))
|
63
84
|
* **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.4 ([#1248](https://github.com/jayree/sfdx-plugin-manifest/issues/1248)) ([95ffed6](https://github.com/jayree/sfdx-plugin-manifest/commit/95ffed69f1c4780bac99c0050ce86622f9d9a46f))
|
64
85
|
|
86
|
+
|
87
|
+
|
65
88
|
## [3.1.65](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.64...v3.1.65) (2024-04-18)
|
66
89
|
|
67
90
|
|
@@ -70,6 +93,8 @@
|
|
70
93
|
* isMarkedForDelete workaround ([7de2ab4](https://github.com/jayree/sfdx-plugin-manifest/commit/7de2ab478d17290cbe9a247e00125ddf0e88b3a4))
|
71
94
|
* use local fs if ref2 is not set ([f42e31b](https://github.com/jayree/sfdx-plugin-manifest/commit/f42e31bae165f0b4ca4fdae9caeffe95bc78470f))
|
72
95
|
|
96
|
+
|
97
|
+
|
73
98
|
## [3.1.64](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.63...v3.1.64) (2024-04-15)
|
74
99
|
|
75
100
|
|
@@ -80,6 +105,8 @@
|
|
80
105
|
* **deps:** bump @salesforce/sf-plugins-core from 8.0.3 to 9.0.1 ([#1239](https://github.com/jayree/sfdx-plugin-manifest/issues/1239)) ([3358a98](https://github.com/jayree/sfdx-plugin-manifest/commit/3358a98a78bb8c256091daae28bb66e2879e1617))
|
81
106
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.9.0 to 11.0.1 ([#1245](https://github.com/jayree/sfdx-plugin-manifest/issues/1245)) ([0f8c8b4](https://github.com/jayree/sfdx-plugin-manifest/commit/0f8c8b48dc0c2906723e662dbb9a437886dea0ad))
|
82
107
|
|
108
|
+
|
109
|
+
|
83
110
|
## [3.1.63](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.62...v3.1.63) (2024-04-12)
|
84
111
|
|
85
112
|
|
@@ -88,6 +115,8 @@
|
|
88
115
|
* **deps:** bump @jayree/changelog from 1.1.10 to 1.1.11 ([#1234](https://github.com/jayree/sfdx-plugin-manifest/issues/1234)) ([6f5265d](https://github.com/jayree/sfdx-plugin-manifest/commit/6f5265dc862e65e66ad852b082d0198c0e228ea6))
|
89
116
|
* **deps:** bump @oclif/core from 3.26.0 to 3.26.2 ([#1241](https://github.com/jayree/sfdx-plugin-manifest/issues/1241)) ([91b7219](https://github.com/jayree/sfdx-plugin-manifest/commit/91b7219356e2be6bf0abedaae0c549de9c02af22))
|
90
117
|
|
118
|
+
|
119
|
+
|
91
120
|
## [3.1.62](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.61...v3.1.62) (2024-04-05)
|
92
121
|
|
93
122
|
|
@@ -98,6 +127,8 @@
|
|
98
127
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.6.1 to 10.9.0 ([#1228](https://github.com/jayree/sfdx-plugin-manifest/issues/1228)) ([e221886](https://github.com/jayree/sfdx-plugin-manifest/commit/e221886b35f26a2aec22e9394bbed405aeff871a))
|
99
128
|
* **deps:** bump isomorphic-git from 1.25.6 to 1.25.7 ([#1226](https://github.com/jayree/sfdx-plugin-manifest/issues/1226)) ([0427f7a](https://github.com/jayree/sfdx-plugin-manifest/commit/0427f7aea6ac0bc8381902d9ee561cc574e315b9))
|
100
129
|
|
130
|
+
|
131
|
+
|
101
132
|
## [3.1.61](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.60...v3.1.61) (2024-03-30)
|
102
133
|
|
103
134
|
|
@@ -105,6 +136,8 @@
|
|
105
136
|
|
106
137
|
* **deps:** bump @salesforce/sf-plugins-core from 7.1.16 to 8.0.2 ([#1222](https://github.com/jayree/sfdx-plugin-manifest/issues/1222)) ([b8e2696](https://github.com/jayree/sfdx-plugin-manifest/commit/b8e2696df8184e5c31d45a61b442cd6640ee1639))
|
107
138
|
|
139
|
+
|
140
|
+
|
108
141
|
## [3.1.60](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.59...v3.1.60) (2024-03-29)
|
109
142
|
|
110
143
|
|
@@ -113,6 +146,8 @@
|
|
113
146
|
* **deps:** bump @salesforce/core from 6.7.1 to 6.7.3 ([#1215](https://github.com/jayree/sfdx-plugin-manifest/issues/1215)) ([bc53c7a](https://github.com/jayree/sfdx-plugin-manifest/commit/bc53c7aa4fa736377e0132ba069293e2a722c8de))
|
114
147
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.4 to 10.6.1 ([#1220](https://github.com/jayree/sfdx-plugin-manifest/issues/1220)) ([8137e8a](https://github.com/jayree/sfdx-plugin-manifest/commit/8137e8a8a4b65f5628c48ed824a25eadffd6a18d))
|
115
148
|
|
149
|
+
|
150
|
+
|
116
151
|
## [3.1.59](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.58...v3.1.59) (2024-03-22)
|
117
152
|
|
118
153
|
|
@@ -123,6 +158,8 @@
|
|
123
158
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.2 to 10.5.4 ([#1209](https://github.com/jayree/sfdx-plugin-manifest/issues/1209)) ([0daddf7](https://github.com/jayree/sfdx-plugin-manifest/commit/0daddf7790ce34d443a7e955629e23bdf4bf1d94))
|
124
159
|
* **deps:** bump fast-xml-parser from 4.3.5 to 4.3.6 ([#1211](https://github.com/jayree/sfdx-plugin-manifest/issues/1211)) ([246534e](https://github.com/jayree/sfdx-plugin-manifest/commit/246534e7ac5a45faa0880d221ec86ca92bdcc9a8))
|
125
160
|
|
161
|
+
|
162
|
+
|
126
163
|
## [3.1.58](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.57...v3.1.58) (2024-03-15)
|
127
164
|
|
128
165
|
|
@@ -133,6 +170,8 @@
|
|
133
170
|
* **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([#1204](https://github.com/jayree/sfdx-plugin-manifest/issues/1204)) ([5b0284c](https://github.com/jayree/sfdx-plugin-manifest/commit/5b0284c0fa07e5e12359ab943bcf189a4d128efc))
|
134
171
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.1 to 10.5.2 ([#1199](https://github.com/jayree/sfdx-plugin-manifest/issues/1199)) ([bc384f0](https://github.com/jayree/sfdx-plugin-manifest/commit/bc384f0356675caf98de300d466bce66a94acc9d))
|
135
172
|
|
173
|
+
|
174
|
+
|
136
175
|
## [3.1.57](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.56...v3.1.57) (2024-03-08)
|
137
176
|
|
138
177
|
|
@@ -141,6 +180,8 @@
|
|
141
180
|
* **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([#1193](https://github.com/jayree/sfdx-plugin-manifest/issues/1193)) ([f0ff7ad](https://github.com/jayree/sfdx-plugin-manifest/commit/f0ff7addc831ab64190cf6c190f0403e63986fc1))
|
142
181
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.0 to 10.5.1 ([#1190](https://github.com/jayree/sfdx-plugin-manifest/issues/1190)) ([b422cd3](https://github.com/jayree/sfdx-plugin-manifest/commit/b422cd312861f091f0e82486bde412044ec2e957))
|
143
182
|
|
183
|
+
|
184
|
+
|
144
185
|
## [3.1.56](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.55...v3.1.56) (2024-03-01)
|
145
186
|
|
146
187
|
|
@@ -150,6 +191,8 @@
|
|
150
191
|
* **deps:** bump @salesforce/sf-plugins-core from 7.1.11 to 7.1.14 ([#1177](https://github.com/jayree/sfdx-plugin-manifest/issues/1177)) ([684312f](https://github.com/jayree/sfdx-plugin-manifest/commit/684312fd70cae4b7d58f879fd7d70b78c484e82a))
|
151
192
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.4.0 to 10.5.0 ([#1176](https://github.com/jayree/sfdx-plugin-manifest/issues/1176)) ([44516ad](https://github.com/jayree/sfdx-plugin-manifest/commit/44516adce3f3b9c4759f9dc73442934e15547d34))
|
152
193
|
|
194
|
+
|
195
|
+
|
153
196
|
## [3.1.55](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.54...v3.1.55) (2024-02-23)
|
154
197
|
|
155
198
|
|
@@ -161,6 +204,8 @@
|
|
161
204
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.9 to 10.4.0 ([#1172](https://github.com/jayree/sfdx-plugin-manifest/issues/1172)) ([0fd7e47](https://github.com/jayree/sfdx-plugin-manifest/commit/0fd7e47380992538a2eb37715e9546148c3063a0))
|
162
205
|
* **deps:** bump isomorphic-git from 1.25.4 to 1.25.6 ([#1168](https://github.com/jayree/sfdx-plugin-manifest/issues/1168)) ([76f0498](https://github.com/jayree/sfdx-plugin-manifest/commit/76f04982b030ea16f887c8849618b45c2eb82dd5))
|
163
206
|
|
207
|
+
|
208
|
+
|
164
209
|
## [3.1.54](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.53...v3.1.54) (2024-02-21)
|
165
210
|
|
166
211
|
|
@@ -168,6 +213,8 @@
|
|
168
213
|
|
169
214
|
* **deps:** bump ip from 1.1.8 to 1.1.9 ([#1165](https://github.com/jayree/sfdx-plugin-manifest/issues/1165)) ([3bd0c16](https://github.com/jayree/sfdx-plugin-manifest/commit/3bd0c165719c5445864e7c52b34b6862f76f0107))
|
170
215
|
|
216
|
+
|
217
|
+
|
171
218
|
## [3.1.53](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.52...v3.1.53) (2024-02-16)
|
172
219
|
|
173
220
|
|
@@ -177,6 +224,8 @@
|
|
177
224
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.7 to 10.3.9 ([#1157](https://github.com/jayree/sfdx-plugin-manifest/issues/1157)) ([c6e38b4](https://github.com/jayree/sfdx-plugin-manifest/commit/c6e38b495af206b1b931a03b1941df18e60ad216))
|
178
225
|
* **deps:** bump isomorphic-git from 1.25.3 to 1.25.4 ([#1163](https://github.com/jayree/sfdx-plugin-manifest/issues/1163)) ([e7f06bf](https://github.com/jayree/sfdx-plugin-manifest/commit/e7f06bf5dec9d5162b7edd2555701be88f366625))
|
179
226
|
|
227
|
+
|
228
|
+
|
180
229
|
## [3.1.52](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.51...v3.1.52) (2024-02-09)
|
181
230
|
|
182
231
|
|
@@ -187,6 +236,8 @@
|
|
187
236
|
* **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.9 ([#1153](https://github.com/jayree/sfdx-plugin-manifest/issues/1153)) ([fb7fbb3](https://github.com/jayree/sfdx-plugin-manifest/commit/fb7fbb3977055cd2f7bfd635d8cec20773462801))
|
188
237
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.1 to 10.3.7 ([#1150](https://github.com/jayree/sfdx-plugin-manifest/issues/1150)) ([7348043](https://github.com/jayree/sfdx-plugin-manifest/commit/73480434cba5c84db4a95864284225954f152a1c))
|
189
238
|
|
239
|
+
|
240
|
+
|
190
241
|
## [3.1.51](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.50...v3.1.51) (2024-02-02)
|
191
242
|
|
192
243
|
|
@@ -196,6 +247,8 @@
|
|
196
247
|
* **deps:** bump @salesforce/source-deploy-retrieve ([#1147](https://github.com/jayree/sfdx-plugin-manifest/issues/1147)) ([e9630d5](https://github.com/jayree/sfdx-plugin-manifest/commit/e9630d50d2de5b4aa965b89321e2f18e43609972))
|
197
248
|
* **deps:** bump fast-xml-parser from 4.3.3 to 4.3.4 ([#1145](https://github.com/jayree/sfdx-plugin-manifest/issues/1145)) ([647129a](https://github.com/jayree/sfdx-plugin-manifest/commit/647129a1fd3789bf41ae2fea91d8ea9216add0ac))
|
198
249
|
|
250
|
+
|
251
|
+
|
199
252
|
## [3.1.50](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.49...v3.1.50) (2024-01-29)
|
200
253
|
|
201
254
|
|
@@ -203,6 +256,8 @@
|
|
203
256
|
|
204
257
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.13 to 7.1.4 ([#1143](https://github.com/jayree/sfdx-plugin-manifest/issues/1143)) ([12f9544](https://github.com/jayree/sfdx-plugin-manifest/commit/12f95447fa922a33906b432287a1fb5d90a8982c))
|
205
258
|
|
259
|
+
|
260
|
+
|
206
261
|
## [3.1.49](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.48...v3.1.49) (2024-01-26)
|
207
262
|
|
208
263
|
|
@@ -211,6 +266,8 @@
|
|
211
266
|
* **deps:** bump @salesforce/core from 6.4.7 to 6.5.1 ([#1140](https://github.com/jayree/sfdx-plugin-manifest/issues/1140)) ([f9ace4e](https://github.com/jayree/sfdx-plugin-manifest/commit/f9ace4eb95eec3273149bbda0f824af8f7d3d601))
|
212
267
|
* **deps:** bump @salesforce/source-deploy-retrieve ([#1141](https://github.com/jayree/sfdx-plugin-manifest/issues/1141)) ([b320f4f](https://github.com/jayree/sfdx-plugin-manifest/commit/b320f4f894b711cafd389a8252a8ca63ccb2b1a6))
|
213
268
|
|
269
|
+
|
270
|
+
|
214
271
|
## [3.1.48](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.47...v3.1.48) (2024-01-19)
|
215
272
|
|
216
273
|
|
@@ -218,6 +275,8 @@
|
|
218
275
|
|
219
276
|
* **deps:** bump @salesforce/source-deploy-retrieve ([#1129](https://github.com/jayree/sfdx-plugin-manifest/issues/1129)) ([c4dd417](https://github.com/jayree/sfdx-plugin-manifest/commit/c4dd417eb1bb70306933ff5ac563044850837756))
|
220
277
|
|
278
|
+
|
279
|
+
|
221
280
|
## [3.1.47](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.46...v3.1.47) (2024-01-12)
|
222
281
|
|
223
282
|
|
@@ -229,6 +288,8 @@
|
|
229
288
|
* **deps:** bump fast-xml-parser from 4.3.2 to 4.3.3 ([#1122](https://github.com/jayree/sfdx-plugin-manifest/issues/1122)) ([57b66e6](https://github.com/jayree/sfdx-plugin-manifest/commit/57b66e65b60b727eb421ea914dfa40fbd5371098))
|
230
289
|
* **deps:** bump isomorphic-git from 1.25.2 to 1.25.3 ([#1117](https://github.com/jayree/sfdx-plugin-manifest/issues/1117)) ([5a20134](https://github.com/jayree/sfdx-plugin-manifest/commit/5a201340320d1e312edd5da14a08aeff24c8df74))
|
231
290
|
|
291
|
+
|
292
|
+
|
232
293
|
## [3.1.46](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.45...v3.1.46) (2024-01-05)
|
233
294
|
|
234
295
|
|
@@ -238,6 +299,8 @@
|
|
238
299
|
* **deps:** bump @salesforce/core from 6.4.2 to 6.4.4 ([#1114](https://github.com/jayree/sfdx-plugin-manifest/issues/1114)) ([d0b60a6](https://github.com/jayree/sfdx-plugin-manifest/commit/d0b60a6d8692468a7f60738e083ae9c50a801c2b))
|
239
300
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.5 to 10.2.6 ([#1111](https://github.com/jayree/sfdx-plugin-manifest/issues/1111)) ([f26104f](https://github.com/jayree/sfdx-plugin-manifest/commit/f26104f6d11d7afa7b2d9aeafd869c22328160eb))
|
240
301
|
|
302
|
+
|
303
|
+
|
241
304
|
## [3.1.45](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.44...v3.1.45) (2023-12-30)
|
242
305
|
|
243
306
|
|
@@ -245,6 +308,8 @@
|
|
245
308
|
|
246
309
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.4 to 10.2.5 ([#1103](https://github.com/jayree/sfdx-plugin-manifest/issues/1103)) ([a65f5f6](https://github.com/jayree/sfdx-plugin-manifest/commit/a65f5f6f4a3bffab720fa86f086a85888a53e727))
|
247
310
|
|
311
|
+
|
312
|
+
|
248
313
|
## [3.1.44](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.43...v3.1.44) (2023-12-29)
|
249
314
|
|
250
315
|
|
@@ -254,6 +319,8 @@
|
|
254
319
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.12 to 5.0.13 ([#1108](https://github.com/jayree/sfdx-plugin-manifest/issues/1108)) ([dd35bb5](https://github.com/jayree/sfdx-plugin-manifest/commit/dd35bb5263d584b3a038d323934adfd1442a717f))
|
255
320
|
* **deps:** bump isomorphic-git from 1.25.1 to 1.25.2 ([#1105](https://github.com/jayree/sfdx-plugin-manifest/issues/1105)) ([4805e10](https://github.com/jayree/sfdx-plugin-manifest/commit/4805e1028c229cadb230f5d36541af2ada436310))
|
256
321
|
|
322
|
+
|
323
|
+
|
257
324
|
## [3.1.43](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.42...v3.1.43) (2023-12-22)
|
258
325
|
|
259
326
|
|
@@ -264,6 +331,8 @@
|
|
264
331
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.10 to 5.0.12 ([#1100](https://github.com/jayree/sfdx-plugin-manifest/issues/1100)) ([6651c4e](https://github.com/jayree/sfdx-plugin-manifest/commit/6651c4e0ebda19aed282cbee8b9f9646ab983ebe))
|
265
332
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.1 to 10.2.4 ([#1097](https://github.com/jayree/sfdx-plugin-manifest/issues/1097)) ([4945344](https://github.com/jayree/sfdx-plugin-manifest/commit/4945344ade07aa9a184ab7a0306b5e499208caba))
|
266
333
|
|
334
|
+
|
335
|
+
|
267
336
|
## [3.1.42](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.41...v3.1.42) (2023-12-15)
|
268
337
|
|
269
338
|
|
@@ -273,6 +342,8 @@
|
|
273
342
|
* **deps:** bump @salesforce/core from 6.4.0 to 6.4.1 ([#1090](https://github.com/jayree/sfdx-plugin-manifest/issues/1090)) ([36e3870](https://github.com/jayree/sfdx-plugin-manifest/commit/36e3870d584c6555177dee7b058661392005ab28))
|
274
343
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.8 to 5.0.10 ([#1093](https://github.com/jayree/sfdx-plugin-manifest/issues/1093)) ([6b3cf85](https://github.com/jayree/sfdx-plugin-manifest/commit/6b3cf85ed849038f708ab533dd9f3a8247850e7b))
|
275
344
|
|
345
|
+
|
346
|
+
|
276
347
|
## [3.1.41](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.40...v3.1.41) (2023-12-11)
|
277
348
|
|
278
349
|
|
@@ -281,6 +352,8 @@
|
|
281
352
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.7 to 5.0.8 ([#1080](https://github.com/jayree/sfdx-plugin-manifest/issues/1080)) ([bc0df6b](https://github.com/jayree/sfdx-plugin-manifest/commit/bc0df6b90161f3f3bfbc8d9f927326cbfdaadd4b))
|
282
353
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.0 to 10.2.1 ([#1082](https://github.com/jayree/sfdx-plugin-manifest/issues/1082)) ([c7a8e40](https://github.com/jayree/sfdx-plugin-manifest/commit/c7a8e407bb86a38c9190ba910d976a17f70d9f63))
|
283
354
|
|
355
|
+
|
356
|
+
|
284
357
|
## [3.1.40](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.39...v3.1.40) (2023-12-08)
|
285
358
|
|
286
359
|
|
@@ -292,6 +365,8 @@
|
|
292
365
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.0.3 to 10.2.0 ([#1069](https://github.com/jayree/sfdx-plugin-manifest/issues/1069)) ([4946e9b](https://github.com/jayree/sfdx-plugin-manifest/commit/4946e9bbb6168ca5a335d9cad9de65d59cbf1186))
|
293
366
|
* **deps:** bump isomorphic-git from 1.25.0 to 1.25.1 ([#1073](https://github.com/jayree/sfdx-plugin-manifest/issues/1073)) ([b272fea](https://github.com/jayree/sfdx-plugin-manifest/commit/b272fea9253ad12a6e53a13a6eac1dbee0b08a39))
|
294
367
|
|
368
|
+
|
369
|
+
|
295
370
|
## [3.1.39](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.38...v3.1.39) (2023-12-01)
|
296
371
|
|
297
372
|
|
@@ -303,6 +378,8 @@
|
|
303
378
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.0.2 to 10.0.3 ([#1063](https://github.com/jayree/sfdx-plugin-manifest/issues/1063)) ([2a78146](https://github.com/jayree/sfdx-plugin-manifest/commit/2a78146096d9f2853582f54999e25e0201e39857))
|
304
379
|
* **deps:** bump fs-extra from 11.1.1 to 11.2.0 ([#1066](https://github.com/jayree/sfdx-plugin-manifest/issues/1066)) ([f4ea024](https://github.com/jayree/sfdx-plugin-manifest/commit/f4ea024419bb6385f75936fa83636662a1c9e156))
|
305
380
|
|
381
|
+
|
382
|
+
|
306
383
|
## [3.1.38](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.37...v3.1.38) (2023-11-24)
|
307
384
|
|
308
385
|
|
@@ -314,6 +391,8 @@
|
|
314
391
|
* **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.3 ([#1057](https://github.com/jayree/sfdx-plugin-manifest/issues/1057)) ([f4d4a64](https://github.com/jayree/sfdx-plugin-manifest/commit/f4d4a64a67c587293989be9210a3864bb4b010ee))
|
315
392
|
* **deps:** bump @salesforce/source-deploy-retrieve from 10.0.0 to 10.0.2 ([#1054](https://github.com/jayree/sfdx-plugin-manifest/issues/1054)) ([7c855f0](https://github.com/jayree/sfdx-plugin-manifest/commit/7c855f0f947dffbbc4fbce95c778c5ca99c74adb))
|
316
393
|
|
394
|
+
|
395
|
+
|
317
396
|
## [3.1.37](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.36...v3.1.37) (2023-11-17)
|
318
397
|
|
319
398
|
|
@@ -323,6 +402,8 @@
|
|
323
402
|
* **deps:** bump @salesforce/sf-plugins-core from 4.1.0 to 5.0.1 ([#1047](https://github.com/jayree/sfdx-plugin-manifest/issues/1047)) ([51e4530](https://github.com/jayree/sfdx-plugin-manifest/commit/51e4530dee59a3d923c0b22ea923fb389b09dd5f))
|
324
403
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.5 to 10.0.0 ([#1043](https://github.com/jayree/sfdx-plugin-manifest/issues/1043)) ([7ed9e90](https://github.com/jayree/sfdx-plugin-manifest/commit/7ed9e902fa7e15881160ea589d8804d6083d9ad6))
|
325
404
|
|
405
|
+
|
406
|
+
|
326
407
|
## [3.1.36](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.35...v3.1.36) (2023-11-10)
|
327
408
|
|
328
409
|
|
@@ -332,6 +413,8 @@
|
|
332
413
|
* **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.0 ([#1036](https://github.com/jayree/sfdx-plugin-manifest/issues/1036)) ([e01d041](https://github.com/jayree/sfdx-plugin-manifest/commit/e01d04100e024e60b321eac25738041acf90b20f))
|
333
414
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.3 to 9.8.5 ([#1042](https://github.com/jayree/sfdx-plugin-manifest/issues/1042)) ([cca0ba4](https://github.com/jayree/sfdx-plugin-manifest/commit/cca0ba4e0860c6b057141e3c63d8af90eb900a5c))
|
334
415
|
|
416
|
+
|
417
|
+
|
335
418
|
## [3.1.35](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.34...v3.1.35) (2023-11-03)
|
336
419
|
|
337
420
|
|
@@ -341,6 +424,8 @@
|
|
341
424
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.28 to 9.8.3 ([#1023](https://github.com/jayree/sfdx-plugin-manifest/issues/1023)) ([0b25dbb](https://github.com/jayree/sfdx-plugin-manifest/commit/0b25dbb956faa284d607f80972a95ce2435e23b8))
|
342
425
|
* **deps:** bump isomorphic-git from 1.24.5 to 1.25.0 ([#1033](https://github.com/jayree/sfdx-plugin-manifest/issues/1033)) ([3ed7370](https://github.com/jayree/sfdx-plugin-manifest/commit/3ed737084a38f525446c5e5d69677293b1c3cfe9))
|
343
426
|
|
427
|
+
|
428
|
+
|
344
429
|
## [3.1.34](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.33...v3.1.34) (2023-10-27)
|
345
430
|
|
346
431
|
|
@@ -348,6 +433,8 @@
|
|
348
433
|
|
349
434
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.27 to 9.7.28 ([#1009](https://github.com/jayree/sfdx-plugin-manifest/issues/1009)) ([b547805](https://github.com/jayree/sfdx-plugin-manifest/commit/b547805fe8b60d328c6ddfd89942095eaa172ce6))
|
350
435
|
|
436
|
+
|
437
|
+
|
351
438
|
## [3.1.33](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.32...v3.1.33) (2023-10-20)
|
352
439
|
|
353
440
|
|
@@ -355,6 +442,8 @@
|
|
355
442
|
|
356
443
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.24 to 9.7.27 ([#999](https://github.com/jayree/sfdx-plugin-manifest/issues/999)) ([c8d9028](https://github.com/jayree/sfdx-plugin-manifest/commit/c8d902837491d0f8a4c64864cb3e22df37a9e017))
|
357
444
|
|
445
|
+
|
446
|
+
|
358
447
|
## [3.1.32](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.31...v3.1.32) (2023-10-19)
|
359
448
|
|
360
449
|
|
@@ -362,6 +451,8 @@
|
|
362
451
|
|
363
452
|
* **deps:** bump @babel/traverse from 7.21.4 to 7.23.2 ([#990](https://github.com/jayree/sfdx-plugin-manifest/issues/990)) ([131e3da](https://github.com/jayree/sfdx-plugin-manifest/commit/131e3da3f67d28dc076aeee9644a1bbb44189613))
|
364
453
|
|
454
|
+
|
455
|
+
|
365
456
|
## [3.1.31](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.30...v3.1.31) (2023-10-13)
|
366
457
|
|
367
458
|
|
@@ -371,6 +462,8 @@
|
|
371
462
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.25 to 4.0.0 ([#968](https://github.com/jayree/sfdx-plugin-manifest/issues/968)) ([4229dd1](https://github.com/jayree/sfdx-plugin-manifest/commit/4229dd1288117ccafc60a9ae5ad16c041e9561b9))
|
372
463
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.22 to 9.7.24 ([#988](https://github.com/jayree/sfdx-plugin-manifest/issues/988)) ([c4a2700](https://github.com/jayree/sfdx-plugin-manifest/commit/c4a27002a00ef4570957deda6f310e3af1f2bf5a))
|
373
464
|
|
465
|
+
|
466
|
+
|
374
467
|
## [3.1.30](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.29...v3.1.30) (2023-10-06)
|
375
468
|
|
376
469
|
|
@@ -380,6 +473,8 @@
|
|
380
473
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.18 to 9.7.22 ([#970](https://github.com/jayree/sfdx-plugin-manifest/issues/970)) ([f08f8eb](https://github.com/jayree/sfdx-plugin-manifest/commit/f08f8ebca325c74024e6f76f17979269e25c7148))
|
381
474
|
* **deps:** bump fast-xml-parser from 4.3.1 to 4.3.2 ([#973](https://github.com/jayree/sfdx-plugin-manifest/issues/973)) ([c8e13c9](https://github.com/jayree/sfdx-plugin-manifest/commit/c8e13c9e593e3d770b82a8f107c6298083e8c576))
|
382
475
|
|
476
|
+
|
477
|
+
|
383
478
|
## [3.1.29](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.28...v3.1.29) (2023-09-29)
|
384
479
|
|
385
480
|
|
@@ -388,6 +483,8 @@
|
|
388
483
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.23 to 3.1.25 ([#960](https://github.com/jayree/sfdx-plugin-manifest/issues/960)) ([3041162](https://github.com/jayree/sfdx-plugin-manifest/commit/304116273398b337e9d66f64507621535829f8d9))
|
389
484
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.15 to 9.7.18 ([#959](https://github.com/jayree/sfdx-plugin-manifest/issues/959)) ([06c4158](https://github.com/jayree/sfdx-plugin-manifest/commit/06c4158ec8ca6aded8dc005d694acb4ab56dff35))
|
390
485
|
|
486
|
+
|
487
|
+
|
391
488
|
## [3.1.28](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.27...v3.1.28) (2023-09-28)
|
392
489
|
|
393
490
|
|
@@ -396,6 +493,8 @@
|
|
396
493
|
* **deps:** bump fast-xml-parser from 4.2.7 to 4.3.1 ([#951](https://github.com/jayree/sfdx-plugin-manifest/issues/951)) ([476827d](https://github.com/jayree/sfdx-plugin-manifest/commit/476827d0199cf991b17a53f070c1f1318bbc4aef))
|
397
494
|
* **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([#950](https://github.com/jayree/sfdx-plugin-manifest/issues/950)) ([d4776da](https://github.com/jayree/sfdx-plugin-manifest/commit/d4776da819f52bba8336d87dd4ec6db269ce8408))
|
398
495
|
|
496
|
+
|
497
|
+
|
399
498
|
## [3.1.27](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.26...v3.1.27) (2023-09-22)
|
400
499
|
|
401
500
|
|
@@ -405,6 +504,8 @@
|
|
405
504
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.22 to 3.1.23 ([#949](https://github.com/jayree/sfdx-plugin-manifest/issues/949)) ([86cbdf5](https://github.com/jayree/sfdx-plugin-manifest/commit/86cbdf5dcdcb806fa46f39394a48abb767eb228a))
|
406
505
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.13 to 9.7.15 ([#948](https://github.com/jayree/sfdx-plugin-manifest/issues/948)) ([e65079c](https://github.com/jayree/sfdx-plugin-manifest/commit/e65079cf70d02b6343021e6127515c564293c7f4))
|
407
506
|
|
507
|
+
|
508
|
+
|
408
509
|
## [3.1.26](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.25...v3.1.26) (2023-09-15)
|
409
510
|
|
410
511
|
|
@@ -412,6 +513,8 @@
|
|
412
513
|
|
413
514
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.9 to 9.7.13 ([#929](https://github.com/jayree/sfdx-plugin-manifest/issues/929)) ([5e305ea](https://github.com/jayree/sfdx-plugin-manifest/commit/5e305ea64b31ffaf1bc6898879f47f3c29606e45))
|
414
515
|
|
516
|
+
|
517
|
+
|
415
518
|
## [3.1.25](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.24...v3.1.25) (2023-09-06)
|
416
519
|
|
417
520
|
|
@@ -420,6 +523,8 @@
|
|
420
523
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.20 to 3.1.22 ([#919](https://github.com/jayree/sfdx-plugin-manifest/issues/919)) ([e12eacf](https://github.com/jayree/sfdx-plugin-manifest/commit/e12eacf367825989380c460adb36b793d5148498))
|
421
524
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.6 to 9.7.9 ([#923](https://github.com/jayree/sfdx-plugin-manifest/issues/923)) ([c4c2ff4](https://github.com/jayree/sfdx-plugin-manifest/commit/c4c2ff4ddad6255710756bb34e4693dfbbe0b24f))
|
422
525
|
|
526
|
+
|
527
|
+
|
423
528
|
## [3.1.24](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.23...v3.1.24) (2023-09-04)
|
424
529
|
|
425
530
|
|
@@ -427,6 +532,8 @@
|
|
427
532
|
|
428
533
|
* pin SDR to 9.7.6 as workaround for DecodeableMap issue ([b6493b9](https://github.com/jayree/sfdx-plugin-manifest/commit/b6493b9ea37315a3fe2f42ed067b25da7a19b08f))
|
429
534
|
|
535
|
+
|
536
|
+
|
430
537
|
## [3.1.23](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.22...v3.1.23) (2023-09-01)
|
431
538
|
|
432
539
|
|
@@ -434,6 +541,8 @@
|
|
434
541
|
|
435
542
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.18 to 3.1.20 ([#908](https://github.com/jayree/sfdx-plugin-manifest/issues/908)) ([2ff6416](https://github.com/jayree/sfdx-plugin-manifest/commit/2ff6416d473430d2215856b781a02137df6e7cd8))
|
436
543
|
|
544
|
+
|
545
|
+
|
437
546
|
## [3.1.22](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.21...v3.1.22) (2023-08-27)
|
438
547
|
|
439
548
|
|
@@ -441,6 +550,8 @@
|
|
441
550
|
|
442
551
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.7 to 9.7.8 ([#899](https://github.com/jayree/sfdx-plugin-manifest/issues/899)) ([3e90b1f](https://github.com/jayree/sfdx-plugin-manifest/commit/3e90b1f97ef2da14c0106cbe30e266192ddcb428))
|
443
552
|
|
553
|
+
|
554
|
+
|
444
555
|
## [3.1.21](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.20...v3.1.21) (2023-08-25)
|
445
556
|
|
446
557
|
|
@@ -450,6 +561,8 @@
|
|
450
561
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.4 to 9.7.7 ([#894](https://github.com/jayree/sfdx-plugin-manifest/issues/894)) ([d80690c](https://github.com/jayree/sfdx-plugin-manifest/commit/d80690c95047baa761f8305e1c13b7b13822c948))
|
451
562
|
* **deps:** bump tslib from 2.6.1 to 2.6.2 ([#888](https://github.com/jayree/sfdx-plugin-manifest/issues/888)) ([edf243a](https://github.com/jayree/sfdx-plugin-manifest/commit/edf243a4a25d5acf4d03cd63fa396bfee8a96c78))
|
452
563
|
|
564
|
+
|
565
|
+
|
453
566
|
## [3.1.20](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.19...v3.1.20) (2023-08-18)
|
454
567
|
|
455
568
|
|
@@ -459,6 +572,8 @@
|
|
459
572
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.14 to 3.1.15 ([#877](https://github.com/jayree/sfdx-plugin-manifest/issues/877)) ([e2a494f](https://github.com/jayree/sfdx-plugin-manifest/commit/e2a494f8a3e8d2581647e558d0cb723cd591f1e8))
|
460
573
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.3 to 9.7.4 ([#879](https://github.com/jayree/sfdx-plugin-manifest/issues/879)) ([09724b2](https://github.com/jayree/sfdx-plugin-manifest/commit/09724b26beaf2a45db50138a3343a27bb242eb5d))
|
461
574
|
|
575
|
+
|
576
|
+
|
462
577
|
## [3.1.19](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.18...v3.1.19) (2023-08-12)
|
463
578
|
|
464
579
|
|
@@ -467,6 +582,8 @@
|
|
467
582
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.13 to 3.1.14 ([#866](https://github.com/jayree/sfdx-plugin-manifest/issues/866)) ([6464fd6](https://github.com/jayree/sfdx-plugin-manifest/commit/6464fd698530b6831067678bb709bc33345ddbbe))
|
468
583
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.1 to 9.7.3 ([#862](https://github.com/jayree/sfdx-plugin-manifest/issues/862)) ([0f281dd](https://github.com/jayree/sfdx-plugin-manifest/commit/0f281ddd79325890c31553162ee31e9967ae48e1))
|
469
584
|
|
585
|
+
|
586
|
+
|
470
587
|
## [3.1.18](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.17...v3.1.18) (2023-08-04)
|
471
588
|
|
472
589
|
|
@@ -476,6 +593,8 @@
|
|
476
593
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.5.0 to 9.7.1 ([#852](https://github.com/jayree/sfdx-plugin-manifest/issues/852)) ([caae165](https://github.com/jayree/sfdx-plugin-manifest/commit/caae165df31063978b0e6d48919d7e1e6ce2841c))
|
477
594
|
* **deps:** bump fast-xml-parser from 4.2.6 to 4.2.7 ([#851](https://github.com/jayree/sfdx-plugin-manifest/issues/851)) ([e5f5364](https://github.com/jayree/sfdx-plugin-manifest/commit/e5f53641b8a71bfb968cf018f71cc67683b71a38))
|
478
595
|
|
596
|
+
|
597
|
+
|
479
598
|
## [3.1.17](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.16...v3.1.17) (2023-08-01)
|
480
599
|
|
481
600
|
|
@@ -483,6 +602,8 @@
|
|
483
602
|
|
484
603
|
* **manifestgenerate:** fix exclude-managed and exclude-all flag ([3410080](https://github.com/jayree/sfdx-plugin-manifest/commit/3410080ca63fd7c4d9c1d58ba08a086edc5a94a4))
|
485
604
|
|
605
|
+
|
606
|
+
|
486
607
|
## [3.1.16](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.15...v3.1.16) (2023-07-28)
|
487
608
|
|
488
609
|
|
@@ -492,6 +613,8 @@
|
|
492
613
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.4.2 to 9.5.0 ([#841](https://github.com/jayree/sfdx-plugin-manifest/issues/841)) ([19c0ae9](https://github.com/jayree/sfdx-plugin-manifest/commit/19c0ae9223740722b20972f28fc360bf1f02ec9e))
|
493
614
|
* **deps:** bump tslib from 2.6.0 to 2.6.1 ([#833](https://github.com/jayree/sfdx-plugin-manifest/issues/833)) ([44f34e2](https://github.com/jayree/sfdx-plugin-manifest/commit/44f34e2158eee12c309079aca64d2c9e9442fce7))
|
494
615
|
|
616
|
+
|
617
|
+
|
495
618
|
## [3.1.15](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.14...v3.1.15) (2023-07-21)
|
496
619
|
|
497
620
|
|
@@ -503,6 +626,8 @@
|
|
503
626
|
* **deps:** bump fast-xml-parser from 4.2.5 to 4.2.6 ([#831](https://github.com/jayree/sfdx-plugin-manifest/issues/831)) ([42ade74](https://github.com/jayree/sfdx-plugin-manifest/commit/42ade74739cda52395b7a4c2cff0f574e611d21d))
|
504
627
|
* **deps:** bump isomorphic-git from 1.24.3 to 1.24.5 ([#822](https://github.com/jayree/sfdx-plugin-manifest/issues/822)) ([b191a78](https://github.com/jayree/sfdx-plugin-manifest/commit/b191a78b36b57be8561c4520e516aca2e52966e4))
|
505
628
|
|
629
|
+
|
630
|
+
|
506
631
|
## [3.1.14](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.13...v3.1.14) (2023-07-19)
|
507
632
|
|
508
633
|
|
@@ -510,6 +635,8 @@
|
|
510
635
|
|
511
636
|
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([#816](https://github.com/jayree/sfdx-plugin-manifest/issues/816)) ([833f6db](https://github.com/jayree/sfdx-plugin-manifest/commit/833f6dbae1374bf9feec7530f6c54f0b02268834))
|
512
637
|
|
638
|
+
|
639
|
+
|
513
640
|
## [3.1.13](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.12...v3.1.13) (2023-07-14)
|
514
641
|
|
515
642
|
|
@@ -519,6 +646,8 @@
|
|
519
646
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.2 to 9.3.4 ([#808](https://github.com/jayree/sfdx-plugin-manifest/issues/808)) ([b8e73bd](https://github.com/jayree/sfdx-plugin-manifest/commit/b8e73bdcf32c38361b1d6b1cd41001ea60fa83be))
|
520
647
|
* **deps:** bump isomorphic-git from 1.24.2 to 1.24.3 ([#802](https://github.com/jayree/sfdx-plugin-manifest/issues/802)) ([a8db996](https://github.com/jayree/sfdx-plugin-manifest/commit/a8db9967f03c0f422d4d27797998b955542a1b35))
|
521
648
|
|
649
|
+
|
650
|
+
|
522
651
|
## [3.1.12](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.11...v3.1.12) (2023-07-11)
|
523
652
|
|
524
653
|
|
@@ -526,6 +655,8 @@
|
|
526
655
|
|
527
656
|
* **deps:** bump semver from 5.7.1 to 5.7.2 ([#801](https://github.com/jayree/sfdx-plugin-manifest/issues/801)) ([20e25d3](https://github.com/jayree/sfdx-plugin-manifest/commit/20e25d3f424bbbd9d8ac040204230ae226e35378))
|
528
657
|
|
658
|
+
|
659
|
+
|
529
660
|
## [3.1.11](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.10...v3.1.11) (2023-07-10)
|
530
661
|
|
531
662
|
|
@@ -533,6 +664,8 @@
|
|
533
664
|
|
534
665
|
* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([#800](https://github.com/jayree/sfdx-plugin-manifest/issues/800)) ([f2423bc](https://github.com/jayree/sfdx-plugin-manifest/commit/f2423bc9c6d197118103af923d25500cdf19f523))
|
535
666
|
|
667
|
+
|
668
|
+
|
536
669
|
## [3.1.10](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.9...v3.1.10) (2023-07-07)
|
537
670
|
|
538
671
|
|
@@ -541,6 +674,8 @@
|
|
541
674
|
* **deps:** bump @salesforce/sf-plugins-core from 3.1.3 to 3.1.4 ([#795](https://github.com/jayree/sfdx-plugin-manifest/issues/795)) ([633fa3f](https://github.com/jayree/sfdx-plugin-manifest/commit/633fa3fc64deefaa59e29d3209100ca4a424df3b))
|
542
675
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.0 to 9.3.2 ([#789](https://github.com/jayree/sfdx-plugin-manifest/issues/789)) ([a821f8c](https://github.com/jayree/sfdx-plugin-manifest/commit/a821f8c37f0b400b995240e146ad2471c8162944))
|
543
676
|
|
677
|
+
|
678
|
+
|
544
679
|
## [3.1.9](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.8...v3.1.9) (2023-06-30)
|
545
680
|
|
546
681
|
|
@@ -550,6 +685,8 @@
|
|
550
685
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.2.5 to 9.3.0 ([#784](https://github.com/jayree/sfdx-plugin-manifest/issues/784)) ([8afd9de](https://github.com/jayree/sfdx-plugin-manifest/commit/8afd9de8e82eb6f5c3ba4ce9bbcc25bf18d9bceb))
|
551
686
|
* **deps:** bump tslib from 2.5.3 to 2.6.0 ([#785](https://github.com/jayree/sfdx-plugin-manifest/issues/785)) ([58f53f3](https://github.com/jayree/sfdx-plugin-manifest/commit/58f53f37b9c5c3272bcaebbb9940f9ac58b52ee5))
|
552
687
|
|
688
|
+
|
689
|
+
|
553
690
|
## [3.1.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.7...v3.1.8) (2023-06-23)
|
554
691
|
|
555
692
|
|
@@ -560,6 +697,8 @@
|
|
560
697
|
* **deps:** bump fast-xml-parser from 4.2.4 to 4.2.5 ([#778](https://github.com/jayree/sfdx-plugin-manifest/issues/778)) ([bc1cbda](https://github.com/jayree/sfdx-plugin-manifest/commit/bc1cbdad3219280f9fc766406177829d71fd90f6))
|
561
698
|
* **deps:** bump isomorphic-git from 1.23.0 to 1.24.2 ([#772](https://github.com/jayree/sfdx-plugin-manifest/issues/772)) ([6145083](https://github.com/jayree/sfdx-plugin-manifest/commit/6145083ec631bfc5729c18ca49b17be29050aaed))
|
562
699
|
|
700
|
+
|
701
|
+
|
563
702
|
## [3.1.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.6...v3.1.7) (2023-06-16)
|
564
703
|
|
565
704
|
|
@@ -568,6 +707,8 @@
|
|
568
707
|
* **deps:** bump @salesforce/sf-plugins-core from 3.0.4 to 3.1.0 ([#764](https://github.com/jayree/sfdx-plugin-manifest/issues/764)) ([7c63437](https://github.com/jayree/sfdx-plugin-manifest/commit/7c634378b596bea653fb07cc6e95675b778d509d))
|
569
708
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.2.1 to 9.2.2 ([#767](https://github.com/jayree/sfdx-plugin-manifest/issues/767)) ([cdd09af](https://github.com/jayree/sfdx-plugin-manifest/commit/cdd09af1a698ee5e56026b31dba2524cca192b81))
|
570
709
|
|
710
|
+
|
711
|
+
|
571
712
|
## [3.1.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.5...v3.1.6) (2023-06-10)
|
572
713
|
|
573
714
|
|
@@ -575,6 +716,8 @@
|
|
575
716
|
|
576
717
|
* **deps:** bump @jayree/changelog from 1.1.2 to 1.1.3 ([#760](https://github.com/jayree/sfdx-plugin-manifest/issues/760)) ([d819f70](https://github.com/jayree/sfdx-plugin-manifest/commit/d819f70ab1403c934665773c89f308f1ad73a94b))
|
577
718
|
|
719
|
+
|
720
|
+
|
578
721
|
## [3.1.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.4...v3.1.5) (2023-06-09)
|
579
722
|
|
580
723
|
|
@@ -583,6 +726,8 @@
|
|
583
726
|
* **deps:** bump @salesforce/sf-plugins-core from 3.0.2 to 3.0.4 ([#751](https://github.com/jayree/sfdx-plugin-manifest/issues/751)) ([c3269eb](https://github.com/jayree/sfdx-plugin-manifest/commit/c3269ebb2955f4ebd8b9938a7bd9beb09843c686))
|
584
727
|
* **deps:** bump @salesforce/source-deploy-retrieve from 9.1.0 to 9.2.1 ([#756](https://github.com/jayree/sfdx-plugin-manifest/issues/756)) ([ff4ec94](https://github.com/jayree/sfdx-plugin-manifest/commit/ff4ec94b7ec36e24a862ddee5d8424f256a30b36))
|
585
728
|
|
729
|
+
|
730
|
+
|
586
731
|
## [3.1.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.3...v3.1.4) (2023-06-07)
|
587
732
|
|
588
733
|
|
@@ -590,6 +735,8 @@
|
|
590
735
|
|
591
736
|
* **deps:** bump fast-xml-parser from 4.2.2 to 4.2.4 ([#739](https://github.com/jayree/sfdx-plugin-manifest/issues/739)) ([c44e951](https://github.com/jayree/sfdx-plugin-manifest/commit/c44e951d16e64d20ffac6c8f2b141d752325ab08))
|
592
737
|
|
738
|
+
|
739
|
+
|
593
740
|
## [3.1.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.2...v3.1.3) (2023-06-02)
|
594
741
|
|
595
742
|
|
@@ -597,6 +744,8 @@
|
|
597
744
|
|
598
745
|
* pin isomorphic-git to v1.23.0 ([d7126e3](https://github.com/jayree/sfdx-plugin-manifest/commit/d7126e34ea093ed45f3f294ebeb1b75baf05421a))
|
599
746
|
|
747
|
+
|
748
|
+
|
600
749
|
## [3.1.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.1...v3.1.2) (2023-05-31)
|
601
750
|
|
602
751
|
|
@@ -606,6 +755,8 @@
|
|
606
755
|
* **deps:** bump @salesforce/source-deploy-retrieve from 8.6.0 to 9.1.0 ([#731](https://github.com/jayree/sfdx-plugin-manifest/issues/731)) ([99db075](https://github.com/jayree/sfdx-plugin-manifest/commit/99db0755b154b31a31ca5ba95f294df41dd70ae5))
|
607
756
|
* **deps:** bump isomorphic-git from 1.23.0 to 1.24.0 ([#730](https://github.com/jayree/sfdx-plugin-manifest/issues/730)) ([a97ed3c](https://github.com/jayree/sfdx-plugin-manifest/commit/a97ed3c4863e0a71402f2e9691cf7b37cb863db4))
|
608
757
|
|
758
|
+
|
759
|
+
|
609
760
|
## [3.1.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.0...v3.1.1) (2023-05-26)
|
610
761
|
|
611
762
|
|
@@ -614,6 +765,8 @@
|
|
614
765
|
* **deps:** bump @jayree/changelog from 1.1.1 to 1.1.2 ([#722](https://github.com/jayree/sfdx-plugin-manifest/issues/722)) ([458dcae](https://github.com/jayree/sfdx-plugin-manifest/commit/458dcaef6d13267f57fdd8dbb6a9e683f02a8b51))
|
615
766
|
* **deps:** bump @salesforce/source-deploy-retrieve from 8.5.3 to 8.6.0 ([#723](https://github.com/jayree/sfdx-plugin-manifest/issues/723)) ([0e551a5](https://github.com/jayree/sfdx-plugin-manifest/commit/0e551a53e0a56de100a6ee2cc00a922431a2faa7))
|
616
767
|
|
768
|
+
|
769
|
+
|
617
770
|
# [3.1.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.19...v3.1.0) (2023-05-23)
|
618
771
|
|
619
772
|
|
@@ -627,6 +780,8 @@
|
|
627
780
|
|
628
781
|
* remove legacy:git:diff ([a1453b6](https://github.com/jayree/sfdx-plugin-manifest/commit/a1453b68369dcb8cb940d0092e60e9f890781a1c))
|
629
782
|
|
783
|
+
|
784
|
+
|
630
785
|
## [3.0.19](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.18...v3.0.19) (2023-05-19)
|
631
786
|
|
632
787
|
|
@@ -637,6 +792,8 @@
|
|
637
792
|
* **deps:** bump listr2 from 6.4.2 to 6.6.0 ([#704](https://github.com/jayree/sfdx-plugin-manifest/issues/704)) ([9032c8c](https://github.com/jayree/sfdx-plugin-manifest/commit/9032c8c373262e90b3a16adfc697d529ec659f22))
|
638
793
|
* **deps:** bump tslib from 2.5.0 to 2.5.2 ([#708](https://github.com/jayree/sfdx-plugin-manifest/issues/708)) ([0c8b8c1](https://github.com/jayree/sfdx-plugin-manifest/commit/0c8b8c1b322e6578e35662d2442092bcfdaf6ba2))
|
639
794
|
|
795
|
+
|
796
|
+
|
640
797
|
## [3.0.18](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.17...v3.0.18) (2023-05-17)
|
641
798
|
|
642
799
|
|
@@ -645,6 +802,8 @@
|
|
645
802
|
* **manifest:cleanup:** add missing types if specified in cleanup file ([98c9787](https://github.com/jayree/sfdx-plugin-manifest/commit/98c9787c80b11a5221d7f10b0d9a5071c1b98991))
|
646
803
|
* **manifest:generate:** keep translations with manageableState=beta ([c3db3e0](https://github.com/jayree/sfdx-plugin-manifest/commit/c3db3e0f4160f7aa4e0bba592be0f417ff9f35b3))
|
647
804
|
|
805
|
+
|
806
|
+
|
648
807
|
## [3.0.17](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.16...v3.0.17) (2023-05-16)
|
649
808
|
|
650
809
|
|
@@ -652,6 +811,8 @@
|
|
652
811
|
|
653
812
|
* **deps:** bump vm2 from 3.9.17 to 3.9.18 ([#702](https://github.com/jayree/sfdx-plugin-manifest/issues/702)) ([2b679f7](https://github.com/jayree/sfdx-plugin-manifest/commit/2b679f7a6fbc57deb3209788eac2fe85e4902912))
|
654
813
|
|
814
|
+
|
815
|
+
|
655
816
|
## [3.0.16](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.15...v3.0.16) (2023-05-12)
|
656
817
|
|
657
818
|
|
@@ -659,6 +820,8 @@
|
|
659
820
|
|
660
821
|
* **deps:** bump @salesforce/source-deploy-retrieve from 8.0.6 to 8.4.0 ([#700](https://github.com/jayree/sfdx-plugin-manifest/issues/700)) ([b6ed75c](https://github.com/jayree/sfdx-plugin-manifest/commit/b6ed75ce2ac7ff09a8507cdc99a9591d5efe0411))
|
661
822
|
|
823
|
+
|
824
|
+
|
662
825
|
## [3.0.15](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.14...v3.0.15) (2023-05-06)
|
663
826
|
|
664
827
|
|
@@ -667,6 +830,8 @@
|
|
667
830
|
* **deps:** bump @salesforce/sf-plugins-core from 2.2.11 to 2.4.2 ([#695](https://github.com/jayree/sfdx-plugin-manifest/issues/695)) ([577f2bf](https://github.com/jayree/sfdx-plugin-manifest/commit/577f2bf29466d05986224ea7afa932338209c5f2))
|
668
831
|
* **deps:** bump @salesforce/source-deploy-retrieve from 8.0.4 to 8.0.6 ([#689](https://github.com/jayree/sfdx-plugin-manifest/issues/689)) ([5a84277](https://github.com/jayree/sfdx-plugin-manifest/commit/5a842771d2bffb9cee5627e74a1a3529f3eb330e))
|
669
832
|
|
833
|
+
|
834
|
+
|
670
835
|
## [3.0.14](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.13...v3.0.14) (2023-05-05)
|
671
836
|
|
672
837
|
|
@@ -674,6 +839,8 @@
|
|
674
839
|
|
675
840
|
* **deps:** bump listr2 from 6.3.1 to 6.4.2 ([#691](https://github.com/jayree/sfdx-plugin-manifest/issues/691)) ([3f9654c](https://github.com/jayree/sfdx-plugin-manifest/commit/3f9654c3e721543503244bf3cb3caff8e266f007))
|
676
841
|
|
842
|
+
|
843
|
+
|
677
844
|
## [3.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.12...v3.0.13) (2023-04-28)
|
678
845
|
|
679
846
|
|
@@ -683,6 +850,8 @@
|
|
683
850
|
* **deps:** bump @salesforce/sf-plugins-core from 2.2.9 to 2.2.11 ([#686](https://github.com/jayree/sfdx-plugin-manifest/issues/686)) ([0c6aa06](https://github.com/jayree/sfdx-plugin-manifest/commit/0c6aa069801a4eb70c53eef4ff163034828f7e9a))
|
684
851
|
* **deps:** bump @salesforce/source-deploy-retrieve from 8.0.2 to 8.0.4 ([#680](https://github.com/jayree/sfdx-plugin-manifest/issues/680)) ([3252f86](https://github.com/jayree/sfdx-plugin-manifest/commit/3252f86a854a0d4cfe4d8889bfa14d51e9b7e3c8))
|
685
852
|
|
853
|
+
|
854
|
+
|
686
855
|
## [3.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.11...v3.0.12) (2023-04-21)
|
687
856
|
|
688
857
|
|
@@ -694,6 +863,8 @@
|
|
694
863
|
* **deps:** bump listr2 from 6.2.0 to 6.3.1 ([#674](https://github.com/jayree/sfdx-plugin-manifest/issues/674)) ([5b7923e](https://github.com/jayree/sfdx-plugin-manifest/commit/5b7923e286ea51177831a6f465576e016c745630))
|
695
864
|
* **deps:** bump vm2 from 3.9.16 to 3.9.17 ([#670](https://github.com/jayree/sfdx-plugin-manifest/issues/670)) ([a72e1ae](https://github.com/jayree/sfdx-plugin-manifest/commit/a72e1ae463245698181ca58b45277af75eb4cdda))
|
696
865
|
|
866
|
+
|
867
|
+
|
697
868
|
## [3.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.10...v3.0.11) (2023-04-16)
|
698
869
|
|
699
870
|
|
@@ -702,6 +873,8 @@
|
|
702
873
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.15.1 to 8.0.1 ([59f2070](https://github.com/jayree/sfdx-plugin-manifest/commit/59f2070e2a5d23337f2854d08bf536d79bbffc61))
|
703
874
|
* **deps:** bump listr2 from 5.0.8 to 6.2.0 ([643b814](https://github.com/jayree/sfdx-plugin-manifest/commit/643b814f2d0325b75721b10b2d4d872e6bcc541c))
|
704
875
|
|
876
|
+
|
877
|
+
|
705
878
|
## [3.0.10](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.9...v3.0.10) (2023-04-14)
|
706
879
|
|
707
880
|
|
@@ -710,6 +883,8 @@
|
|
710
883
|
* **deps:** bump @oclif/core from 2.8.0 to 2.8.2 ([#664](https://github.com/jayree/sfdx-plugin-manifest/issues/664)) ([d353da6](https://github.com/jayree/sfdx-plugin-manifest/commit/d353da6d6603ed2068aaf5632d34726a538bdfb1))
|
711
884
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.15.0 to 7.15.1 ([#657](https://github.com/jayree/sfdx-plugin-manifest/issues/657)) ([44c2d3f](https://github.com/jayree/sfdx-plugin-manifest/commit/44c2d3f6c4d94c8ddd9b1b2b47adf446f3515bc1))
|
712
885
|
|
886
|
+
|
887
|
+
|
713
888
|
## [3.0.9](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.8...v3.0.9) (2023-04-13)
|
714
889
|
|
715
890
|
|
@@ -717,6 +892,8 @@
|
|
717
892
|
|
718
893
|
* **deps:** bump vm2 from 3.9.15 to 3.9.16 ([#656](https://github.com/jayree/sfdx-plugin-manifest/issues/656)) ([1fa7432](https://github.com/jayree/sfdx-plugin-manifest/commit/1fa74322316312c93677b79071276ef476f2bb4e))
|
719
894
|
|
895
|
+
|
896
|
+
|
720
897
|
## [3.0.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.7...v3.0.8) (2023-04-08)
|
721
898
|
|
722
899
|
|
@@ -724,6 +901,8 @@
|
|
724
901
|
|
725
902
|
* **deps:** bump vm2 from 3.9.14 to 3.9.15 ([#655](https://github.com/jayree/sfdx-plugin-manifest/issues/655)) ([a5610e2](https://github.com/jayree/sfdx-plugin-manifest/commit/a5610e24fb95fdf97e0af45d0e881985b4e32266))
|
726
903
|
|
904
|
+
|
905
|
+
|
727
906
|
## [3.0.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.6...v3.0.7) (2023-04-07)
|
728
907
|
|
729
908
|
|
@@ -732,6 +911,8 @@
|
|
732
911
|
* **deps:** bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 ([#653](https://github.com/jayree/sfdx-plugin-manifest/issues/653)) ([be03533](https://github.com/jayree/sfdx-plugin-manifest/commit/be03533c4d9a587315bafcd8edbcd65c0cbe0468))
|
733
912
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.14.2 to 7.15.0 ([#651](https://github.com/jayree/sfdx-plugin-manifest/issues/651)) ([902986f](https://github.com/jayree/sfdx-plugin-manifest/commit/902986f6aeecf3d35c4fc4635ed29d232cc4d1b8))
|
734
913
|
|
914
|
+
|
915
|
+
|
735
916
|
## [3.0.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.5...v3.0.6) (2023-03-31)
|
736
917
|
|
737
918
|
|
@@ -740,6 +921,8 @@
|
|
740
921
|
* **deps:** bump @oclif/core from 2.7.1 to 2.8.0 ([#643](https://github.com/jayree/sfdx-plugin-manifest/issues/643)) ([6b9c3a0](https://github.com/jayree/sfdx-plugin-manifest/commit/6b9c3a0f68120dfc138347479cbc42afa99c5818))
|
741
922
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.13.0 to 7.14.2 ([#644](https://github.com/jayree/sfdx-plugin-manifest/issues/644)) ([bfd3dd1](https://github.com/jayree/sfdx-plugin-manifest/commit/bfd3dd120f8c253676e487f32783d22be575f05f))
|
742
923
|
|
924
|
+
|
925
|
+
|
743
926
|
## [3.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.4...v3.0.5) (2023-03-29)
|
744
927
|
|
745
928
|
|
@@ -747,6 +930,8 @@
|
|
747
930
|
|
748
931
|
* **manifest:git:diff:** implement workaround for CustomObjectTranslation ([01e1d56](https://github.com/jayree/sfdx-plugin-manifest/commit/01e1d56e6cacf021b11476832425558abe25ec4f))
|
749
932
|
|
933
|
+
|
934
|
+
|
750
935
|
## [3.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.3...v3.0.4) (2023-03-24)
|
751
936
|
|
752
937
|
|
@@ -758,6 +943,8 @@
|
|
758
943
|
* **deps:** bump fs-extra from 11.1.0 to 11.1.1 ([#628](https://github.com/jayree/sfdx-plugin-manifest/issues/628)) ([efe71c1](https://github.com/jayree/sfdx-plugin-manifest/commit/efe71c1f8ff076d9ea172c8a32ea31797218c275))
|
759
944
|
* **deps:** bump isomorphic-git from 1.22.0 to 1.23.0 ([#638](https://github.com/jayree/sfdx-plugin-manifest/issues/638)) ([4d61ed7](https://github.com/jayree/sfdx-plugin-manifest/commit/4d61ed78d88d47e83a92b5eb509a87dec4366fc1))
|
760
945
|
|
946
|
+
|
947
|
+
|
761
948
|
## [3.0.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.2...v3.0.3) (2023-03-17)
|
762
949
|
|
763
950
|
|
@@ -769,6 +956,8 @@
|
|
769
956
|
* **deps:** bump isomorphic-git from 1.21.0 to 1.22.0 ([#624](https://github.com/jayree/sfdx-plugin-manifest/issues/624)) ([c57739c](https://github.com/jayree/sfdx-plugin-manifest/commit/c57739c80a926a719c61ef9d65c7f477b2923282))
|
770
957
|
* **deps:** bump listr2 from 5.0.7 to 5.0.8 ([#623](https://github.com/jayree/sfdx-plugin-manifest/issues/623)) ([4ae28a2](https://github.com/jayree/sfdx-plugin-manifest/commit/4ae28a29a214bd0add6fc2d55319ee380d8a8c44))
|
771
958
|
|
959
|
+
|
960
|
+
|
772
961
|
## [3.0.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.1...v3.0.2) (2023-03-15)
|
773
962
|
|
774
963
|
|
@@ -776,6 +965,8 @@
|
|
776
965
|
|
777
966
|
* use new changelog ([48c4f91](https://github.com/jayree/sfdx-plugin-manifest/commit/48c4f91e096fc11407ca08180c9241caedde4afb))
|
778
967
|
|
968
|
+
|
969
|
+
|
779
970
|
## [3.0.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.0...v3.0.1) (2023-03-10)
|
780
971
|
|
781
972
|
|
@@ -785,6 +976,8 @@
|
|
785
976
|
* **deps:** bump @salesforce/kit from 1.9.0 to 1.9.2 ([#609](https://github.com/jayree/sfdx-plugin-manifest/issues/609)) ([2872e65](https://github.com/jayree/sfdx-plugin-manifest/commit/2872e65fb21053dc9b93c5466249fb28b9d33f4a))
|
786
977
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.11.0 to 7.11.3 ([#607](https://github.com/jayree/sfdx-plugin-manifest/issues/607)) ([8dbf910](https://github.com/jayree/sfdx-plugin-manifest/commit/8dbf91005c6a45ad9562cf05e56b4505db765983))
|
787
978
|
|
979
|
+
|
980
|
+
|
788
981
|
# [3.0.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.9.1...v3.0.0) (2023-03-03)
|
789
982
|
|
790
983
|
|
@@ -797,6 +990,8 @@
|
|
797
990
|
|
798
991
|
* **manifest:git:diff:** This change makes :beta:git:diff the default command.
|
799
992
|
|
993
|
+
|
994
|
+
|
800
995
|
## [2.9.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.9.0...v2.9.1) (2023-03-03)
|
801
996
|
|
802
997
|
|
@@ -806,6 +1001,8 @@
|
|
806
1001
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.10.1 to 7.11.0 ([#597](https://github.com/jayree/sfdx-plugin-manifest/issues/597)) ([1d5dafc](https://github.com/jayree/sfdx-plugin-manifest/commit/1d5dafc0f66f913a9ce1a4fd82cce15963357c40))
|
807
1002
|
* **deps:** bump fast-xml-parser from 4.1.2 to 4.1.3 ([#604](https://github.com/jayree/sfdx-plugin-manifest/issues/604)) ([7076db4](https://github.com/jayree/sfdx-plugin-manifest/commit/7076db4082e7db9db04cec946e850c0f42b05136))
|
808
1003
|
|
1004
|
+
|
1005
|
+
|
809
1006
|
# [2.9.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.7...v2.9.0) (2023-02-27)
|
810
1007
|
|
811
1008
|
|
@@ -818,6 +1015,8 @@
|
|
818
1015
|
|
819
1016
|
* **manifest:cleanup:** add wildcards option to filter members ([42b288b](https://github.com/jayree/sfdx-plugin-manifest/commit/42b288bd1f110b5bd02b3bf4abee0b9ef676b4ff))
|
820
1017
|
|
1018
|
+
|
1019
|
+
|
821
1020
|
## [2.8.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.6...v2.8.7) (2023-02-24)
|
822
1021
|
|
823
1022
|
|
@@ -827,6 +1026,8 @@
|
|
827
1026
|
* **deps:** bump @salesforce/sf-plugins-core from 2.1.2 to 2.2.2 ([#586](https://github.com/jayree/sfdx-plugin-manifest/issues/586)) ([15c5d80](https://github.com/jayree/sfdx-plugin-manifest/commit/15c5d8027cf62b73bb51fb0c816e44160c6180ed))
|
828
1027
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.9.3 to 7.10.1 ([#592](https://github.com/jayree/sfdx-plugin-manifest/issues/592)) ([d3c3d59](https://github.com/jayree/sfdx-plugin-manifest/commit/d3c3d5992b313ce3317c2873de2c64bfe5fd7e6c))
|
829
1028
|
|
1029
|
+
|
1030
|
+
|
830
1031
|
## [2.8.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.5...v2.8.6) (2023-02-22)
|
831
1032
|
|
832
1033
|
|
@@ -834,6 +1035,8 @@
|
|
834
1035
|
|
835
1036
|
* **manifest:beta:git:diff:** fix final ComponentSet validation ([9295a35](https://github.com/jayree/sfdx-plugin-manifest/commit/9295a359ba8086fc37f3dd1c13f8d20e9f0fa55c))
|
836
1037
|
|
1038
|
+
|
1039
|
+
|
837
1040
|
## [2.8.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.4...v2.8.5) (2023-02-20)
|
838
1041
|
|
839
1042
|
|
@@ -841,6 +1044,8 @@
|
|
841
1044
|
|
842
1045
|
* use strict ([4517df0](https://github.com/jayree/sfdx-plugin-manifest/commit/4517df09eac5aac945aaf9e8741d440101b0e8aa))
|
843
1046
|
|
1047
|
+
|
1048
|
+
|
844
1049
|
## [2.8.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.3...v2.8.4) (2023-02-18)
|
845
1050
|
|
846
1051
|
|
@@ -848,6 +1053,8 @@
|
|
848
1053
|
|
849
1054
|
* **deps:** bump @salesforce/kit from 1.8.4 to 1.8.5 ([#569](https://github.com/jayree/sfdx-plugin-manifest/issues/569)) ([dd0d368](https://github.com/jayree/sfdx-plugin-manifest/commit/dd0d36800bff09ebea16ae8935ca80fdc7a152af))
|
850
1055
|
|
1056
|
+
|
1057
|
+
|
851
1058
|
## [2.8.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.2...v2.8.3) (2023-02-17)
|
852
1059
|
|
853
1060
|
|
@@ -858,6 +1065,8 @@
|
|
858
1065
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.9.1 to 7.9.3 ([#582](https://github.com/jayree/sfdx-plugin-manifest/issues/582)) ([803d125](https://github.com/jayree/sfdx-plugin-manifest/commit/803d12565f28d7938e54f157b40826cacf1ac42f))
|
859
1066
|
* **deps:** bump fast-xml-parser from 4.1.1 to 4.1.2 ([#574](https://github.com/jayree/sfdx-plugin-manifest/issues/574)) ([206f49b](https://github.com/jayree/sfdx-plugin-manifest/commit/206f49b3e5358aff6507400646578b1a951d4fe4))
|
860
1067
|
|
1068
|
+
|
1069
|
+
|
861
1070
|
## [2.8.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.1...v2.8.2) (2023-02-10)
|
862
1071
|
|
863
1072
|
|
@@ -866,6 +1075,8 @@
|
|
866
1075
|
* **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.1.0 ([#568](https://github.com/jayree/sfdx-plugin-manifest/issues/568)) ([298d77e](https://github.com/jayree/sfdx-plugin-manifest/commit/298d77ed3855a07632404c7449c65bbabe0dc2ff))
|
867
1076
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.8.0 to 7.9.1 ([#563](https://github.com/jayree/sfdx-plugin-manifest/issues/563)) ([594e05f](https://github.com/jayree/sfdx-plugin-manifest/commit/594e05f45683c7880ab4580ef3f5874139d719a4))
|
868
1077
|
|
1078
|
+
|
1079
|
+
|
869
1080
|
## [2.8.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.0...v2.8.1) (2023-02-03)
|
870
1081
|
|
871
1082
|
|
@@ -875,6 +1086,8 @@
|
|
875
1086
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.7.6 to 7.8.0 ([#556](https://github.com/jayree/sfdx-plugin-manifest/issues/556)) ([69b7336](https://github.com/jayree/sfdx-plugin-manifest/commit/69b7336fd0ae4516d07d57d0205d9676cef1d345))
|
876
1087
|
* **deps:** bump fast-xml-parser from 4.0.15 to 4.1.1 ([#549](https://github.com/jayree/sfdx-plugin-manifest/issues/549)) ([c8262dc](https://github.com/jayree/sfdx-plugin-manifest/commit/c8262dc72c813c798df3b0839e97df7f3f85913d))
|
877
1088
|
|
1089
|
+
|
1090
|
+
|
878
1091
|
# [2.8.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.4...v2.8.0) (2023-01-30)
|
879
1092
|
|
880
1093
|
|
@@ -894,6 +1107,8 @@
|
|
894
1107
|
* **manifest:generate:** convert to new SfCommand ([8bfcc2a](https://github.com/jayree/sfdx-plugin-manifest/commit/8bfcc2ac7a5e3dcbe8258b7b73023ffb73ce14eb))
|
895
1108
|
* **manifest:git:diff:** convert to new SfCommand ([fe7f913](https://github.com/jayree/sfdx-plugin-manifest/commit/fe7f9137c2fa01cd3308da179bcf3d2d6e5ab7a2))
|
896
1109
|
|
1110
|
+
|
1111
|
+
|
897
1112
|
## [2.7.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.3...v2.7.4) (2023-01-27)
|
898
1113
|
|
899
1114
|
|
@@ -905,6 +1120,8 @@
|
|
905
1120
|
* **deps:** bump fast-xml-parser from 4.0.13 to 4.0.15 ([#530](https://github.com/jayree/sfdx-plugin-manifest/issues/530)) ([86a67ec](https://github.com/jayree/sfdx-plugin-manifest/commit/86a67eccd9ff49a381b55ec7b5b6a7bd9461436f))
|
906
1121
|
* **deps:** bump tslib from 2.4.1 to 2.5.0 ([#526](https://github.com/jayree/sfdx-plugin-manifest/issues/526)) ([ca4a8bf](https://github.com/jayree/sfdx-plugin-manifest/commit/ca4a8bf4f3f703aeca4ac0e61036c74a15f73cbc))
|
907
1122
|
|
1123
|
+
|
1124
|
+
|
908
1125
|
## [2.7.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.2...v2.7.3) (2023-01-20)
|
909
1126
|
|
910
1127
|
|
@@ -916,6 +1133,8 @@
|
|
916
1133
|
* **deps:** bump listr2 from 5.0.6 to 5.0.7 ([#518](https://github.com/jayree/sfdx-plugin-manifest/issues/518)) ([13058d3](https://github.com/jayree/sfdx-plugin-manifest/commit/13058d3f7e0846ece99ec7b9d116de24e7f7d718))
|
917
1134
|
* **deps:** bump marked from 4.2.5 to 4.2.12 ([#520](https://github.com/jayree/sfdx-plugin-manifest/issues/520)) ([8bd119f](https://github.com/jayree/sfdx-plugin-manifest/commit/8bd119fd24df68b16df3d03bc90fc4bd291155a0))
|
918
1135
|
|
1136
|
+
|
1137
|
+
|
919
1138
|
## [2.7.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.1...v2.7.2) (2023-01-13)
|
920
1139
|
|
921
1140
|
|
@@ -928,6 +1147,8 @@
|
|
928
1147
|
* **deps:** bump @salesforce/ts-types from 1.7.1 to 1.7.2 ([#504](https://github.com/jayree/sfdx-plugin-manifest/issues/504)) ([b624d1a](https://github.com/jayree/sfdx-plugin-manifest/commit/b624d1a8b762712bcb39f137fc8afe4b94b942b8))
|
929
1148
|
* **deps:** bump fast-xml-parser from 4.0.12 to 4.0.13 ([#496](https://github.com/jayree/sfdx-plugin-manifest/issues/496)) ([dff4fb9](https://github.com/jayree/sfdx-plugin-manifest/commit/dff4fb9ead81e632775a2dcf5ce99aa0dbd210f6))
|
930
1149
|
|
1150
|
+
|
1151
|
+
|
931
1152
|
## [2.7.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.0...v2.7.1) (2023-01-12)
|
932
1153
|
|
933
1154
|
|
@@ -935,6 +1156,8 @@
|
|
935
1156
|
|
936
1157
|
* restore windows compatibility ([8846d18](https://github.com/jayree/sfdx-plugin-manifest/commit/8846d1889418ecf4284c89aba15ff10104f44922))
|
937
1158
|
|
1159
|
+
|
1160
|
+
|
938
1161
|
# [2.7.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.6.4...v2.7.0) (2023-01-09)
|
939
1162
|
|
940
1163
|
|
@@ -947,6 +1170,8 @@
|
|
947
1170
|
|
948
1171
|
* **manifest:beta:git:diff:** more enhancements and new sf flags. -d is now used for --source-dir ([1c6be65](https://github.com/jayree/sfdx-plugin-manifest/commit/1c6be65967f6c1fd0afa6ae590466563347d80aa))
|
949
1172
|
|
1173
|
+
|
1174
|
+
|
950
1175
|
## [2.6.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.6.3...v2.6.4) (2023-01-09)
|
951
1176
|
|
952
1177
|
|
@@ -955,6 +1180,8 @@
|
|
955
1180
|
* **manifest:beta:git:diff:** fix sourcepath parameter ([0cc68bf](https://github.com/jayree/sfdx-plugin-manifest/commit/0cc68bf9547cc3ea67c0b6b591c2166f2debc852))
|
956
1181
|
* **manifest:git:diff:** ignore modified forceignored metadata ([a264829](https://github.com/jayree/sfdx-plugin-manifest/commit/a26482954f18cb316b71e79d53191f2e6307b4c6))
|
957
1182
|
|
1183
|
+
|
1184
|
+
|
958
1185
|
## [2.6.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.6.2...v2.6.3) (2023-01-06)
|
959
1186
|
|
960
1187
|
|
@@ -965,6 +1192,8 @@
|
|
965
1192
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.19 to 7.5.22 ([#479](https://github.com/jayree/sfdx-plugin-manifest/issues/479)) ([47b6e55](https://github.com/jayree/sfdx-plugin-manifest/commit/47b6e55a042dfe1279be1a8f7f12166ed16873b0))
|
966
1193
|
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([#484](https://github.com/jayree/sfdx-plugin-manifest/issues/484)) ([469375b](https://github.com/jayree/sfdx-plugin-manifest/commit/469375b2b93687439e1474f2b3436ef539aa0061))
|
967
1194
|
|
1195
|
+
|
1196
|
+
|
968
1197
|
## [2.6.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.6.1...v2.6.2) (2023-01-01)
|
969
1198
|
|
970
1199
|
|
@@ -972,6 +1201,8 @@
|
|
972
1201
|
|
973
1202
|
* update changelog hook ([535c4ac](https://github.com/jayree/sfdx-plugin-manifest/commit/535c4ac86b0afca880b40ccf6687452a516a5033))
|
974
1203
|
|
1204
|
+
|
1205
|
+
|
975
1206
|
## [2.6.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.6.0...v2.6.1) (2023-01-01)
|
976
1207
|
|
977
1208
|
|
@@ -979,27 +1210,30 @@
|
|
979
1210
|
|
980
1211
|
* update changelog ([0829ae1](https://github.com/jayree/sfdx-plugin-manifest/commit/0829ae1362fec75ede6c8d63f669fabb6d6c1243))
|
981
1212
|
|
1213
|
+
|
1214
|
+
|
982
1215
|
# [2.6.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.5.3...v2.6.0) (2023-01-01)
|
983
1216
|
|
984
1217
|
|
985
1218
|
### Bug Fixes
|
986
1219
|
|
987
|
-
* **
|
1220
|
+
* **gitdiff:** fix diff status of childComponents ([ef13e60](https://github.com/jayree/sfdx-plugin-manifest/commit/ef13e600df02bf23aa764084686c0eb789055c20))
|
988
1221
|
|
989
1222
|
|
990
1223
|
### Features
|
991
1224
|
|
992
1225
|
* **manifest:beta:git:diff:** added new beta command manifest:beta:git:diff ([f4b6242](https://github.com/jayree/sfdx-plugin-manifest/commit/f4b6242e52a4a04d1279e2090dcf1fe37aca2ff2))
|
993
1226
|
|
994
|
-
|
995
|
-
I plan to make the beta command generally available in the near future.
|
1227
|
+
|
996
1228
|
|
997
1229
|
## [2.5.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.5.2...v2.5.3) (2022-12-31)
|
998
1230
|
|
999
1231
|
|
1000
1232
|
### Bug Fixes
|
1001
1233
|
|
1002
|
-
* **
|
1234
|
+
* **gitdiff:** fix warnings ([b28f12e](https://github.com/jayree/sfdx-plugin-manifest/commit/b28f12eff17c206204c4f5d00b2b5de7f7f6b2f3))
|
1235
|
+
|
1236
|
+
|
1003
1237
|
|
1004
1238
|
## [2.5.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.5.1...v2.5.2) (2022-12-30)
|
1005
1239
|
|
@@ -1011,20 +1245,26 @@ I plan to make the beta command generally available in the near future.
|
|
1011
1245
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.18 to 7.5.19 ([#475](https://github.com/jayree/sfdx-plugin-manifest/issues/475)) ([de3e65a](https://github.com/jayree/sfdx-plugin-manifest/commit/de3e65a173e3299bf38f197c1b65125dd67e9751))
|
1012
1246
|
* **deps:** bump marked from 4.2.4 to 4.2.5 ([#470](https://github.com/jayree/sfdx-plugin-manifest/issues/470)) ([fc5558b](https://github.com/jayree/sfdx-plugin-manifest/commit/fc5558bfee8fd7e18422676a4a27dd2d9092fcdf))
|
1013
1247
|
|
1248
|
+
|
1249
|
+
|
1014
1250
|
## [2.5.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.5.0...v2.5.1) (2022-12-27)
|
1015
1251
|
|
1016
1252
|
|
1017
1253
|
### Bug Fixes
|
1018
1254
|
|
1019
|
-
*
|
1020
|
-
*
|
1255
|
+
* fix parameter order ([2b5b244](https://github.com/jayree/sfdx-plugin-manifest/commit/2b5b24435725e3095895b2efa8a23ee1b05a6e78))
|
1256
|
+
* use fullPath to align with SDR ([f5c1de1](https://github.com/jayree/sfdx-plugin-manifest/commit/f5c1de1285ba68515de92c9e4ff8cf7603825810))
|
1257
|
+
|
1258
|
+
|
1021
1259
|
|
1022
1260
|
# [2.5.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.8...v2.5.0) (2022-12-23)
|
1023
1261
|
|
1024
1262
|
|
1025
1263
|
### Features
|
1026
1264
|
|
1027
|
-
*
|
1265
|
+
* uses isomorphic-git statusMatrix to match the behavior for unstaged files with the git diff output ([9dd515f](https://github.com/jayree/sfdx-plugin-manifest/commit/9dd515fdc9e90602da8d7a78dd2d30cc41155b37))
|
1266
|
+
|
1267
|
+
|
1028
1268
|
|
1029
1269
|
## [2.4.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.7...v2.4.8) (2022-12-23)
|
1030
1270
|
|
@@ -1035,6 +1275,8 @@ I plan to make the beta command generally available in the near future.
|
|
1035
1275
|
* **deps:** bump @salesforce/command from 5.2.30 to 5.2.33 ([#462](https://github.com/jayree/sfdx-plugin-manifest/issues/462)) ([6cc78ed](https://github.com/jayree/sfdx-plugin-manifest/commit/6cc78ed5ae348aefab535d72c33bfc8c851a9308))
|
1036
1276
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.17 to 7.5.18 ([#457](https://github.com/jayree/sfdx-plugin-manifest/issues/457)) ([5ea35fa](https://github.com/jayree/sfdx-plugin-manifest/commit/5ea35fa4c3fc25d2bf2ed0b388960f1dc0db1762))
|
1037
1277
|
|
1278
|
+
|
1279
|
+
|
1038
1280
|
## [2.4.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.6...v2.4.7) (2022-12-16)
|
1039
1281
|
|
1040
1282
|
|
@@ -1043,6 +1285,8 @@ I plan to make the beta command generally available in the near future.
|
|
1043
1285
|
* **deps:** bump @salesforce/command from 5.2.28 to 5.2.30 ([#451](https://github.com/jayree/sfdx-plugin-manifest/issues/451)) ([0e14981](https://github.com/jayree/sfdx-plugin-manifest/commit/0e149811d706bd5d3adb2c4674bedcd5d2c8c1d9))
|
1044
1286
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.14 to 7.5.17 ([#453](https://github.com/jayree/sfdx-plugin-manifest/issues/453)) ([f145807](https://github.com/jayree/sfdx-plugin-manifest/commit/f145807c06cd7ec43a49040399636225a9cc637e))
|
1045
1287
|
|
1288
|
+
|
1289
|
+
|
1046
1290
|
## [2.4.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.5...v2.4.6) (2022-12-09)
|
1047
1291
|
|
1048
1292
|
|
@@ -1053,19 +1297,25 @@ I plan to make the beta command generally available in the near future.
|
|
1053
1297
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.13 to 7.5.14 ([#442](https://github.com/jayree/sfdx-plugin-manifest/issues/442)) ([b3fb387](https://github.com/jayree/sfdx-plugin-manifest/commit/b3fb38716c6386aad678baf4f4c5ccde84d65087))
|
1054
1298
|
* **deps:** bump marked from 4.2.3 to 4.2.4 ([#443](https://github.com/jayree/sfdx-plugin-manifest/issues/443)) ([09d264a](https://github.com/jayree/sfdx-plugin-manifest/commit/09d264a682ffd93273a66ecd850846d78806bdc4))
|
1055
1299
|
|
1300
|
+
|
1301
|
+
|
1056
1302
|
## [2.4.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.4...v2.4.5) (2022-12-08)
|
1057
1303
|
|
1058
1304
|
|
1059
1305
|
### Bug Fixes
|
1060
1306
|
|
1061
|
-
*
|
1307
|
+
* fix manifest output ([a7527da](https://github.com/jayree/sfdx-plugin-manifest/commit/a7527da33e19f83ad344afbe6d7c8d5f186c933b))
|
1308
|
+
|
1309
|
+
|
1062
1310
|
|
1063
1311
|
## [2.4.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.3...v2.4.4) (2022-12-06)
|
1064
1312
|
|
1065
1313
|
|
1066
1314
|
### Bug Fixes
|
1067
1315
|
|
1068
|
-
*
|
1316
|
+
* fix --json output ([80ed6a6](https://github.com/jayree/sfdx-plugin-manifest/commit/80ed6a66e4003ab05c1447c019ca85d7482c9eaa))
|
1317
|
+
|
1318
|
+
|
1069
1319
|
|
1070
1320
|
## [2.4.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.2...v2.4.3) (2022-12-02)
|
1071
1321
|
|
@@ -1075,6 +1325,8 @@ I plan to make the beta command generally available in the near future.
|
|
1075
1325
|
* **deps:** bump @salesforce/command from 5.2.26 to 5.2.27 ([#431](https://github.com/jayree/sfdx-plugin-manifest/issues/431)) ([d1d6836](https://github.com/jayree/sfdx-plugin-manifest/commit/d1d6836aa25a1afcb8ed00526e13af7d8de94386))
|
1076
1326
|
* **deps:** bump listr2 from 5.0.5 to 5.0.6 ([#429](https://github.com/jayree/sfdx-plugin-manifest/issues/429)) ([2e5db7e](https://github.com/jayree/sfdx-plugin-manifest/commit/2e5db7e1ceb27a55ecf49e343b68e37ca1e889ef))
|
1077
1327
|
|
1328
|
+
|
1329
|
+
|
1078
1330
|
## [2.4.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.1...v2.4.2) (2022-11-25)
|
1079
1331
|
|
1080
1332
|
|
@@ -1085,6 +1337,8 @@ I plan to make the beta command generally available in the near future.
|
|
1085
1337
|
* **deps:** bump fast-xml-parser from 4.0.11 to 4.0.12 ([#416](https://github.com/jayree/sfdx-plugin-manifest/issues/416)) ([22e1e92](https://github.com/jayree/sfdx-plugin-manifest/commit/22e1e92915f554eec43f9a0cfaa7242ae4f4a102))
|
1086
1338
|
* **deps:** bump marked from 4.2.2 to 4.2.3 ([#415](https://github.com/jayree/sfdx-plugin-manifest/issues/415)) ([e96fca2](https://github.com/jayree/sfdx-plugin-manifest/commit/e96fca2fa30f8688035149fdb26fd67423f3c80e))
|
1087
1339
|
|
1340
|
+
|
1341
|
+
|
1088
1342
|
## [2.4.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.4.0...v2.4.1) (2022-11-24)
|
1089
1343
|
|
1090
1344
|
|
@@ -1092,6 +1346,8 @@ I plan to make the beta command generally available in the near future.
|
|
1092
1346
|
|
1093
1347
|
* **manifest:git:diff:** run the command from anywhere in your sfdx project ([1835b4c](https://github.com/jayree/sfdx-plugin-manifest/commit/1835b4cba7bc062686eb5e67d0508be734179c36))
|
1094
1348
|
|
1349
|
+
|
1350
|
+
|
1095
1351
|
# [2.4.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.12...v2.4.0) (2022-11-20)
|
1096
1352
|
|
1097
1353
|
|
@@ -1099,6 +1355,8 @@ I plan to make the beta command generally available in the near future.
|
|
1099
1355
|
|
1100
1356
|
* **manifest:git:diff:** add sourcepath to limit the diff ([f50feee](https://github.com/jayree/sfdx-plugin-manifest/commit/f50feee58df4842419a84bd810cca0b2c88e481c))
|
1101
1357
|
|
1358
|
+
|
1359
|
+
|
1102
1360
|
## [2.3.12](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.11...v2.3.12) (2022-11-18)
|
1103
1361
|
|
1104
1362
|
|
@@ -1107,6 +1365,8 @@ I plan to make the beta command generally available in the near future.
|
|
1107
1365
|
* **deps:** bump @salesforce/command from 5.2.20 to 5.2.24 ([#412](https://github.com/jayree/sfdx-plugin-manifest/issues/412)) ([00c4eb9](https://github.com/jayree/sfdx-plugin-manifest/commit/00c4eb9b68928accff5c9650b147283af889bfb8))
|
1108
1366
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.6 to 7.5.9 ([#411](https://github.com/jayree/sfdx-plugin-manifest/issues/411)) ([aecfe7f](https://github.com/jayree/sfdx-plugin-manifest/commit/aecfe7f727efa3597b31f58872f6ce81c497fd85))
|
1109
1367
|
|
1368
|
+
|
1369
|
+
|
1110
1370
|
## [2.3.11](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.10...v2.3.11) (2022-11-11)
|
1111
1371
|
|
1112
1372
|
|
@@ -1116,6 +1376,8 @@ I plan to make the beta command generally available in the near future.
|
|
1116
1376
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.5.1 to 7.5.6 ([#401](https://github.com/jayree/sfdx-plugin-manifest/issues/401)) ([add5226](https://github.com/jayree/sfdx-plugin-manifest/commit/add5226ac8cbdc512b420a6b5d40b023ac611c67))
|
1117
1377
|
* **deps:** bump marked from 4.2.1 to 4.2.2 ([#394](https://github.com/jayree/sfdx-plugin-manifest/issues/394)) ([5a69c7a](https://github.com/jayree/sfdx-plugin-manifest/commit/5a69c7a74b3bf5991cc5d07777b9b39b621aec7c))
|
1118
1378
|
|
1379
|
+
|
1380
|
+
|
1119
1381
|
## [2.3.10](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.9...v2.3.10) (2022-11-04)
|
1120
1382
|
|
1121
1383
|
|
@@ -1126,6 +1388,8 @@ I plan to make the beta command generally available in the near future.
|
|
1126
1388
|
* **deps:** bump marked from 4.1.1 to 4.2.1 ([#382](https://github.com/jayree/sfdx-plugin-manifest/issues/382)) ([651f4f7](https://github.com/jayree/sfdx-plugin-manifest/commit/651f4f7269ab017f3ec315bcd5c62f415bb38561))
|
1127
1389
|
* **deps:** bump tslib from 2.4.0 to 2.4.1 ([#374](https://github.com/jayree/sfdx-plugin-manifest/issues/374)) ([a79bf72](https://github.com/jayree/sfdx-plugin-manifest/commit/a79bf72244396a8b5386e4e0f76e584d301647ea))
|
1128
1390
|
|
1391
|
+
|
1392
|
+
|
1129
1393
|
## [2.3.9](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.8...v2.3.9) (2022-10-28)
|
1130
1394
|
|
1131
1395
|
|
@@ -1136,6 +1400,8 @@ I plan to make the beta command generally available in the near future.
|
|
1136
1400
|
* **deps:** bump @salesforce/kit from 1.7.0 to 1.7.1 ([#369](https://github.com/jayree/sfdx-plugin-manifest/issues/369)) ([321df01](https://github.com/jayree/sfdx-plugin-manifest/commit/321df01f1ff3028020c39b808cbd2bf5415dd315))
|
1137
1401
|
* **deps:** bump @salesforce/source-deploy-retrieve from 7.0.1 to 7.4.0 ([#368](https://github.com/jayree/sfdx-plugin-manifest/issues/368)) ([ffe2a95](https://github.com/jayree/sfdx-plugin-manifest/commit/ffe2a95d98855808246958363af41c0fc5e34903))
|
1138
1402
|
|
1403
|
+
|
1404
|
+
|
1139
1405
|
## [2.3.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.7...v2.3.8) (2022-10-21)
|
1140
1406
|
|
1141
1407
|
|
@@ -1143,6 +1409,8 @@ I plan to make the beta command generally available in the near future.
|
|
1143
1409
|
|
1144
1410
|
* update dependencies ([ac91f38](https://github.com/jayree/sfdx-plugin-manifest/commit/ac91f38e228ad8e5fa297a1ea4c32512e5fea47e))
|
1145
1411
|
|
1412
|
+
|
1413
|
+
|
1146
1414
|
## [2.3.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.6...v2.3.7) (2022-10-21)
|
1147
1415
|
|
1148
1416
|
|
@@ -1151,6 +1419,8 @@ I plan to make the beta command generally available in the near future.
|
|
1151
1419
|
* **deps:** bump @salesforce/command from 5.2.12 to 5.2.13 ([#353](https://github.com/jayree/sfdx-plugin-manifest/issues/353)) ([c9da8ab](https://github.com/jayree/sfdx-plugin-manifest/commit/c9da8ab680a54ea002b2b50add4979d3168a9ccb))
|
1152
1420
|
* **deps:** bump @salesforce/source-deploy-retrieve from 6.9.1 to 7.0.1 ([5fcfa0a](https://github.com/jayree/sfdx-plugin-manifest/commit/5fcfa0a3b72c4f37983857538d73fa894389eb7b))
|
1153
1421
|
|
1422
|
+
|
1423
|
+
|
1154
1424
|
## [2.3.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.5...v2.3.6) (2022-10-14)
|
1155
1425
|
|
1156
1426
|
|
@@ -1159,6 +1429,8 @@ I plan to make the beta command generally available in the near future.
|
|
1159
1429
|
* **deps:** bump @salesforce/command from 5.2.11 to 5.2.12 ([#339](https://github.com/jayree/sfdx-plugin-manifest/issues/339)) ([ebec171](https://github.com/jayree/sfdx-plugin-manifest/commit/ebec171d2e5fbdca940dcdf7ad4176f24f99ea69))
|
1160
1430
|
* **deps:** bump @salesforce/source-deploy-retrieve from 6.9.0 to 6.9.1 ([#341](https://github.com/jayree/sfdx-plugin-manifest/issues/341)) ([313d7c2](https://github.com/jayree/sfdx-plugin-manifest/commit/313d7c2c11d435157eee366963209123d002ab18))
|
1161
1431
|
|
1432
|
+
|
1433
|
+
|
1162
1434
|
## [2.3.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.4...v2.3.5) (2022-10-07)
|
1163
1435
|
|
1164
1436
|
|
@@ -1169,6 +1441,8 @@ I plan to make the beta command generally available in the near future.
|
|
1169
1441
|
* **deps:** bump fast-xml-parser from 4.0.10 to 4.0.11 ([#332](https://github.com/jayree/sfdx-plugin-manifest/issues/332)) ([ad6d6d2](https://github.com/jayree/sfdx-plugin-manifest/commit/ad6d6d20b608405f4c6e600c428868af495aa84c))
|
1170
1442
|
* **deps:** bump semver from 7.3.7 to 7.3.8 ([#334](https://github.com/jayree/sfdx-plugin-manifest/issues/334)) ([c1cd1a9](https://github.com/jayree/sfdx-plugin-manifest/commit/c1cd1a9fde362d2bf70bdf5d80cd83b196dbcb6b))
|
1171
1443
|
|
1444
|
+
|
1445
|
+
|
1172
1446
|
## [2.3.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.3...v2.3.4) (2022-10-02)
|
1173
1447
|
|
1174
1448
|
|
@@ -1176,6 +1450,8 @@ I plan to make the beta command generally available in the near future.
|
|
1176
1450
|
|
1177
1451
|
* **deps:** bump marked from 4.1.0 to 4.1.1 ([#325](https://github.com/jayree/sfdx-plugin-manifest/issues/325)) ([1d051d3](https://github.com/jayree/sfdx-plugin-manifest/commit/1d051d3b84f3465d963dc67972069fc0885d883a))
|
1178
1452
|
|
1453
|
+
|
1454
|
+
|
1179
1455
|
## [2.3.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.2...v2.3.3) (2022-10-01)
|
1180
1456
|
|
1181
1457
|
|
@@ -1183,6 +1459,8 @@ I plan to make the beta command generally available in the near future.
|
|
1183
1459
|
|
1184
1460
|
* **deps:** bump @salesforce/command from 5.2.10 to 5.2.11 ([#322](https://github.com/jayree/sfdx-plugin-manifest/issues/322)) ([c89bf60](https://github.com/jayree/sfdx-plugin-manifest/commit/c89bf608097a4a42934c83dc4bc89962302f3615))
|
1185
1461
|
|
1462
|
+
|
1463
|
+
|
1186
1464
|
## [2.3.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.1...v2.3.2) (2022-09-25)
|
1187
1465
|
|
1188
1466
|
|
@@ -1192,6 +1470,8 @@ I plan to make the beta command generally available in the near future.
|
|
1192
1470
|
* **deps:** bump @salesforce/command from 5.2.8 to 5.2.10 ([#309](https://github.com/jayree/sfdx-plugin-manifest/issues/309)) ([d955de5](https://github.com/jayree/sfdx-plugin-manifest/commit/d955de5c1334445b922d08a69b625e283eac596d))
|
1193
1471
|
* **deps:** bump @salesforce/source-deploy-retrieve from 6.8.1 to 6.8.2 ([e0a449c](https://github.com/jayree/sfdx-plugin-manifest/commit/e0a449c250b0d35738f9f2a0f02ad5ad45049fc2))
|
1194
1472
|
|
1473
|
+
|
1474
|
+
|
1195
1475
|
## [2.3.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.0...v2.3.1) (2022-09-21)
|
1196
1476
|
|
1197
1477
|
|
@@ -1204,6 +1484,8 @@ I plan to make the beta command generally available in the near future.
|
|
1204
1484
|
* **deps:** bump @salesforce/ts-types from 1.5.20 to 1.5.21 ([a94fc4f](https://github.com/jayree/sfdx-plugin-manifest/commit/a94fc4f2daa84cedfe30b97f85150b07c3fdbdc1))
|
1205
1485
|
* **deps:** bump fast-xml-parser from 4.0.9 to 4.0.10 ([360bf42](https://github.com/jayree/sfdx-plugin-manifest/commit/360bf42440db0433489daf52aa64e39fa1df7a7b))
|
1206
1486
|
|
1487
|
+
|
1488
|
+
|
1207
1489
|
# [2.3.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.10...v2.3.0) (2022-09-08)
|
1208
1490
|
|
1209
1491
|
|
@@ -1222,6 +1504,8 @@ I plan to make the beta command generally available in the near future.
|
|
1222
1504
|
|
1223
1505
|
* move to ESM ([6eb55f1](https://github.com/jayree/sfdx-plugin-manifest/commit/6eb55f18522515ca0a20fae00824bd8d8a7b3818))
|
1224
1506
|
|
1507
|
+
|
1508
|
+
|
1225
1509
|
## [2.2.10](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.9...v2.2.10) (2022-08-11)
|
1226
1510
|
|
1227
1511
|
|
@@ -1229,6 +1513,8 @@ I plan to make the beta command generally available in the near future.
|
|
1229
1513
|
|
1230
1514
|
* **deps:** bump @salesforce/source-deploy-retrieve from 6.2.9 to 6.3.0 ([5d52aff](https://github.com/jayree/sfdx-plugin-manifest/commit/5d52aff21ebcfecc0ae176d8235e212eba71c62a))
|
1231
1515
|
|
1516
|
+
|
1517
|
+
|
1232
1518
|
## [2.2.9](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.8...v2.2.9) (2022-08-10)
|
1233
1519
|
|
1234
1520
|
|
@@ -1237,7 +1523,9 @@ I plan to make the beta command generally available in the near future.
|
|
1237
1523
|
* **deps:** bump @oclif/core from 1.13.0 to 1.13.10 ([22b579e](https://github.com/jayree/sfdx-plugin-manifest/commit/22b579e242ba6ee240f851dfb519ca6f7f71bd8f))
|
1238
1524
|
* **deps:** bump @salesforce/source-deploy-retrieve from 6.2.6 to 6.2.9 ([8d0c93d](https://github.com/jayree/sfdx-plugin-manifest/commit/8d0c93daa2f177f51970f838e116d209f492826f))
|
1239
1525
|
* **deps:** bump listr2 from 5.0.1 to 5.0.2 ([d00b56d](https://github.com/jayree/sfdx-plugin-manifest/commit/d00b56d7b3c49fa78589f83665a2a31197dc8230))
|
1240
|
-
*
|
1526
|
+
* remove datamappingobjectdefinition ([95c1e02](https://github.com/jayree/sfdx-plugin-manifest/commit/95c1e026209b0eeb60b9ebd802f8a278f45a3139))
|
1527
|
+
|
1528
|
+
|
1241
1529
|
|
1242
1530
|
## [2.2.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.7...v2.2.8) (2022-08-02)
|
1243
1531
|
|
@@ -1247,6 +1535,8 @@ I plan to make the beta command generally available in the near future.
|
|
1247
1535
|
* **deps:** bump @oclif/core from 1.12.1 to 1.13.0 ([6764a85](https://github.com/jayree/sfdx-plugin-manifest/commit/6764a850fbd199e34e2093397000f45f0e7d1ea4))
|
1248
1536
|
* **deps:** bump @salesforce/kit from 1.5.44 to 1.5.45 ([9420779](https://github.com/jayree/sfdx-plugin-manifest/commit/9420779e93f1ec65b92c3a8729de109ee953cea8))
|
1249
1537
|
|
1538
|
+
|
1539
|
+
|
1250
1540
|
## [2.2.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.6...v2.2.7) (2022-07-26)
|
1251
1541
|
|
1252
1542
|
|
@@ -1261,6 +1551,8 @@ I plan to make the beta command generally available in the near future.
|
|
1261
1551
|
* **deps:** bump listr2 from 4.0.5 to 5.0.1 ([72b2adb](https://github.com/jayree/sfdx-plugin-manifest/commit/72b2adb71a01ce4e13d74dfed2faf01a417bc1c9))
|
1262
1552
|
* **deps:** bump marked from 4.0.17 to 4.0.18 ([70efd50](https://github.com/jayree/sfdx-plugin-manifest/commit/70efd506113d58a8df877c5860ace146eb5e8bc2))
|
1263
1553
|
|
1554
|
+
|
1555
|
+
|
1264
1556
|
## [2.2.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.5...v2.2.6) (2022-06-19)
|
1265
1557
|
|
1266
1558
|
|
@@ -1271,13 +1563,17 @@ I plan to make the beta command generally available in the near future.
|
|
1271
1563
|
* **deps:** bump isomorphic-git from 1.17.3 to 1.18.3 ([dbd63dc](https://github.com/jayree/sfdx-plugin-manifest/commit/dbd63dc8e07954e1073f5df4b57e70a5cc297ba7))
|
1272
1564
|
* **deps:** bump marked from 4.0.16 to 4.0.17 ([8db1462](https://github.com/jayree/sfdx-plugin-manifest/commit/8db1462b1426b36d711c5eb7c0bed81aa87794eb))
|
1273
1565
|
|
1566
|
+
|
1567
|
+
|
1274
1568
|
## [2.2.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.4...v2.2.5) (2022-06-04)
|
1275
1569
|
|
1276
1570
|
|
1277
1571
|
### Bug Fixes
|
1278
1572
|
|
1279
1573
|
* fix getPackageXml ([84236f3](https://github.com/jayree/sfdx-plugin-manifest/commit/84236f34bc1656adb6d6de2158b0039ce07e54c3))
|
1280
|
-
*
|
1574
|
+
* resolve components hotfix where type string is empty ([8e2a504](https://github.com/jayree/sfdx-plugin-manifest/commit/8e2a5043e4f5d028af4a57ee99ce78911da77c30))
|
1575
|
+
|
1576
|
+
|
1281
1577
|
|
1282
1578
|
## [2.2.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.3...v2.2.4) (2022-05-29)
|
1283
1579
|
|
@@ -1286,6 +1582,8 @@ I plan to make the beta command generally available in the near future.
|
|
1286
1582
|
|
1287
1583
|
* **deps:** bump fast-xml-parser from 4.0.7 to 4.0.8 ([627b3a0](https://github.com/jayree/sfdx-plugin-manifest/commit/627b3a05f0e69b80b7e7f611f9ea44fb186dabcf))
|
1288
1584
|
|
1585
|
+
|
1586
|
+
|
1289
1587
|
## [2.2.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.2...v2.2.3) (2022-05-27)
|
1290
1588
|
|
1291
1589
|
|
@@ -1295,6 +1593,8 @@ I plan to make the beta command generally available in the near future.
|
|
1295
1593
|
* **deps:** bump marked from 4.0.15 to 4.0.16 ([cd081ed](https://github.com/jayree/sfdx-plugin-manifest/commit/cd081edd57a55d137977bd2d232927978e670f08))
|
1296
1594
|
* upgrade to oclif/core ([73adf80](https://github.com/jayree/sfdx-plugin-manifest/commit/73adf80f37fbd3f3ea09497bb2ee36f2acc57cfd))
|
1297
1595
|
|
1596
|
+
|
1597
|
+
|
1298
1598
|
## [2.2.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.1...v2.2.2) (2022-05-14)
|
1299
1599
|
|
1300
1600
|
|
@@ -1303,12 +1603,16 @@ I plan to make the beta command generally available in the near future.
|
|
1303
1603
|
* **deps:** bump @salesforce/source-deploy-retrieve ([960f5c6](https://github.com/jayree/sfdx-plugin-manifest/commit/960f5c6bcfebcfde4e61eee354d866e357d8c247))
|
1304
1604
|
* **deps:** bump isomorphic-git from 1.17.1 to 1.17.2 ([527e6a1](https://github.com/jayree/sfdx-plugin-manifest/commit/527e6a16632453ca2260025e516714fbdf5f7c0f))
|
1305
1605
|
|
1606
|
+
|
1607
|
+
|
1306
1608
|
## [2.2.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.2.0...v2.2.1) (2022-05-06)
|
1307
1609
|
|
1308
1610
|
|
1309
1611
|
### Bug Fixes
|
1310
1612
|
|
1311
|
-
* **
|
1613
|
+
* **gitdiff:** support customobjecttranslation and bot again after SDR fix ([99d650d](https://github.com/jayree/sfdx-plugin-manifest/commit/99d650de4bf04647ea0b11a3317e4d8a2c2e89dc))
|
1614
|
+
|
1615
|
+
|
1312
1616
|
|
1313
1617
|
# [2.2.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.9...v2.2.0) (2022-03-03)
|
1314
1618
|
|
@@ -1330,7 +1634,9 @@ I plan to make the beta command generally available in the near future.
|
|
1330
1634
|
|
1331
1635
|
### Features
|
1332
1636
|
|
1333
|
-
* **
|
1637
|
+
* **manifestgenerate:** add --excludeall flag to exclude managed and unlocked packages ([396a76f](https://github.com/jayree/sfdx-plugin-manifest/commit/396a76f91ab5b6da8630c9faff0621296c7c3944))
|
1638
|
+
|
1639
|
+
|
1334
1640
|
|
1335
1641
|
## [2.1.9](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.8...v2.1.9) (2022-01-15)
|
1336
1642
|
|
@@ -1344,6 +1650,8 @@ I plan to make the beta command generally available in the near future.
|
|
1344
1650
|
* **deps:** bump listr2 from 4.0.0 to 4.0.1 ([e9474ec](https://github.com/jayree/sfdx-plugin-manifest/commit/e9474ec6ceb6d5be6cc501c4619d962a372f93f4))
|
1345
1651
|
* **deps:** bump marked from 4.0.9 to 4.0.10 ([1f7712c](https://github.com/jayree/sfdx-plugin-manifest/commit/1f7712c95a7c4b2e069a22c8e4f25dba9ab7ac32))
|
1346
1652
|
|
1653
|
+
|
1654
|
+
|
1347
1655
|
## [2.1.8](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.7...v2.1.8) (2022-01-07)
|
1348
1656
|
|
1349
1657
|
|
@@ -1353,6 +1661,8 @@ I plan to make the beta command generally available in the near future.
|
|
1353
1661
|
* **deps:** bump fast-xml-parser from 3.21.1 to 4.0.0 ([7feaf6f](https://github.com/jayree/sfdx-plugin-manifest/commit/7feaf6ffc410da4dd6a8f2e03370b3f507faf561))
|
1354
1662
|
* **deps:** bump listr2 from 3.14.0 to 4.0.0 ([cee5f4e](https://github.com/jayree/sfdx-plugin-manifest/commit/cee5f4eac31c57b3f79a3197eb065623f25ca80b))
|
1355
1663
|
|
1664
|
+
|
1665
|
+
|
1356
1666
|
## [2.1.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.6...v2.1.7) (2022-01-06)
|
1357
1667
|
|
1358
1668
|
|
@@ -1360,6 +1670,8 @@ I plan to make the beta command generally available in the near future.
|
|
1360
1670
|
|
1361
1671
|
* downgrade cli-ux ([a0a27a8](https://github.com/jayree/sfdx-plugin-manifest/commit/a0a27a8623558f739264c1c8eb380227970dc93e))
|
1362
1672
|
|
1673
|
+
|
1674
|
+
|
1363
1675
|
## [2.1.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.5...v2.1.6) (2021-12-23)
|
1364
1676
|
|
1365
1677
|
|
@@ -1367,6 +1679,8 @@ I plan to make the beta command generally available in the near future.
|
|
1367
1679
|
|
1368
1680
|
* set node version to 14.17.1 ([e6bf30c](https://github.com/jayree/sfdx-plugin-manifest/commit/e6bf30c1de943b085a379db5cc83e06e12f2a2bb))
|
1369
1681
|
|
1682
|
+
|
1683
|
+
|
1370
1684
|
## [2.1.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.4...v2.1.5) (2021-12-22)
|
1371
1685
|
|
1372
1686
|
|
@@ -1374,6 +1688,8 @@ I plan to make the beta command generally available in the near future.
|
|
1374
1688
|
|
1375
1689
|
* update dependencies ([8f40458](https://github.com/jayree/sfdx-plugin-manifest/commit/8f4045871e8ad89982b7c788ce688ce1af01fd69))
|
1376
1690
|
|
1691
|
+
|
1692
|
+
|
1377
1693
|
## [2.1.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.3...v2.1.4) (2021-12-19)
|
1378
1694
|
|
1379
1695
|
|
@@ -1381,6 +1697,8 @@ I plan to make the beta command generally available in the near future.
|
|
1381
1697
|
|
1382
1698
|
* update dependencies ([fb282ee](https://github.com/jayree/sfdx-plugin-manifest/commit/fb282ee2c59688f70dffedf9879b1c95c95a2d77))
|
1383
1699
|
|
1700
|
+
|
1701
|
+
|
1384
1702
|
## [2.1.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.2...v2.1.3) (2021-12-18)
|
1385
1703
|
|
1386
1704
|
|
@@ -1395,6 +1713,8 @@ I plan to make the beta command generally available in the near future.
|
|
1395
1713
|
* **deps:** bump isomorphic-git from 1.10.1 to 1.10.3 ([ec74cc4](https://github.com/jayree/sfdx-plugin-manifest/commit/ec74cc4a31c751c12f27724e217f0fe6757b9f87))
|
1396
1714
|
* **deps:** bump marked from 4.0.5 to 4.0.7 ([6dab24f](https://github.com/jayree/sfdx-plugin-manifest/commit/6dab24fcd5cb5e8407aadf93b5a2bdcd8993ea82))
|
1397
1715
|
|
1716
|
+
|
1717
|
+
|
1398
1718
|
## [2.1.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.1...v2.1.2) (2021-12-01)
|
1399
1719
|
|
1400
1720
|
|
@@ -1406,6 +1726,8 @@ I plan to make the beta command generally available in the near future.
|
|
1406
1726
|
* **deps:** bump cli-ux from 5.6.4 to 5.6.5 ([c703395](https://github.com/jayree/sfdx-plugin-manifest/commit/c703395bf02b57f533d583a75e53394fe5017f96))
|
1407
1727
|
* **deps:** bump jsforce from 1.10.1 to 1.11.0 ([6c3ac23](https://github.com/jayree/sfdx-plugin-manifest/commit/6c3ac232e64ca9c4fc0ad32ee37c165500b00a01))
|
1408
1728
|
|
1729
|
+
|
1730
|
+
|
1409
1731
|
## [2.1.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.1.0...v2.1.1) (2021-11-26)
|
1410
1732
|
|
1411
1733
|
|
@@ -1413,49 +1735,64 @@ I plan to make the beta command generally available in the near future.
|
|
1413
1735
|
|
1414
1736
|
* **deps:** bump @salesforce/core from 2.29.0 to 2.30.0 ([d8bc5ae](https://github.com/jayree/sfdx-plugin-manifest/commit/d8bc5aedd267d576a6f50e8d880faaf8de1f57eb))
|
1415
1737
|
|
1738
|
+
|
1739
|
+
|
1416
1740
|
# [2.1.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.0.0...v2.1.0) (2021-11-25)
|
1417
1741
|
|
1742
|
+
|
1418
1743
|
### Bug Fixes
|
1419
1744
|
|
1420
|
-
* **deps:** bump @salesforce/source-deploy-retrieve from 5.6.
|
1421
|
-
* **deps:** bump cli-ux from 5.6.3 to 5.6.4 ([
|
1422
|
-
* **deps:** bump listr2 from 3.13.4 to 3.13.5 ([
|
1423
|
-
* **deps:** bump marked from 4.0.4 to 4.0.5 ([
|
1745
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 5.6.4 to 5.7.0 ([7498326](https://github.com/jayree/sfdx-plugin-manifest/commit/74983262d24882b5059a43097ea8b62c945d27a3))
|
1746
|
+
* **deps:** bump cli-ux from 5.6.3 to 5.6.4 ([afb7005](https://github.com/jayree/sfdx-plugin-manifest/commit/afb7005c3d442068e1e25e697289519474733b66))
|
1747
|
+
* **deps:** bump listr2 from 3.13.4 to 3.13.5 ([ecd6587](https://github.com/jayree/sfdx-plugin-manifest/commit/ecd65877852c1da6fa2f9460756b17484e09d459))
|
1748
|
+
* **deps:** bump marked from 4.0.4 to 4.0.5 ([ec93f7a](https://github.com/jayree/sfdx-plugin-manifest/commit/ec93f7ac1eea05896d051fb778ba57814be6df30))
|
1749
|
+
|
1424
1750
|
|
1425
1751
|
### Features
|
1426
1752
|
|
1427
|
-
* **
|
1753
|
+
* **gitdiff:** add parameter to generate a destructiveChanges manifest with empty package.xml for mdapi:deploy ([60f417f](https://github.com/jayree/sfdx-plugin-manifest/commit/60f417f19bf16e2d80be7e4cd2e39179c14f5f1d))
|
1754
|
+
|
1755
|
+
|
1428
1756
|
|
1429
1757
|
# [2.0.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.6...v2.0.0) (2021-11-21)
|
1430
1758
|
|
1759
|
+
|
1431
1760
|
### Bug Fixes
|
1432
1761
|
|
1433
|
-
|
1762
|
+
* catch more MetadataResolver errors ([cd82847](https://github.com/jayree/sfdx-plugin-manifest/commit/cd82847e58efa2ca95e425f2a1719a48af144d53))
|
1434
1763
|
* **deps:** bump @oclif/command from 1.8.0 to 1.8.3 ([6f9e532](https://github.com/jayree/sfdx-plugin-manifest/commit/6f9e5324f249bf9ff30d82fd22983046cde7680a))
|
1435
1764
|
* **deps:** bump @oclif/config from 1.17.0 to 1.17.1 ([4f89c92](https://github.com/jayree/sfdx-plugin-manifest/commit/4f89c929ff9d2c06ca81f349531b2e6bca36ca6e))
|
1436
1765
|
* **deps:** bump @salesforce/command from 4.1.4 to 4.1.5 ([21c6572](https://github.com/jayree/sfdx-plugin-manifest/commit/21c657228e47f2984b017e01af81a12d5f7a0ae9))
|
1437
1766
|
* **deps:** bump @salesforce/source-deploy-retrieve from 5.5.0 to 5.6.3 ([e4f92f9](https://github.com/jayree/sfdx-plugin-manifest/commit/e4f92f9fbdb6b34e868ee1c1061f73f6697ba9c8))
|
1438
1767
|
* **deps:** bump listr2 from 3.13.3 to 3.13.4 ([3f3c9c3](https://github.com/jayree/sfdx-plugin-manifest/commit/3f3c9c357abe85bbb378c005923608285350e2d6))
|
1439
1768
|
* **deps:** bump marked from 4.0.3 to 4.0.4 ([95c2ba2](https://github.com/jayree/sfdx-plugin-manifest/commit/95c2ba2e079ad9542c03d7b694ba9eeed8bd6b74))
|
1440
|
-
* **
|
1769
|
+
* **gitdiff:** make debugging easier ([cf18cca](https://github.com/jayree/sfdx-plugin-manifest/commit/cf18ccac20c018e721c6913b7c976d4628845941))
|
1441
1770
|
* **manifestgenerate:** metadata api not returning valid metadata type ([909bf7e](https://github.com/jayree/sfdx-plugin-manifest/commit/909bf7e5d680c56c3a6ed123e3d6ee798ac8dacd))
|
1442
1771
|
|
1772
|
+
|
1443
1773
|
### Features
|
1444
1774
|
|
1445
|
-
* **
|
1775
|
+
* **gitdiff:** add outputdir parameter ([fe95206](https://github.com/jayree/sfdx-plugin-manifest/commit/fe9520637b9b9370470d37d1dde54f7c769c31ac))
|
1776
|
+
|
1446
1777
|
|
1447
1778
|
### BREAKING CHANGES
|
1448
1779
|
|
1449
|
-
* **
|
1780
|
+
* **gitdiff:** To support the destructivechanges parameters of the source:deploy command all files are written to outputdir (defaults to '')
|
1781
|
+
|
1782
|
+
|
1450
1783
|
|
1451
1784
|
## [1.0.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.5...v1.0.6) (2021-11-16)
|
1452
1785
|
|
1786
|
+
|
1453
1787
|
### Bug Fixes
|
1454
1788
|
|
1455
|
-
* **
|
1789
|
+
* **gitdiff:** restore support for caret and tilde in refs ([50ea6b6](https://github.com/jayree/sfdx-plugin-manifest/commit/50ea6b6f3cebe7af4d46d3cbfd1e5d3807009d59))
|
1790
|
+
|
1791
|
+
|
1456
1792
|
|
1457
1793
|
## [1.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.4...v1.0.5) (2021-11-13)
|
1458
1794
|
|
1795
|
+
|
1459
1796
|
### Bug Fixes
|
1460
1797
|
|
1461
1798
|
* **deps:** bump @salesforce/core from 2.28.3 to 2.28.4 ([e7769e4](https://github.com/jayree/sfdx-plugin-manifest/commit/e7769e4fc079f9f87fb75ef51cda7264495bb901))
|
@@ -1463,44 +1800,62 @@ I plan to make the beta command generally available in the near future.
|
|
1463
1800
|
* **deps:** bump @salesforce/source-deploy-retrieve from 5.4.1 to 5.5.0 ([feb9769](https://github.com/jayree/sfdx-plugin-manifest/commit/feb97693b964baa1f386d90ee892ea33b04484d5))
|
1464
1801
|
* **deps:** bump marked from 4.0.0 to 4.0.3 ([ba08e91](https://github.com/jayree/sfdx-plugin-manifest/commit/ba08e91131ffae0b5becba419e790924a007ce3d))
|
1465
1802
|
|
1803
|
+
|
1804
|
+
|
1466
1805
|
## [1.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.3...v1.0.4) (2021-11-08)
|
1467
1806
|
|
1807
|
+
|
1468
1808
|
### Bug Fixes
|
1469
1809
|
|
1470
1810
|
* **deps:** bump @salesforce/core from 2.28.2 to 2.28.3 ([da85585](https://github.com/jayree/sfdx-plugin-manifest/commit/da85585fbec455f20d6f785709e93f9167d8db92))
|
1471
1811
|
* **deps:** bump @salesforce/source-deploy-retrieve from 5.1.2 to 5.4.1 ([45ab5ce](https://github.com/jayree/sfdx-plugin-manifest/commit/45ab5ce975692b9fbd41496e0cc3c922eb01fb6a))
|
1472
1812
|
* **deps:** bump listr2 from 3.13.1 to 3.13.3 ([a20b53e](https://github.com/jayree/sfdx-plugin-manifest/commit/a20b53ee87376e53c9cdd185420e4cf4ee4010c4))
|
1473
1813
|
* **deps:** bump marked from 3.0.8 to 4.0.0 ([36f8f55](https://github.com/jayree/sfdx-plugin-manifest/commit/36f8f55b5968a794e9e00e4b795abd6b9e648723))
|
1474
|
-
* **
|
1814
|
+
* **gitdiff:** optimize the comparison of childComponents ([0dfe979](https://github.com/jayree/sfdx-plugin-manifest/commit/0dfe979cba37ea5ab5eba8d6ecdb2acb64358938))
|
1475
1815
|
* **manifestgenerate:** optimize StandardValueSet query ([3d98d83](https://github.com/jayree/sfdx-plugin-manifest/commit/3d98d83e3ef8112b15c188c59b2138ae79b9a720))
|
1476
1816
|
|
1817
|
+
|
1818
|
+
|
1477
1819
|
## [1.0.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.2...v1.0.3) (2021-10-31)
|
1478
1820
|
|
1821
|
+
|
1479
1822
|
### Bug Fixes
|
1480
1823
|
|
1481
1824
|
* **deps:** bump @salesforce/source-deploy-retrieve from 5.1.1 to 5.1.2 ([3f061e8](https://github.com/jayree/sfdx-plugin-manifest/commit/3f061e80f3ee66e9af306baaa8c0dd640694d52c))
|
1482
1825
|
* **deps:** bump fast-xml-parser from 3.21.0 to 3.21.1 ([ea4c7b6](https://github.com/jayree/sfdx-plugin-manifest/commit/ea4c7b696381e3a9b9bf656e71332b58fec71d66))
|
1483
1826
|
|
1827
|
+
|
1828
|
+
|
1484
1829
|
## [1.0.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.1...v1.0.2) (2021-10-29)
|
1485
1830
|
|
1831
|
+
|
1486
1832
|
### Bug Fixes
|
1487
1833
|
|
1488
1834
|
* **deps:** bump @salesforce/source-deploy-retrieve from 5.0.1 to 5.1.1 ([bb40fac](https://github.com/jayree/sfdx-plugin-manifest/commit/bb40fac5c2f8facbfe36df10908b9ae0ed342503))
|
1489
1835
|
* **deps:** bump fast-xml-parser from 3.20.3 to 3.21.0 ([77cceff](https://github.com/jayree/sfdx-plugin-manifest/commit/77cceffd9546cf262cdb341a5cb8c0a27e2a587b))
|
1490
1836
|
* **deps:** bump listr2 from 3.12.2 to 3.13.1 ([0afae6e](https://github.com/jayree/sfdx-plugin-manifest/commit/0afae6ea8729afeb069998d2fc5cb192e5e65440))
|
1491
1837
|
* **deps:** bump marked from 3.0.7 to 3.0.8 ([fb76d91](https://github.com/jayree/sfdx-plugin-manifest/commit/fb76d91ef590575bab75c0e12188b13aa4794b2b))
|
1492
|
-
* **
|
1493
|
-
* **
|
1494
|
-
* **
|
1838
|
+
* **gitdiff:** optimize createVirtualTreeContainer method ([8a0579a](https://github.com/jayree/sfdx-plugin-manifest/commit/8a0579ae1fb4b7ce39f0c515344b1db05913af77))
|
1839
|
+
* **gitdiff:** set sourceApiVersion ([cc3d5df](https://github.com/jayree/sfdx-plugin-manifest/commit/cc3d5df8e3455867f5d8628e28f4c36a85b745da))
|
1840
|
+
* **gitdiff:** sort types and members in manifest ([7f76423](https://github.com/jayree/sfdx-plugin-manifest/commit/7f76423a0566ba34091b81b442901f5fe17f51f1))
|
1841
|
+
|
1842
|
+
|
1495
1843
|
|
1496
1844
|
## [1.0.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v1.0.0...v1.0.1) (2021-10-21)
|
1497
1845
|
|
1846
|
+
|
1498
1847
|
### Bug Fixes
|
1499
1848
|
|
1500
1849
|
* **deps:** bump @salesforce/source-deploy-retrieve from 4.5.11 to 5.0.1 ([6c30cfa](https://github.com/jayree/sfdx-plugin-manifest/commit/6c30cfad891ecda913838b01d86e1e3a5e575a29))
|
1501
1850
|
|
1502
|
-
|
1851
|
+
|
1852
|
+
|
1853
|
+
# [1.0.0](https://github.com/jayree/sfdx-plugin-manifest/compare/74cd7194727665ae1f25b056780aeb4861f58137...v1.0.0) (2021-10-19)
|
1854
|
+
|
1503
1855
|
|
1504
1856
|
### Features
|
1505
1857
|
|
1506
|
-
|
1858
|
+
* add manifest:generate :cleanup :git:diff commands ([74cd719](https://github.com/jayree/sfdx-plugin-manifest/commit/74cd7194727665ae1f25b056780aeb4861f58137))
|
1859
|
+
|
1860
|
+
|
1861
|
+
|