Skip to content

Commit

Permalink
chore(release): 1.3.46 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.46](v1.3.45...v1.3.46) (2024-03-15)

### Bug Fixes

* **deps:** bump @salesforce/core from 6.7.0 to 6.7.1 ([#598](#598)) ([1aed33b](1aed33b))
* **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([#597](#597)) ([c360caa](c360caa))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.1 to 10.5.2 ([#601](#601)) ([abd56ef](abd56ef))
* **deps:** bump @salesforce/source-tracking from 5.1.13 to 5.1.14 ([#595](#595)) ([fe74174](fe74174))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent e97a0ca commit 18d7dfe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.46](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.45...v1.3.46) (2024-03-15)


### Bug Fixes

* **deps:** bump @salesforce/core from 6.7.0 to 6.7.1 ([#598](https://github.com/jayree/sfdx-plugin-source/issues/598)) ([1aed33b](https://github.com/jayree/sfdx-plugin-source/commit/1aed33b583152609912f972bd737040cc4567759))
* **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([#597](https://github.com/jayree/sfdx-plugin-source/issues/597)) ([c360caa](https://github.com/jayree/sfdx-plugin-source/commit/c360caabd136be5ff46f84e91f8f8aa356a88e58))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.1 to 10.5.2 ([#601](https://github.com/jayree/sfdx-plugin-source/issues/601)) ([abd56ef](https://github.com/jayree/sfdx-plugin-source/commit/abd56ef68eaaf43ef46d477a1386aee6b503c446))
* **deps:** bump @salesforce/source-tracking from 5.1.13 to 5.1.14 ([#595](https://github.com/jayree/sfdx-plugin-source/issues/595)) ([fe74174](https://github.com/jayree/sfdx-plugin-source/commit/fe741746fa8327144d39274c8cac0a8d89f68bd4))

## [1.3.45](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.44...v1.3.45) (2024-03-08)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.45/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.46/src/commands/jayree/project/compare/snapshot.ts)_

### `sfdx jayree project fix`

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

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

### `sfdx jayree project generate snapshot`

Expand All @@ -83,7 +83,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.45/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.46/src/commands/jayree/project/generate/snapshot.ts)_

### `sfdx jayree project list tracking`

Expand Down Expand Up @@ -111,7 +111,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.45/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.46/src/commands/jayree/project/list/tracking.ts)_

### `sfdx jayree project store tracking get`

Expand All @@ -136,7 +136,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.45/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.46/src/commands/jayree/project/store/tracking/get.ts)_

### `sfdx jayree project store tracking set`

Expand Down Expand Up @@ -164,7 +164,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.45/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.46/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.45",
"version": "1.3.46",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 18d7dfe

Please sign in to comment.