Skip to content

Commit

Permalink
chore(release): 4.8.12 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.12](v4.8.11...v4.8.12) (2023-06-23)

### Bug Fixes

* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.7 to 3.1.8 ([#852](#852)) ([41d40e9](41d40e9))
* **deps:** bump @jayree/sfdx-plugin-org from 1.1.6 to 1.1.7 ([#850](#850)) ([ccfff46](ccfff46))
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.8 to 1.3.9 ([#849](#849)) ([a695cfa](a695cfa))
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.5 to 1.3.6 ([#847](#847)) ([ad6cd6a](ad6cd6a))
  • Loading branch information
semantic-release-bot committed Jun 23, 2023
1 parent 41d40e9 commit 6c378d6
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.12](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.11...v4.8.12) (2023-06-23)


### Bug Fixes

* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.7 to 3.1.8 ([#852](https://github.com/jayree/sfdx-jayree-plugin/issues/852)) ([41d40e9](https://github.com/jayree/sfdx-jayree-plugin/commit/41d40e9dc72f4c98a86483d650889c002d9a9ff8))
* **deps:** bump @jayree/sfdx-plugin-org from 1.1.6 to 1.1.7 ([#850](https://github.com/jayree/sfdx-jayree-plugin/issues/850)) ([ccfff46](https://github.com/jayree/sfdx-jayree-plugin/commit/ccfff46a172d72c7197832cbf16f40ecb41677cd))
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.8 to 1.3.9 ([#849](https://github.com/jayree/sfdx-jayree-plugin/issues/849)) ([a695cfa](https://github.com/jayree/sfdx-jayree-plugin/commit/a695cfad753bc5bdaf3b6b78480f2e24179917bd))
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.5 to 1.3.6 ([#847](https://github.com/jayree/sfdx-jayree-plugin/issues/847)) ([ad6cd6a](https://github.com/jayree/sfdx-jayree-plugin/commit/ad6cd6a30dfec90010f4f00e9c260ae05edc3543))

## [4.8.11](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.10...v4.8.11) (2023-06-16)


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

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

### `sfdx jayree:manifest:cleanup`

Expand Down Expand Up @@ -87,7 +87,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.1.7/src/commands/jayree/manifest/cleanup.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.8/src/commands/jayree/manifest/cleanup.ts)_

### `sfdx jayree:manifest:generate`

Expand Down Expand Up @@ -123,7 +123,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.1.7/src/commands/jayree/manifest/generate.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.8/src/commands/jayree/manifest/generate.ts)_

### `sfdx jayree:manifest:git:diff`

Expand Down Expand Up @@ -205,7 +205,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.1.7/src/commands/jayree/manifest/git/diff.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.8/src/commands/jayree/manifest/git/diff.ts)_

### `sfdx jayree:org:configure`

Expand Down Expand Up @@ -238,7 +238,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.1.6/src/commands/jayree/org/configure/index.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.7/src/commands/jayree/org/configure/index.ts)_

### `sfdx jayree:org:configure:country`

Expand All @@ -261,7 +261,7 @@ DESCRIPTION
update country integration values in the State/Country Picklists
```

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

### `sfdx jayree:org:configure:state`

Expand Down Expand Up @@ -289,7 +289,7 @@ DESCRIPTION
import (create/update) states into the State/Country Picklists
```

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

### `sfdx jayree:org:get:settings`

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

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

### `sfdx jayree:org:stream`

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

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

### `sfdx jayree:project:compare:snapshot`

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

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

### `sfdx jayree:project:fix`

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

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

### `sfdx jayree:project:generate:snapshot`

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

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

### `sfdx jayree:project:list:tracking`

Expand All @@ -435,7 +435,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.5/src/commands/jayree/project/list/tracking.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.6/src/commands/jayree/project/list/tracking.ts)_

### `sfdx jayree:project:store:tracking:get`

Expand All @@ -459,7 +459,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.5/src/commands/jayree/project/store/tracking/get.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.6/src/commands/jayree/project/store/tracking/get.ts)_

### `sfdx jayree:project:store:tracking:set`

Expand All @@ -486,7 +486,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.5/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.6/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.11",
"version": "4.8.12",
"author": "jayree <jayree.git@icloud.com>",
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
"type": "module",
Expand Down

0 comments on commit 6c378d6

Please sign in to comment.