Skip to content

Commit

Permalink
chore(release): 1.3.59 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.59](v1.3.58...v1.3.59) (2024-05-31)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 9.0.12 to 9.1.0 ([#689](#689)) ([f76cf1c](f76cf1c))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.2 to 11.6.3 ([#692](#692)) ([21ea483](21ea483))
* **deps:** bump @salesforce/source-tracking from 6.2.4 to 6.3.0 ([#694](#694)) ([2c7fe20](2c7fe20))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 2c7fe20 commit 5ba863f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.59](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.58...v1.3.59) (2024-05-31)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 9.0.12 to 9.1.0 ([#689](https://github.com/jayree/sfdx-plugin-source/issues/689)) ([f76cf1c](https://github.com/jayree/sfdx-plugin-source/commit/f76cf1c8e2e10b88f6db58cfbc337b8875b2a972))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.2 to 11.6.3 ([#692](https://github.com/jayree/sfdx-plugin-source/issues/692)) ([21ea483](https://github.com/jayree/sfdx-plugin-source/commit/21ea483533fcce0c922ff48b20cb4e59bd7f93a9))
* **deps:** bump @salesforce/source-tracking from 6.2.4 to 6.3.0 ([#694](https://github.com/jayree/sfdx-plugin-source/issues/694)) ([2c7fe20](https://github.com/jayree/sfdx-plugin-source/commit/2c7fe20bb54d1caac0b6697a11929faede44e8d6))

## [1.3.58](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.57...v1.3.58) (2024-05-24)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ALIASES
$ sfdx jayree source snapshot compare
```

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

### `sfdx jayree project fix`

Expand All @@ -54,7 +54,7 @@ USAGE
$ sfdx jayree project fix [--json] [--flags-dir <value>] [-o <value>] [-t <value>]
FLAGS
-o, --target-org=<value>
-o, --target-org=<value> Username or alias of the target org.
-t, --task=<value>... Task name(s) listed in sfdx-project.json.
GLOBAL FLAGS
Expand All @@ -65,7 +65,7 @@ ALIASES
$ sfdx jayree source fix
```

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

### `sfdx jayree project generate snapshot`

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

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

### `sfdx jayree project list tracking`

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

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

### `sfdx jayree project store tracking get`

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

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

### `sfdx jayree project store tracking set`

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

_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.58/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.59/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": "@jayree/sfdx-plugin-source",
"description": "A Salesforce CLI plugin containing commands to generate and compare sfdx source snapshot files or manipulate local source tracking.",
"version": "1.3.58",
"version": "1.3.59",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 5ba863f

Please sign in to comment.