Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Aug 20, 2024
1 parent bfc34ef commit a8aab02
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 17 deletions.
95 changes: 93 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# [4.5.0](https://github.com/salesforcecli/plugin-org/compare/4.4.8...4.5.0) (2024-08-20)

### Bug Fixes

- cached org might not exist ([880717d](https://github.com/salesforcecli/plugin-org/commit/880717d393403b742af873d9f9e5fff08877e83b))
- put space in Text compnoent ([da62236](https://github.com/salesforcecli/plugin-org/commit/da62236a536a9c88c1bcb5f4961150323f3028a6))
- remove extra new lines ([f7fbab6](https://github.com/salesforcecli/plugin-org/commit/f7fbab6a71440f54fa9ec216a0f4147c6d709935))
- use sf-plugins-core ([5ad0309](https://github.com/salesforcecli/plugin-org/commit/5ad030962fef94d3c57dba16f980ee3c948f96b7))

### Features

- add messages ([6b563c8](https://github.com/salesforcecli/plugin-org/commit/6b563c8ace9bb46641b51540fd8b0cd183a66944))
- allow info to be print under stage ([4f6f2e1](https://github.com/salesforcecli/plugin-org/commit/4f6f2e1539ea2cb78e0d289d8a67b55cda9ff1a3))
- ci design ([d2df143](https://github.com/salesforcecli/plugin-org/commit/d2df143ea50418699aaebd89ca9282214a364b88))
- lots of improvements ([164fe45](https://github.com/salesforcecli/plugin-org/commit/164fe45320887aced14489c9bc3c548a3f5bc8a7))
- more flexibility ([41be8df](https://github.com/salesforcecli/plugin-org/commit/41be8dfb77486b1fbb2f2a28183692c2fc3ee155))
- use oclif/multi-stage-output ([d8b35f5](https://github.com/salesforcecli/plugin-org/commit/d8b35f5128ad96bc8e714181f9fdd56c9dd97c50))

## [4.3.6-dev.2](https://github.com/salesforcecli/plugin-org/compare/4.3.6-dev.1...4.3.6-dev.2) (2024-07-18)

## [4.3.6-dev.1](https://github.com/salesforcecli/plugin-org/compare/4.3.6-dev.0...4.3.6-dev.1) (2024-07-18)

## [4.3.6-dev.0](https://github.com/salesforcecli/plugin-org/compare/4.3.5...4.3.6-dev.0) (2024-07-17)

### Bug Fixes

- async components ([f20f8f7](https://github.com/salesforcecli/plugin-org/commit/f20f8f706c68772b3e38f3a00efa55d8980e4fec))
- dont render when json ([9fff633](https://github.com/salesforcecli/plugin-org/commit/9fff6336b956fed413a01303ffaa553609a49f3a))

### Features

- dry up code and improve ux ([5c04dc8](https://github.com/salesforcecli/plugin-org/commit/5c04dc8166fe89f03b1ceed2774b0ba35ec7eff1))
- dry up code and improve ux ([4f992b7](https://github.com/salesforcecli/plugin-org/commit/4f992b75e2e12efb67099acfc40cb78066ebfc78))
- use ink for resume scratch ([2d0cdc5](https://github.com/salesforcecli/plugin-org/commit/2d0cdc54266752abb4a5c686564033e76f1089ea))

## [4.3.1-dev.1](https://github.com/salesforcecli/plugin-org/compare/4.3.1-dev.0...4.3.1-dev.1) (2024-06-27)

### Bug Fixes

- import messages dir ([8a8e9c9](https://github.com/salesforcecli/plugin-org/commit/8a8e9c91243c1ce191c27eb1c3a785c8d8b09689))

## [4.3.1-dev.0](https://github.com/salesforcecli/plugin-org/compare/4.3.0...4.3.1-dev.0) (2024-06-27)

### Features

- fully functional now ([7942e60](https://github.com/salesforcecli/plugin-org/commit/7942e60dee67ac2daed30116b6557b5cc326fdc8))
- use ink for org create updates ([a644056](https://github.com/salesforcecli/plugin-org/commit/a644056a0936c700c650ebe31a01ebadb40c02a0))

## [4.4.8](https://github.com/salesforcecli/plugin-org/compare/4.4.7...4.4.8) (2024-08-18)

### Bug Fixes
Expand Down Expand Up @@ -58,12 +106,42 @@

- nullish-linter ([#1134](https://github.com/salesforcecli/plugin-org/issues/1134)) ([48a7b8c](https://github.com/salesforcecli/plugin-org/commit/48a7b8c4f385967c891f79afb14cb3022418096e))

## [4.3.6](https://github.com/salesforcecli/plugin-org/compare/4.3.5...4.3.6) (2024-07-21)
## [4.3.6](https://github.com/salesforcecli/plugin-org/compare/4.3.6-dev.2...4.3.6) (2024-07-21)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 11.2.0 to 11.2.1 ([2c73d48](https://github.com/salesforcecli/plugin-org/commit/2c73d484af266d6676e335f4c531a0bb5d7be0cc))

## [4.3.6-dev.2](https://github.com/salesforcecli/plugin-org/compare/4.3.6-dev.1...4.3.6-dev.2) (2024-07-18)

## [4.3.6-dev.1](https://github.com/salesforcecli/plugin-org/compare/4.3.6-dev.0...4.3.6-dev.1) (2024-07-18)

## [4.3.6-dev.0](https://github.com/salesforcecli/plugin-org/compare/4.3.5...4.3.6-dev.0) (2024-07-17)

### Bug Fixes

- async components ([f20f8f7](https://github.com/salesforcecli/plugin-org/commit/f20f8f706c68772b3e38f3a00efa55d8980e4fec))
- dont render when json ([9fff633](https://github.com/salesforcecli/plugin-org/commit/9fff6336b956fed413a01303ffaa553609a49f3a))

### Features

- dry up code and improve ux ([5c04dc8](https://github.com/salesforcecli/plugin-org/commit/5c04dc8166fe89f03b1ceed2774b0ba35ec7eff1))
- dry up code and improve ux ([4f992b7](https://github.com/salesforcecli/plugin-org/commit/4f992b75e2e12efb67099acfc40cb78066ebfc78))
- use ink for resume scratch ([2d0cdc5](https://github.com/salesforcecli/plugin-org/commit/2d0cdc54266752abb4a5c686564033e76f1089ea))

## [4.3.1-dev.1](https://github.com/salesforcecli/plugin-org/compare/4.3.1-dev.0...4.3.1-dev.1) (2024-06-27)

### Bug Fixes

- import messages dir ([8a8e9c9](https://github.com/salesforcecli/plugin-org/commit/8a8e9c91243c1ce191c27eb1c3a785c8d8b09689))

## [4.3.1-dev.0](https://github.com/salesforcecli/plugin-org/compare/4.3.0...4.3.1-dev.0) (2024-06-27)

### Features

- fully functional now ([7942e60](https://github.com/salesforcecli/plugin-org/commit/7942e60dee67ac2daed30116b6557b5cc326fdc8))
- use ink for org create updates ([a644056](https://github.com/salesforcecli/plugin-org/commit/a644056a0936c700c650ebe31a01ebadb40c02a0))

## [4.3.5](https://github.com/salesforcecli/plugin-org/compare/4.3.4...4.3.5) (2024-07-14)

### Bug Fixes
Expand All @@ -88,12 +166,25 @@

- **deps:** bump @salesforce/core from 8.0.3 to 8.1.0 ([f2928ed](https://github.com/salesforcecli/plugin-org/commit/f2928ed83d5c7a0faf642f1d45a71a1f50a7e992))

## [4.3.1](https://github.com/salesforcecli/plugin-org/compare/4.3.0...4.3.1) (2024-06-28)
## [4.3.1](https://github.com/salesforcecli/plugin-org/compare/4.3.1-dev.1...4.3.1) (2024-06-28)

### Bug Fixes

- ensure org display picks the correct record ([#1119](https://github.com/salesforcecli/plugin-org/issues/1119)) ([cb2f4dc](https://github.com/salesforcecli/plugin-org/commit/cb2f4dc52cddb7c9b0e60a50c6491d49a06a7f25))

## [4.3.1-dev.1](https://github.com/salesforcecli/plugin-org/compare/4.3.1-dev.0...4.3.1-dev.1) (2024-06-27)

### Bug Fixes

- import messages dir ([8a8e9c9](https://github.com/salesforcecli/plugin-org/commit/8a8e9c91243c1ce191c27eb1c3a785c8d8b09689))

## [4.3.1-dev.0](https://github.com/salesforcecli/plugin-org/compare/4.3.0...4.3.1-dev.0) (2024-06-27)

### Features

- fully functional now ([7942e60](https://github.com/salesforcecli/plugin-org/commit/7942e60dee67ac2daed30116b6557b5cc326fdc8))
- use ink for org create updates ([a644056](https://github.com/salesforcecli/plugin-org/commit/a644056a0936c700c650ebe31a01ebadb40c02a0))

# [4.3.0](https://github.com/salesforcecli/plugin-org/compare/4.2.7...4.3.0) (2024-06-25)

### Features
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
sandbox.
```

_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/create/sandbox.ts)_
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/create/sandbox.ts)_

## `sf org create scratch`

Expand Down Expand Up @@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
Omit this flag to have Salesforce generate a unique username for your org.
```

_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/create/scratch.ts)_
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/create/scratch.ts)_

## `sf org delete sandbox`

Expand Down Expand Up @@ -429,7 +429,7 @@ EXAMPLES
$ sf org delete sandbox --target-org my-sandbox --no-prompt
```

_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/delete/sandbox.ts)_
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/delete/sandbox.ts)_

## `sf org delete scratch`

Expand Down Expand Up @@ -473,7 +473,7 @@ EXAMPLES
$ sf org delete scratch --target-org my-scratch-org --no-prompt
```

_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/delete/scratch.ts)_
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/delete/scratch.ts)_

## `sf org disable tracking`

Expand Down Expand Up @@ -512,7 +512,7 @@ EXAMPLES
$ sf org disable tracking
```

_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/disable/tracking.ts)_
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/disable/tracking.ts)_

## `sf org display`

Expand Down Expand Up @@ -557,7 +557,7 @@ EXAMPLES
$ sf org display --target-org TestOrg1 --verbose
```

_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/display.ts)_
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/display.ts)_

## `sf org enable tracking`

Expand Down Expand Up @@ -599,7 +599,7 @@ EXAMPLES
$ sf org enable tracking
```

_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/enable/tracking.ts)_
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/enable/tracking.ts)_

## `sf org list`

Expand Down Expand Up @@ -638,7 +638,7 @@ EXAMPLES
$ sf org list --clean
```

_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list.ts)_

## `sf org list metadata`

Expand Down Expand Up @@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
```

_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/list/metadata.ts)_
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list/metadata.ts)_

## `sf org list metadata-types`

Expand Down Expand Up @@ -760,7 +760,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/list/metadata-types.ts)_
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list/metadata-types.ts)_

## `sf org open`

Expand Down Expand Up @@ -832,7 +832,7 @@ EXAMPLES
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
```

_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/open.ts)_
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/open.ts)_

## `sf org refresh sandbox`

Expand Down Expand Up @@ -909,7 +909,7 @@ FLAG DESCRIPTIONS
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
```

_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/refresh/sandbox.ts)_
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/refresh/sandbox.ts)_

## `sf org resume sandbox`

Expand Down Expand Up @@ -972,7 +972,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the sandbox creation, rerun this command.
```

_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/resume/sandbox.ts)_
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -1019,6 +1019,6 @@ FLAG DESCRIPTIONS
The job ID is valid for 24 hours after you start the scratch org creation.
```

_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.4.8/src/commands/org/resume/scratch.ts)_
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/resume/scratch.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": "@salesforce/plugin-org",
"description": "Commands to interact with Salesforce orgs",
"version": "4.4.8",
"version": "4.5.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit a8aab02

Please sign in to comment.