Skip to content

Commit

Permalink
chore(release): 1.1.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.10](v1.1.9...v1.1.10) (2023-07-14)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.1.4 to 3.1.7 ([#118](#118)) ([6318425](6318425))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.2 to 9.3.4 ([#112](#112)) ([85d63ec](85d63ec))
* **deps:** bump @salesforce/ts-types from 2.0.4 to 2.0.5 ([#121](#121)) ([d0519f2](d0519f2))
* **deps:** bump playwright-chromium from 1.35.1 to 1.36.0 ([#115](#115)) ([8b2a31a](8b2a31a))
  • Loading branch information
semantic-release-bot committed Jul 14, 2023
1 parent 6318425 commit 1e1fd60
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.1.10](https://github.com/jayree/sfdx-plugin-org/compare/v1.1.9...v1.1.10) (2023-07-14)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.1.4 to 3.1.7 ([#118](https://github.com/jayree/sfdx-plugin-org/issues/118)) ([6318425](https://github.com/jayree/sfdx-plugin-org/commit/6318425acf4959d62b735335a7d7ade73b033b26))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.2 to 9.3.4 ([#112](https://github.com/jayree/sfdx-plugin-org/issues/112)) ([85d63ec](https://github.com/jayree/sfdx-plugin-org/commit/85d63ec9f765e074cec477ff44c8842285772a8d))
* **deps:** bump @salesforce/ts-types from 2.0.4 to 2.0.5 ([#121](https://github.com/jayree/sfdx-plugin-org/issues/121)) ([d0519f2](https://github.com/jayree/sfdx-plugin-org/commit/d0519f28f43c190a18cb4b85ef11d69bc5a9e334))
* **deps:** bump playwright-chromium from 1.35.1 to 1.36.0 ([#115](https://github.com/jayree/sfdx-plugin-org/issues/115)) ([8b2a31a](https://github.com/jayree/sfdx-plugin-org/commit/8b2a31a0e96cb1ab93f05500eb1d3d494f6af119))

## [1.1.9](https://github.com/jayree/sfdx-plugin-org/compare/v1.1.8...v1.1.9) (2023-07-07)


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

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

### `sfdx jayree:org:configure`

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

### `sfdx jayree:org:configure:country`

Expand All @@ -105,7 +105,7 @@ DESCRIPTION
update country integration values in the State/Country Picklists
```

_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/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.1.10/src/commands/jayree/org/configure/country.ts)_

### `sfdx jayree:org:configure:state`

Expand Down Expand Up @@ -133,7 +133,7 @@ DESCRIPTION
import (create/update) states into the State/Country Picklists
```

_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/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.1.10/src/commands/jayree/org/configure/state.ts)_

### `sfdx jayree:org:get:settings`

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

### `sfdx jayree:org:stream`

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

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

0 comments on commit 1e1fd60

Please sign in to comment.