Skip to content

Commit

Permalink
chore(release): 1.2.55 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.55](v1.2.54...v1.2.55) (2024-06-21)

### Bug Fixes

* **deps:** bump @listr2/prompt-adapter-enquirer from 2.0.8 to 2.0.9 ([#606](#606)) ([14920cc](14920cc))
* **deps:** bump listr2 from 8.2.1 to 8.2.2 ([#611](#611)) ([a587e60](a587e60))
* **deps:** bump tabletojson from 4.1.3 to 4.1.4 ([#602](#602)) ([c64b325](c64b325))
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent a38052a commit 92582ff
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.55](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.54...v1.2.55) (2024-06-21)


### Bug Fixes

* **deps:** bump @listr2/prompt-adapter-enquirer from 2.0.8 to 2.0.9 ([#606](https://github.com/jayree/sfdx-plugin-org/issues/606)) ([14920cc](https://github.com/jayree/sfdx-plugin-org/commit/14920cce6e9ce3a2b2048c76f9e7faf9a2305b39))
* **deps:** bump listr2 from 8.2.1 to 8.2.2 ([#611](https://github.com/jayree/sfdx-plugin-org/issues/611)) ([a587e60](https://github.com/jayree/sfdx-plugin-org/commit/a587e60415cc881ef41c43563447d2e37765c267))
* **deps:** bump tabletojson from 4.1.3 to 4.1.4 ([#602](https://github.com/jayree/sfdx-plugin-org/issues/602)) ([c64b325](https://github.com/jayree/sfdx-plugin-org/commit/c64b325939e2322ec6c445abbc092eccd38ec63c))

## [1.2.54](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.53...v1.2.54) (2024-06-14)


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

0 comments on commit 92582ff

Please sign in to comment.