Skip to content

Commit

Permalink
chore(release): 1.2.45 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.45](v1.2.44...v1.2.45) (2024-04-16)

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([#533](#533)) ([8618352](8618352))
* **deps:** bump @salesforce/core from 6.7.6 to 7.2.0 ([#520](#520)) ([7827045](7827045))
* **deps:** bump @salesforce/sf-plugins-core from 8.0.3 to 9.0.2 ([#526](#526)) ([6b17904](6b17904))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.9.0 to 11.0.0 ([#522](#522)) ([748a49b](748a49b))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.0.0 to 11.0.1 ([#532](#532)) ([8083077](8083077))
* **deps:** bump jsforce from 2.0.0-beta.29 to 3.1.0 ([#518](#518)) ([9bb8674](9bb8674))
* **deps:** bump playwright-chromium from 1.43.0 to 1.43.1 ([#529](#529)) ([9acee78](9acee78))
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent 9bb8674 commit 3fe0a9f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.2.45](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.44...v1.2.45) (2024-04-16)


### Bug Fixes

* **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([#533](https://github.com/jayree/sfdx-plugin-org/issues/533)) ([8618352](https://github.com/jayree/sfdx-plugin-org/commit/8618352083788ad4e82d8fd9d2f7f2630f37e0a9))
* **deps:** bump @salesforce/core from 6.7.6 to 7.2.0 ([#520](https://github.com/jayree/sfdx-plugin-org/issues/520)) ([7827045](https://github.com/jayree/sfdx-plugin-org/commit/7827045eab5535375ae7e4c8bd8c06e3053a821e))
* **deps:** bump @salesforce/sf-plugins-core from 8.0.3 to 9.0.2 ([#526](https://github.com/jayree/sfdx-plugin-org/issues/526)) ([6b17904](https://github.com/jayree/sfdx-plugin-org/commit/6b1790495f6d90b918b01e2f5457357e94013b12))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.9.0 to 11.0.0 ([#522](https://github.com/jayree/sfdx-plugin-org/issues/522)) ([748a49b](https://github.com/jayree/sfdx-plugin-org/commit/748a49be78db165f5f735f7fac7d6ed07cea9086))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.0.0 to 11.0.1 ([#532](https://github.com/jayree/sfdx-plugin-org/issues/532)) ([8083077](https://github.com/jayree/sfdx-plugin-org/commit/80830779f3865ef0352e3c906f59be0dc80482c0))
* **deps:** bump jsforce from 2.0.0-beta.29 to 3.1.0 ([#518](https://github.com/jayree/sfdx-plugin-org/issues/518)) ([9bb8674](https://github.com/jayree/sfdx-plugin-org/commit/9bb8674870f11dae0b600f8489115659f9acd60b))
* **deps:** bump playwright-chromium from 1.43.0 to 1.43.1 ([#529](https://github.com/jayree/sfdx-plugin-org/issues/529)) ([9acee78](https://github.com/jayree/sfdx-plugin-org/commit/9acee78a439ed8268598e0878d4dd9922a2f529e))

## [1.2.44](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.43...v1.2.44) (2024-04-13)


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

0 comments on commit 3fe0a9f

Please sign in to comment.