Skip to content

Commit

Permalink
Package version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed Oct 27, 2023
1 parent 2d3604b commit 80af522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1723,19 +1723,19 @@ by the `Expression` language.

### Unlocked Package (`expression` namespace)

[![Install Unlocked Package in a Sandbox](assets/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tDm0000011Mi4IAE)
[![Install Unlocked Package in Production](assets/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tDm0000011Mi4IAE)
[![Install Unlocked Package in a Sandbox](assets/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tDm0000011Mi9IAE)
[![Install Unlocked Package in Production](assets/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tDm0000011Mi9IAE)

Install with SF CLI:

```shell
sf package install --apex-compile package --wait 20 --package 04tDm0000011Mi4IAE
sf package install --apex-compile package --wait 20 --package 04tDm0000011Mi9IAE
```

Install with SFDX CLI:

```shell
sfdx force:package:install --apexcompile package --wait 20 --package 04tDm0000011Mi4IAE
sfdx force:package:install --apexcompile package --wait 20 --package 04tDm0000011Mi9IAE
```

## Components
Expand Down
9 changes: 5 additions & 4 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{
"path": "expression-components",
"package": "Expression Components",
"versionName": "Version 1.1",
"versionNumber": "1.1.0.NEXT",
"versionName": "Version 1.2",
"versionNumber": "1.2.0.NEXT",
"default": false,
"dependencies": [
{
Expand All @@ -35,6 +35,7 @@
"Expression (Unlocked)@1.24.0-1": "04tDm0000011MhkIAE",
"Expression [email protected]": "04tDm0000011MhpIAE",
"Expression (Unlocked)@1.25.0-2": "04tDm0000011MhzIAE",
"Expression [email protected]": "04tDm0000011Mi4IAE"
"Expression [email protected]": "04tDm0000011Mi4IAE",
"Expression [email protected]": "04tDm0000011Mi9IAE"
}
}
}

0 comments on commit 80af522

Please sign in to comment.