@jayree/sfdx-plugin-manifest 3.1.51 → 3.1.53

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [3.1.53](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.52...v3.1.53) (2024-02-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([#1159](https://github.com/jayree/sfdx-plugin-manifest/issues/1159)) ([7268795](https://github.com/jayree/sfdx-plugin-manifest/commit/7268795d1574851617bfbc13d37e0604d70ea188))
7
+ * **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))
8
+ * **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))
9
+
10
+ ## [3.1.52](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.51...v3.1.52) (2024-02-09)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @oclif/core from 3.18.2 to 3.19.1 ([#1152](https://github.com/jayree/sfdx-plugin-manifest/issues/1152)) ([ea9043c](https://github.com/jayree/sfdx-plugin-manifest/commit/ea9043c0334c91c8022e286b08a79c95d1a20f1d))
16
+ * **deps:** bump @salesforce/core from 6.5.1 to 6.5.3 ([#1151](https://github.com/jayree/sfdx-plugin-manifest/issues/1151)) ([d2252d7](https://github.com/jayree/sfdx-plugin-manifest/commit/d2252d728504419e426fa77978a5187d006108db))
17
+ * **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))
18
+ * **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))
19
+
1
20
  ## [3.1.51](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.50...v3.1.51) (2024-02-02)
2
21
 
3
22
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
48
48
  ```
49
49
 
50
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sfdx jayree manifest generate`
53
53
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
85
85
  ```
86
86
 
87
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/generate.ts)_
87
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/generate.ts)_
88
88
 
89
89
  ### `sfdx jayree manifest git diff`
90
90
 
@@ -166,5 +166,5 @@ FLAG DESCRIPTIONS
166
166
  The location can be an absolute path or relative to the current working directory.
167
167
  ```
168
168
 
169
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/git/diff.ts)_
169
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/git/diff.ts)_
170
170
  <!-- commandsstop -->