Skip to content

Commit

Permalink
chore(release): 1.2.67 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.67](v1.2.66...v1.2.67) (2024-08-23)

### Bug Fixes

* **deps:** bump @jayree/changelog from 1.2.1 to 1.2.2 ([#707](#707)) ([728221e](728221e))
* **deps:** bump @salesforce/sf-plugins-core from 11.3.2 to 11.3.4 ([#705](#705)) ([3559e03](3559e03))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.4.0 to 12.5.1 ([#704](#704)) ([a6cd36a](a6cd36a))
* **deps:** bump playwright-chromium from 1.46.0 to 1.46.1 ([#703](#703)) ([6dad682](6dad682))
  • Loading branch information
semantic-release-bot committed Aug 23, 2024
1 parent c15b61d commit f5a47a9
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.2.67](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.66...v1.2.67) (2024-08-23)


### Bug Fixes

* **deps:** bump @jayree/changelog from 1.2.1 to 1.2.2 ([#707](https://github.com/jayree/sfdx-plugin-org/issues/707)) ([728221e](https://github.com/jayree/sfdx-plugin-org/commit/728221e99c9c2cac9f0196f3be5e263e65160e8f))
* **deps:** bump @salesforce/sf-plugins-core from 11.3.2 to 11.3.4 ([#705](https://github.com/jayree/sfdx-plugin-org/issues/705)) ([3559e03](https://github.com/jayree/sfdx-plugin-org/commit/3559e03259f90a8c18cdf18e533663e042f3eb8f))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.4.0 to 12.5.1 ([#704](https://github.com/jayree/sfdx-plugin-org/issues/704)) ([a6cd36a](https://github.com/jayree/sfdx-plugin-org/commit/a6cd36a813ad20faba7cb22b53ec7d62ff3c4757))
* **deps:** bump playwright-chromium from 1.46.0 to 1.46.1 ([#703](https://github.com/jayree/sfdx-plugin-org/issues/703)) ([6dad682](https://github.com/jayree/sfdx-plugin-org/commit/6dad682851d2351a499ae549cbe93dbfe49ab384))

## [1.2.66](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.65...v1.2.66) (2024-08-17)


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

_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.66/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.67/src/commands/jayree/flow/get/coverage.ts)_

### `sfdx jayree org configure`

Expand Down Expand Up @@ -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.66/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.67/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.66/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.67/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.66/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.67/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.66/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.67/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.66/src/commands/jayree/org/stream.ts)_
_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.67/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.66",
"version": "1.2.67",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
Expand Down

0 comments on commit f5a47a9

Please sign in to comment.