Skip to content

Commit

Permalink
[skip ci] Manually generated new package versions for both the unlock…
Browse files Browse the repository at this point in the history
…ed & managed packages, because the pipeline fails due to some constantly-recurring bugs in the sf cli
  • Loading branch information
jongpie committed Oct 24, 2023
1 parent 639359d commit 05108ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ The most robust logger for Salesforce. Works with Apex, Lightning Components, Fl

## Unlocked Package - v4.12.0

[![Install Unlocked Package in a Sandbox](./images/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mjx5QAC)
[![Install Unlocked Package in Production](./images/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mjx5QAC)
[![Install Unlocked Package in a Sandbox](./images/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MjxKQAS)
[![Install Unlocked Package in Production](./images/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MjxKQAS)
[![View Documentation](./images/btn-view-documentation.png)](https://jongpie.github.io/NebulaLogger/)

`sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mjx5QAC`
`sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MjxKQAS`

`sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mjx5QAC`
`sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MjxKQAS`

---

## Managed Package - v4.11.0
## Managed Package - v4.12.0

[![Install Managed Package in a Sandbox](./images/btn-install-managed-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?mgd=true&p0=04t5Y0000023SI1QAM)
[![Install Managed Package in Production](./images/btn-install-managed-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?mgd=true&p0=04t5Y0000023SI1QAM)
[![Install Managed Package in a Sandbox](./images/btn-install-managed-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?mgd=true&p0=04t5Y000001MjxAQAS)
[![Install Managed Package in Production](./images/btn-install-managed-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?mgd=true&p0=04t5Y000001MjxAQAS)
[![View Milestone](./images/btn-view-managed-package-milestone.png)](https://github.com/jongpie/NebulaLogger/milestone/11?closed=1)

`sf package install --wait 30 --security-type AdminsOnly --package 04t5Y0000023SI1QAM`
`sf package install --wait 30 --security-type AdminsOnly --package 04t5Y000001MjxAQAS`

`sfdx force:package:install --wait 30 --securitytype AdminsOnly --package 04t5Y0000023SI1QAM`
`sfdx force:package:install --wait 30 --securitytype AdminsOnly --package 04t5Y000001MjxAQAS`

---

Expand Down
3 changes: 2 additions & 1 deletion nebula-logger/managed-package/sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Nebula Logger - Managed [email protected]": "04t5Y0000015lsgQAA",
"Nebula Logger - Managed [email protected]": "04t5Y0000023R28QAE",
"Nebula Logger - Managed [email protected]": "04t5Y0000015nWeQAI",
"Nebula Logger - Managed [email protected]": "04t5Y0000023SI1QAM"
"Nebula Logger - Managed [email protected]": "04t5Y0000023SI1QAM",
"Nebula Logger - Managed [email protected]": "04t5Y000001MjxAQAS"
}
}
1 change: 1 addition & 0 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
"Nebula Logger - [email protected]": "04t5Y000001OigxQAC",
"Nebula Logger - Core@4.11.11-reduced-usage-of-email-limits-consumption-in-loggeremailsender": "04t5Y000001Oih7QAC",
"Nebula Logger - Core@4.11.12-bugfix-for-lightning-component-entries-not-always-saving": "04t5Y000001Mjx5QAC",
"Nebula Logger - [email protected]'24-release": "04t5Y000001MjxKQAS",
"Nebula Logger - Core Plugin - Async Failure Additions": "0Ho5Y000000blO4SAI",
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhiQAA",
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhsQAA",
Expand Down

0 comments on commit 05108ff

Please sign in to comment.