Skip to content

Commit

Permalink
chore(release): 1.2.53 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.53](v1.2.52...v1.2.53) (2024-06-07)

### Bug Fixes

* **deps:** bump @salesforce/core from 7.3.9 to 7.3.10 ([#577](#577)) ([a80a0ce](a80a0ce))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.3 to 11.6.5 ([#587](#587)) ([4f5bef5](4f5bef5))
* **deps:** bump debug from 4.3.4 to 4.3.5 ([#579](#579)) ([d60bb3d](d60bb3d))
* **deps:** bump tslib from 2.6.2 to 2.6.3 ([#584](#584)) ([51479c1](51479c1))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 341ebed commit 4c4a231
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.53](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.52...v1.2.53) (2024-06-07)


### Bug Fixes

* **deps:** bump @salesforce/core from 7.3.9 to 7.3.10 ([#577](https://github.com/jayree/sfdx-plugin-org/issues/577)) ([a80a0ce](https://github.com/jayree/sfdx-plugin-org/commit/a80a0ced0b2acb143484da82fb1692349c758bab))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.3 to 11.6.5 ([#587](https://github.com/jayree/sfdx-plugin-org/issues/587)) ([4f5bef5](https://github.com/jayree/sfdx-plugin-org/commit/4f5bef5eb8f37921315eeb65cf6674d9937d8769))
* **deps:** bump debug from 4.3.4 to 4.3.5 ([#579](https://github.com/jayree/sfdx-plugin-org/issues/579)) ([d60bb3d](https://github.com/jayree/sfdx-plugin-org/commit/d60bb3d0df33dc30ada243249db724a04b2e7401))
* **deps:** bump tslib from 2.6.2 to 2.6.3 ([#584](https://github.com/jayree/sfdx-plugin-org/issues/584)) ([51479c1](https://github.com/jayree/sfdx-plugin-org/commit/51479c190e9a0083d91d8171da8442647f60f4db))

## [1.2.52](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.51...v1.2.52) (2024-05-31)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ EXAMPLES
...
```

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

### `sfdx jayree org configure`

Make configuration changes that are not covered by the metadata API.

```
USAGE
$ sfdx jayree org configure -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t <value>]
[--concurrent]
$ sfdx jayree org configure -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t <value>...]
[--concurrent]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
Expand All @@ -81,7 +81,7 @@ EXAMPLES
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
```

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

### `sfdx jayree org configure country`

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

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

### `sfdx jayree org configure state`

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

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

### `sfdx jayree org get settings`

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

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

### `sfdx jayree org stream`

Expand Down Expand Up @@ -188,5 +188,5 @@ EXAMPLES
...
```

_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.52/src/commands/jayree/org/stream.ts)_
_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.53/src/commands/jayree/org/stream.ts)_
<!-- commandsstop -->
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-org",
"description": "A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.",
"version": "1.2.52",
"version": "1.2.53",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
Expand Down

0 comments on commit 4c4a231

Please sign in to comment.