Skip to content

Commit b93cef8

Browse files
authored
Bump API version to 62.0 (#169)
1 parent 5e8ffd8 commit b93cef8

35 files changed

+119
-124
lines changed

.github/workflows/Package.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
packageVersion:
77
required: true
88
type: string
9-
outputs:
10-
packageId:
11-
description: 04t package version id created
12-
value: ${{ jobs.create-package-version.outputs.packageId }}
139

1410
jobs:
1511
create-package-version:
@@ -23,7 +19,6 @@ jobs:
2319
- uses: actions/setup-node@v4
2420
with:
2521
node-version: ">=20"
26-
cache: "npm"
2722

2823
- name: Install sf cli
2924
run: |
@@ -39,5 +34,4 @@ jobs:
3934
- name: Create package version
4035
id: create
4136
run: |
42-
packageId=$(sf package version create --definition-file config/project-scratch-def.json --package "Trigger Actions Framework" --package-version ${{ inputs.packageVersion }} --tag ${{ github.sha }} --wait 120 --code-coverage --installation-key-bypass --json | jq -e -r ".result.SubscriberPackageVersionId")
43-
echo "packageId=$packageId" >> $GITHUB_OUTPUT
37+
sf package version create --definition-file config/project-scratch-def.json --package "Trigger Actions Framework" --version-number ${{ inputs.packageVersion }} --wait 120 --code-coverage --installation-key-bypass

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ Create a trigger action record with `Apex_Class_Name__c` equal to `TriggerAction
139139
Individual trigger actions can have their own dynamic entry criteria defined in a simple formula.
140140
This is a new feature and is built using the [`FormulaEval` namespace](https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_namespace_formulaeval.htm) within Apex.
141141

142-
#### [Entry Criteria Beta Package Installation (Production)](https://login.salesforce.com/packaging/installPackage.apexp?p0=08cKY000000XZBUYA4)
142+
#### [Entry Criteria Beta Package Installation (Production)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000PdYaYAK)
143143

144-
#### [Entry Criteria Beta Package Installation (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=08cKY000000XZBUYA4)
144+
#### [Entry Criteria Beta Package Installation (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000PdYaYAK)
145145

146146
### SObject Setup
147147

sfdx-project.json

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
11
{
2-
"packageDirectories": [
3-
{
4-
"path": "trigger-actions-framework",
5-
"default": true,
6-
"package": "Trigger Actions Framework",
7-
"versionName": "Version 0.3",
8-
"versionNumber": "0.3.1.NEXT"
9-
}
10-
],
11-
"namespace": "",
12-
"sfdcLoginUrl": "https://login.salesforce.com",
13-
"sourceApiVersion": "59.0",
14-
"packageAliases": {
15-
"Trigger Actions Framework": "0Ho3h0000008Om4CAE",
16-
"Trigger Actions [email protected]": "04t3h000004VaHaAAK",
17-
"Trigger Actions [email protected]": "04t3h000004VaIdAAK",
18-
"Trigger Actions [email protected]": "04t3h000004VaInAAK",
19-
"Trigger Actions [email protected]": "04t3h000004VaJWAA0",
20-
"Trigger Actions [email protected]": "04t3h000004VaJbAAK",
21-
"Trigger Actions [email protected]": "04t3h000004VaJqAAK",
22-
"Trigger Actions [email protected]": "04t3h000004VaLDAA0",
23-
"Trigger Actions [email protected]": "04t3h000004VaLIAA0",
24-
"Trigger Actions [email protected]": "04t3h000004VaLNAA0",
25-
"Trigger Actions [email protected]": "04t3h000004VaLSAA0",
26-
"Trigger Actions [email protected]": "04t3h000004VaLmAAK",
27-
"Trigger Actions [email protected]": "04t3h000004VaVFAA0",
28-
"Trigger Actions [email protected]": "04t3h000004OYREAA4",
29-
"Trigger Actions [email protected]": "04t3h000004OYTKAA4",
30-
"Trigger Actions [email protected]": "04t3h000004OYUDAA4",
31-
"Trigger Actions [email protected]": "04t3h000004juLaAAI",
32-
"Trigger Actions [email protected]": "04t3h000004juLuAAI",
33-
"Trigger Actions [email protected]": "04t3h000004juNCAAY",
34-
"Trigger Actions [email protected]": "04t3h000004juNHAAY",
35-
"Trigger Actions [email protected]": "04t3h000004juNRAAY",
36-
"Trigger Actions [email protected]": "04tKY000000Pb8tYAC",
37-
"Trigger Actions [email protected]": "04tKY000000Pb8ZYAS",
38-
"Trigger Actions [email protected]": "04tKY000000Pd90YAC",
39-
"Trigger Actions [email protected]": "04tKY000000Pd95YAC",
40-
"Trigger Actions [email protected]": "04tKY000000Pd9AYAS",
41-
"Trigger Actions [email protected]": "04tKY000000PdYBYA0",
42-
"Trigger Actions [email protected]": "04tKY000000PdYGYA0"
43-
}
44-
}
2+
"packageDirectories": [
3+
{
4+
"path": "trigger-actions-framework",
5+
"default": true,
6+
"package": "Trigger Actions Framework",
7+
"versionName": "Version 0.3",
8+
"versionNumber": "0.3.1.NEXT"
9+
}
10+
],
11+
"namespace": "",
12+
"sfdcLoginUrl": "https://login.salesforce.com",
13+
"sourceApiVersion": "59.0",
14+
"packageAliases": {
15+
"Trigger Actions Framework": "0Ho3h0000008Om4CAE",
16+
"Trigger Actions [email protected]": "04t3h000004VaHaAAK",
17+
"Trigger Actions [email protected]": "04t3h000004VaIdAAK",
18+
"Trigger Actions [email protected]": "04t3h000004VaInAAK",
19+
"Trigger Actions [email protected]": "04t3h000004VaJWAA0",
20+
"Trigger Actions [email protected]": "04t3h000004VaJbAAK",
21+
"Trigger Actions [email protected]": "04t3h000004VaJqAAK",
22+
"Trigger Actions [email protected]": "04t3h000004VaLDAA0",
23+
"Trigger Actions [email protected]": "04t3h000004VaLIAA0",
24+
"Trigger Actions [email protected]": "04t3h000004VaLNAA0",
25+
"Trigger Actions [email protected]": "04t3h000004VaLSAA0",
26+
"Trigger Actions [email protected]": "04t3h000004VaLmAAK",
27+
"Trigger Actions [email protected]": "04t3h000004VaVFAA0",
28+
"Trigger Actions [email protected]": "04t3h000004OYREAA4",
29+
"Trigger Actions [email protected]": "04t3h000004OYTKAA4",
30+
"Trigger Actions [email protected]": "04t3h000004OYUDAA4",
31+
"Trigger Actions [email protected]": "04t3h000004juLaAAI",
32+
"Trigger Actions [email protected]": "04t3h000004juLuAAI",
33+
"Trigger Actions [email protected]": "04t3h000004juNCAAY",
34+
"Trigger Actions [email protected]": "04t3h000004juNHAAY",
35+
"Trigger Actions [email protected]": "04t3h000004juNRAAY",
36+
"Trigger Actions [email protected]": "04tKY000000Pb8tYAC",
37+
"Trigger Actions [email protected]": "04tKY000000Pb8ZYAS",
38+
"Trigger Actions [email protected]": "04tKY000000Pd90YAC",
39+
"Trigger Actions [email protected]": "04tKY000000Pd95YAC",
40+
"Trigger Actions [email protected]": "04tKY000000Pd9AYAS",
41+
"Trigger Actions [email protected]": "04tKY000000PdYBYA0",
42+
"Trigger Actions [email protected]": "04tKY000000PdYGYA0",
43+
"Trigger Actions [email protected]": "04tKY000000PdYaYAK"
44+
}
45+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>58.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>58.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>58.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>58.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>61.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>61.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>56.0</apiVersion>
3+
<apiVersion>62.0</apiVersion>
44
<status>Active</status>
5-
</ApexClass>
5+
</ApexClass>

0 commit comments

Comments
 (0)