diff --git a/CHANGELOG.md b/CHANGELOG.md index 5897b059..cbc73d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.2.45](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.44...v1.2.45) (2024-04-16) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([#533](https://github.com/jayree/sfdx-plugin-org/issues/533)) ([8618352](https://github.com/jayree/sfdx-plugin-org/commit/8618352083788ad4e82d8fd9d2f7f2630f37e0a9)) +* **deps:** bump @salesforce/core from 6.7.6 to 7.2.0 ([#520](https://github.com/jayree/sfdx-plugin-org/issues/520)) ([7827045](https://github.com/jayree/sfdx-plugin-org/commit/7827045eab5535375ae7e4c8bd8c06e3053a821e)) +* **deps:** bump @salesforce/sf-plugins-core from 8.0.3 to 9.0.2 ([#526](https://github.com/jayree/sfdx-plugin-org/issues/526)) ([6b17904](https://github.com/jayree/sfdx-plugin-org/commit/6b1790495f6d90b918b01e2f5457357e94013b12)) +* **deps:** bump @salesforce/source-deploy-retrieve from 10.9.0 to 11.0.0 ([#522](https://github.com/jayree/sfdx-plugin-org/issues/522)) ([748a49b](https://github.com/jayree/sfdx-plugin-org/commit/748a49be78db165f5f735f7fac7d6ed07cea9086)) +* **deps:** bump @salesforce/source-deploy-retrieve from 11.0.0 to 11.0.1 ([#532](https://github.com/jayree/sfdx-plugin-org/issues/532)) ([8083077](https://github.com/jayree/sfdx-plugin-org/commit/80830779f3865ef0352e3c906f59be0dc80482c0)) +* **deps:** bump jsforce from 2.0.0-beta.29 to 3.1.0 ([#518](https://github.com/jayree/sfdx-plugin-org/issues/518)) ([9bb8674](https://github.com/jayree/sfdx-plugin-org/commit/9bb8674870f11dae0b600f8489115659f9acd60b)) +* **deps:** bump playwright-chromium from 1.43.0 to 1.43.1 ([#529](https://github.com/jayree/sfdx-plugin-org/issues/529)) ([9acee78](https://github.com/jayree/sfdx-plugin-org/commit/9acee78a439ed8268598e0878d4dd9922a2f529e)) + ## [1.2.44](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.43...v1.2.44) (2024-04-13) diff --git a/README.md b/README.md index 89dcac4b..381def1f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.44/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.45/src/commands/jayree/flow/get/coverage.ts)_ ### `sfdx jayree org configure` @@ -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.44/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.45/src/commands/jayree/org/configure/index.ts)_ ### `sfdx jayree org configure country` @@ -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.44/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.45/src/commands/jayree/org/configure/country.ts)_ ### `sfdx jayree org configure state` @@ -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.44/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.45/src/commands/jayree/org/configure/state.ts)_ ### `sfdx jayree org get settings` @@ -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.44/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.45/src/commands/jayree/org/get/settings.ts)_ ### `sfdx jayree org stream` @@ -188,5 +188,5 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.44/src/commands/jayree/org/stream.ts)_ +_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)_ diff --git a/package.json b/package.json index 27bda3c7..03dc6ad1 100644 --- a/package.json +++ b/package.json @@ -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.44", + "version": "1.2.45", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",