@jayree/sfdx-plugin-manifest 3.2.18 → 3.2.20

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.2.20](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.19...3.2.20) (2024-05-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve from 11.4.4 to 11.6.2 ([#1316](https://github.com/jayree/sfdx-plugin-manifest/issues/1316)) ([e7d01e2](https://github.com/jayree/sfdx-plugin-manifest/commit/e7d01e2eecd8282d480f33927bc6e83ed46141b2))
7
+
8
+
9
+
10
+ ## [3.2.19](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.18...3.2.19) (2024-05-25)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/core from 7.3.8 to 7.3.9 ([#1317](https://github.com/jayree/sfdx-plugin-manifest/issues/1317)) ([6ac3099](https://github.com/jayree/sfdx-plugin-manifest/commit/6ac30999f69b7e64aa3a783bf85dfd7e873d5400))
16
+
17
+
18
+
1
19
  ## [3.2.18](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.17...3.2.18) (2024-05-25)
2
20
 
3
21
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sf 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/3.2.18/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.20/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sf jayree manifest generate`
53
53
 
@@ -85,7 +85,7 @@ EXAMPLES
85
85
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
86
86
  ```
87
87
 
88
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.18/src/commands/jayree/manifest/generate.ts)_
88
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.20/src/commands/jayree/manifest/generate.ts)_
89
89
 
90
90
  ### `sf jayree manifest git diff REF1 [REF2]`
91
91
 
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
168
168
  The location can be an absolute path or relative to the current working directory.
169
169
  ```
170
170
 
171
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.18/src/commands/jayree/manifest/git/diff.ts)_
171
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.20/src/commands/jayree/manifest/git/diff.ts)_
172
172
  <!-- commandsstop -->