Skip to content

Commit

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

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.3 to 3.26.4 ([#534](#534)) ([675bf83](675bf83))
* **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([#536](#536)) ([1c48ddc](1c48ddc))
* **deps:** bump @salesforce/sf-plugins-core from 9.0.2 to 9.0.4 ([#537](#537)) ([5c3a525](5c3a525))
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent 5c3a525 commit 531d6fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.46](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.45...v1.2.46) (2024-04-19)


### Bug Fixes

* **deps:** bump @oclif/core from 3.26.3 to 3.26.4 ([#534](https://github.com/jayree/sfdx-plugin-org/issues/534)) ([675bf83](https://github.com/jayree/sfdx-plugin-org/commit/675bf83c36fff7597c65fe07b9d695e2d30a1e9a))
* **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([#536](https://github.com/jayree/sfdx-plugin-org/issues/536)) ([1c48ddc](https://github.com/jayree/sfdx-plugin-org/commit/1c48ddc250f42da2cd44ccae4deb74adfc4ebecb))
* **deps:** bump @salesforce/sf-plugins-core from 9.0.2 to 9.0.4 ([#537](https://github.com/jayree/sfdx-plugin-org/issues/537)) ([5c3a525](https://github.com/jayree/sfdx-plugin-org/commit/5c3a52557f555aac7a6d44568e7f05ca47231e57))

## [1.2.45](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.44...v1.2.45) (2024-04-16)


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

0 comments on commit 531d6fd

Please sign in to comment.