Skip to content

Commit

Permalink
chore(release): 1.3.71 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.71](v1.3.70...v1.3.71) (2024-08-09)

### Bug Fixes

* **deps:** bump @salesforce/core from 8.2.8 to 8.3.0 ([#808](#808)) ([7d6f2ac](7d6f2ac))
* **deps:** bump @salesforce/kit from 3.2.0 to 3.2.1 ([#798](#798)) ([5389d5f](5389d5f))
* **deps:** bump @salesforce/sf-plugins-core from 11.2.4 to 11.2.8 ([#800](#800)) ([3ebfdce](3ebfdce))
* **deps:** bump @salesforce/source-deploy-retrieve ([#799](#799)) ([75b8b05](75b8b05))
* **deps:** bump @salesforce/source-tracking from 7.1.2 to 7.1.5 ([#803](#803)) ([daec104](daec104))
  • Loading branch information
semantic-release-bot committed Aug 9, 2024
1 parent 9184353 commit 48a3e3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.3.71](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.70...v1.3.71) (2024-08-09)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.2.8 to 8.3.0 ([#808](https://github.com/jayree/sfdx-plugin-source/issues/808)) ([7d6f2ac](https://github.com/jayree/sfdx-plugin-source/commit/7d6f2ac778083fe003e305cb03e0a782b9da4cf3))
* **deps:** bump @salesforce/kit from 3.2.0 to 3.2.1 ([#798](https://github.com/jayree/sfdx-plugin-source/issues/798)) ([5389d5f](https://github.com/jayree/sfdx-plugin-source/commit/5389d5fb27e7d32f5d1c4a6a2e108455648aab82))
* **deps:** bump @salesforce/sf-plugins-core from 11.2.4 to 11.2.8 ([#800](https://github.com/jayree/sfdx-plugin-source/issues/800)) ([3ebfdce](https://github.com/jayree/sfdx-plugin-source/commit/3ebfdce1ac59344bf2787aeb10eaefe91ffe911b))
* **deps:** bump @salesforce/source-deploy-retrieve ([#799](https://github.com/jayree/sfdx-plugin-source/issues/799)) ([75b8b05](https://github.com/jayree/sfdx-plugin-source/commit/75b8b0552bd998742f22f24c28a7466b452783f4))
* **deps:** bump @salesforce/source-tracking from 7.1.2 to 7.1.5 ([#803](https://github.com/jayree/sfdx-plugin-source/issues/803)) ([daec104](https://github.com/jayree/sfdx-plugin-source/commit/daec1041139e6d16c5d4a3af09d58bbe4197b938))

## [1.3.70](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.69...v1.3.70) (2024-08-02)


Expand Down
12 changes: 6 additions & 6 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.70/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.71/src/commands/jayree/project/compare/snapshot.ts)_

### `sfdx jayree project fix`

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.70/src/commands/jayree/project/fix.ts)_
_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.71/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.70/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.71/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.70/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.71/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.70/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.71/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.70/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.71/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.70",
"version": "1.3.71",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 48a3e3f

Please sign in to comment.