Skip to content

Commit 509da1b

Browse files
committed
Fix found when creating the unlocked package #279
1 parent d393cdf commit 509da1b

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ContentAsset xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<isVisibleByExternalUsers>false</isVisibleByExternalUsers>
4+
<language>en_US</language>
5+
<masterLabel>Badge1</masterLabel>
6+
<relationships>
7+
<organization>
8+
<access>VIEWER</access>
9+
</organization>
10+
</relationships>
11+
<versions>
12+
<version>
13+
<number>1</number>
14+
<pathOnClient>Badge.png</pathOnClient>
15+
</version>
16+
</versions>
17+
</ContentAsset>

force-app/main/default/tabs/OrgCheck_App_TAB.tab-meta.xml

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
<label>Home</label>
55
<motif>Custom20: Airplane</motif>
66
<page>OrgCheck_App_VFP</page>
7-
<splashPageLink>OrgCheck_Splash_LNK</splashPageLink>
87
</CustomTab>

sfdx-project.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"path": "force-app",
55
"default": true,
66
"package": "OrgCheck",
7-
"versionName": "Lithium",
8-
"versionNumber": "2.5.2.NEXT",
7+
"versionName": "Beryllium",
8+
"versionNumber": "4.0.0.NEXT",
99
"versionDescription": "Org Check is an easy-to-install and easy-to-use Salesforce application in order to quickly analyze your org and its technical debt."
1010
}
1111
],
@@ -21,6 +21,7 @@
2121
"OrgCheck@2.5.0-1": "04t7R0000018kE3QAI",
2222
"OrgCheck@2.5.1-1": "04t7R0000018kEIQAY",
2323
"OrgCheck@2.5.1-2": "04t7R000001hrkwQAA",
24-
"OrgCheck@2.5.2-1": "04t7R000001hrl1QAA"
24+
"OrgCheck@2.5.2-1": "04t7R000001hrl1QAA",
25+
"OrgCheck@4.0.0-1": "04t7R000000FE2PQAW"
2526
}
2627
}

0 commit comments

Comments
 (0)