Skip to content

Commit

Permalink
chore(release): 4.8.94 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.94](v4.8.93...v4.8.94) (2024-09-27)

### Bug Fixes

* **deps:** bump @jayree/sfdx-plugin-manifest from 3.5.17 to 3.5.18 ([#1435](#1435)) ([70ca7cb](70ca7cb))
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.72 to 1.2.73 ([#1436](#1436)) ([1194d9e](1194d9e))
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.82 to 1.3.83 ([#1434](#1434)) ([892e4e8](892e4e8))
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.77 to 1.3.78 ([#1437](#1437)) ([3692645](3692645))
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent 892e4e8 commit f0dcf48
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.8.94](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.93...v4.8.94) (2024-09-27)


### Bug Fixes

* **deps:** bump @jayree/sfdx-plugin-manifest from 3.5.17 to 3.5.18 ([#1435](https://github.com/jayree/sfdx-jayree-plugin/issues/1435)) ([70ca7cb](https://github.com/jayree/sfdx-jayree-plugin/commit/70ca7cb652fa4f9fe4af7f8fbc2a6d0a2269fe2d))
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.72 to 1.2.73 ([#1436](https://github.com/jayree/sfdx-jayree-plugin/issues/1436)) ([1194d9e](https://github.com/jayree/sfdx-jayree-plugin/commit/1194d9ec9eb0737243fbe33b8c53c426827ae01d))
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.82 to 1.3.83 ([#1434](https://github.com/jayree/sfdx-jayree-plugin/issues/1434)) ([892e4e8](https://github.com/jayree/sfdx-jayree-plugin/commit/892e4e84ef137fe5e289f171823e0ae7c0162b96))
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.77 to 1.3.78 ([#1437](https://github.com/jayree/sfdx-jayree-plugin/issues/1437)) ([3692645](https://github.com/jayree/sfdx-jayree-plugin/commit/3692645864a281ea1ccb10cf6e5e69f6f59cc43c))

## [4.8.93](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.92...v4.8.93) (2024-09-21)


Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EXAMPLES
...
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/flow/get/coverage.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/flow/get/coverage.ts)_

### `sfdx jayree manifest cleanup`

Expand Down Expand Up @@ -90,7 +90,7 @@ EXAMPLES
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
```

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.17/src/commands/jayree/manifest/cleanup.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.18/src/commands/jayree/manifest/cleanup.ts)_

### `sfdx jayree manifest generate`

Expand Down Expand Up @@ -128,7 +128,7 @@ EXAMPLES
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
```

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.17/src/commands/jayree/manifest/generate.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.18/src/commands/jayree/manifest/generate.ts)_

### `sfdx jayree manifest git diff REF1 [REF2]`

Expand Down Expand Up @@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
The location can be an absolute path or relative to the current working directory.
```

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.17/src/commands/jayree/manifest/git/diff.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.18/src/commands/jayree/manifest/git/diff.ts)_

### `sfdx jayree org configure`

Expand Down Expand Up @@ -241,7 +241,7 @@ EXAMPLES
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/org/configure/index.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/org/configure/index.ts)_

### `sfdx jayree org configure country`

Expand All @@ -261,7 +261,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/org/configure/country.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/org/configure/country.ts)_

### `sfdx jayree org configure state`

Expand All @@ -286,7 +286,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/org/configure/state.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/org/configure/state.ts)_

### `sfdx jayree org get settings`

Expand Down Expand Up @@ -316,7 +316,7 @@ EXAMPLES
$ sfdx jayree:org:settings -u MyTestOrg1 -w
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/org/get/settings.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/org/get/settings.ts)_

### `sfdx jayree org stream`

Expand Down Expand Up @@ -348,7 +348,7 @@ EXAMPLES
...
```

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.72/src/commands/jayree/org/stream.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.73/src/commands/jayree/org/stream.ts)_

### `sfdx jayree project compare snapshot`

Expand All @@ -369,7 +369,7 @@ ALIASES
$ sfdx jayree source snapshot compare
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/compare/snapshot.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/compare/snapshot.ts)_

### `sfdx jayree project fix`

Expand All @@ -391,7 +391,7 @@ ALIASES
$ sfdx jayree source fix
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/fix.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/fix.ts)_

### `sfdx jayree project generate snapshot`

Expand All @@ -412,7 +412,7 @@ ALIASES
$ sfdx jayree source snapshot generate
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/generate/snapshot.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/generate/snapshot.ts)_

### `sfdx jayree project list tracking`

Expand Down Expand Up @@ -441,7 +441,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/list/tracking.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/list/tracking.ts)_

### `sfdx jayree project store tracking get`

Expand All @@ -467,7 +467,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:store:get -u me@my.org
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/store/tracking/get.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/store/tracking/get.ts)_

### `sfdx jayree project store tracking set`

Expand Down Expand Up @@ -497,7 +497,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
```

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.77/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.78/src/commands/jayree/project/store/tracking/set.ts)_
<!-- commandsstop -->

## Hooks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfdx-jayree",
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
"version": "4.8.93",
"version": "4.8.94",
"author": "jayree <jayree.git@icloud.com>",
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
"type": "module",
Expand Down

0 comments on commit f0dcf48

Please sign in to comment.