Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2023-06-09)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.0.2 to 3.0.4 ([#63](#63)) ([347f695](347f695))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.1.0 to 9.2.1 ([#70](#70)) ([59f9f89](59f9f89))
* **deps:** bump @salesforce/ts-types from 2.0.2 to 2.0.3 ([#62](#62)) ([9ec25c4](9ec25c4))
* **deps:** bump playwright-chromium from 1.34.3 to 1.35.0 ([#67](#67)) ([42f3895](42f3895))
* **deps:** bump tslib from 2.5.2 to 2.5.3 ([#65](#65)) ([417bc34](417bc34))
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent 9ec25c4 commit 039f528
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.1.5](https://github.com/jayree/sfdx-plugin-org/compare/v1.1.4...v1.1.5) (2023-06-09)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.0.2 to 3.0.4 ([#63](https://github.com/jayree/sfdx-plugin-org/issues/63)) ([347f695](https://github.com/jayree/sfdx-plugin-org/commit/347f69541580da1c6a92eee460dd48b6b7252063))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.1.0 to 9.2.1 ([#70](https://github.com/jayree/sfdx-plugin-org/issues/70)) ([59f9f89](https://github.com/jayree/sfdx-plugin-org/commit/59f9f895f7ef93cd350889649edb7e658ebf9ca8))
* **deps:** bump @salesforce/ts-types from 2.0.2 to 2.0.3 ([#62](https://github.com/jayree/sfdx-plugin-org/issues/62)) ([9ec25c4](https://github.com/jayree/sfdx-plugin-org/commit/9ec25c4c1a1b977f491e60a8ff84f48e6501e227))
* **deps:** bump playwright-chromium from 1.34.3 to 1.35.0 ([#67](https://github.com/jayree/sfdx-plugin-org/issues/67)) ([42f3895](https://github.com/jayree/sfdx-plugin-org/commit/42f38957c3360782031b9f6539f722e0ce255d0c))
* **deps:** bump tslib from 2.5.2 to 2.5.3 ([#65](https://github.com/jayree/sfdx-plugin-org/issues/65)) ([417bc34](https://github.com/jayree/sfdx-plugin-org/commit/417bc341e1658878e97e82d8c6fd6e5b1041baa0))

## [1.1.4](https://github.com/jayree/sfdx-plugin-org/compare/v1.1.3...v1.1.4) (2023-06-01)


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

0 comments on commit 039f528

Please sign in to comment.