Skip to content

Commit

Permalink
chore(release): 1.2.33 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.33](v1.2.32...v1.2.33) (2024-02-09)

### Bug Fixes

* **deps:** bump @oclif/core from 3.18.2 to 3.19.1 ([#444](#444)) ([22d8a51](22d8a51))
* **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.9 ([#445](#445)) ([d41d652](d41d652))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.1 to 10.3.7 ([#443](#443)) ([cb7375f](cb7375f))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 9949e84 commit ad5cd90
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.33](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.32...v1.2.33) (2024-02-09)


### Bug Fixes

* **deps:** bump @oclif/core from 3.18.2 to 3.19.1 ([#444](https://github.com/jayree/sfdx-plugin-org/issues/444)) ([22d8a51](https://github.com/jayree/sfdx-plugin-org/commit/22d8a516930b7887aa3efaaece5c73e9480cf6e6))
* **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.9 ([#445](https://github.com/jayree/sfdx-plugin-org/issues/445)) ([d41d652](https://github.com/jayree/sfdx-plugin-org/commit/d41d65243a8fe591c0cd5885dd5d003fb623ae5a))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.1 to 10.3.7 ([#443](https://github.com/jayree/sfdx-plugin-org/issues/443)) ([cb7375f](https://github.com/jayree/sfdx-plugin-org/commit/cb7375fac995acc6d9a2ecf89b3d3f9681d30476))

## [1.2.32](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.31...v1.2.32) (2024-02-02)


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

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

### `sfdx jayree org configure`

Expand Down Expand Up @@ -78,7 +78,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.32/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.33/src/commands/jayree/org/configure/index.ts)_

### `sfdx jayree org configure country`

Expand All @@ -97,7 +97,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.32/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.33/src/commands/jayree/org/configure/country.ts)_

### `sfdx jayree org configure state`

Expand All @@ -121,7 +121,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.32/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.33/src/commands/jayree/org/configure/state.ts)_

### `sfdx jayree org get settings`

Expand Down Expand Up @@ -150,7 +150,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.32/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.33/src/commands/jayree/org/get/settings.ts)_

### `sfdx jayree org stream`

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

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

0 comments on commit ad5cd90

Please sign in to comment.