Skip to content

Commit 3b25b1b

Browse files
committed
Bumped package version
1 parent f522783 commit 3b25b1b

5 files changed

+105
-2
lines changed

data/sfqz/Quiz_Question__cs.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "sfqz__Quiz_Question__c",
6+
"referenceId": "Quiz_Question__cRef1"
7+
},
8+
"sfqz__Label__c": "What does SLDS stand for?",
9+
"sfqz__Answer_A__c": "Super Light Debugging Solution",
10+
"sfqz__Answer_B__c": "Salesforce Lightning Design System",
11+
"sfqz__Answer_C__c": "Salesforce Limited Design System",
12+
"sfqz__Answer_D__c": "Salesforce Lightning Design Solution",
13+
"sfqz__Correct_Answer__c": "B"
14+
},
15+
{
16+
"attributes": {
17+
"type": "sfqz__Quiz_Question__c",
18+
"referenceId": "Quiz_Question__cRef2"
19+
},
20+
"sfqz__Label__c": "There are how many major Salesforce releases each year?",
21+
"sfqz__Answer_A__c": "1",
22+
"sfqz__Answer_B__c": "2",
23+
"sfqz__Answer_C__c": "3",
24+
"sfqz__Answer_D__c": "4",
25+
"sfqz__Correct_Answer__c": "C"
26+
},
27+
{
28+
"attributes": {
29+
"type": "sfqz__Quiz_Question__c",
30+
"referenceId": "Quiz_Question__cRef3"
31+
},
32+
"sfqz__Label__c": "Which mascot represents architects?",
33+
"sfqz__Answer_A__c": "Earnie",
34+
"sfqz__Answer_B__c": "Ruth",
35+
"sfqz__Answer_C__c": "Hootie",
36+
"sfqz__Answer_D__c": "Max",
37+
"sfqz__Correct_Answer__c": "B"
38+
}
39+
]
40+
}
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "sfqz__Quiz_Session_Question__c",
6+
"referenceId": "Quiz_Session_Question__cRef1"
7+
},
8+
"sfqz__Question_Index__c": 1,
9+
"sfqz__Session__c": "@Quiz_Session__cRef1",
10+
"sfqz__Question__c": "@Quiz_Question__cRef1"
11+
},
12+
{
13+
"attributes": {
14+
"type": "sfqz__Quiz_Session_Question__c",
15+
"referenceId": "Quiz_Session_Question__cRef2"
16+
},
17+
"sfqz__Question_Index__c": 3,
18+
"sfqz__Session__c": "@Quiz_Session__cRef1",
19+
"sfqz__Question__c": "@Quiz_Question__cRef2"
20+
},
21+
{
22+
"attributes": {
23+
"type": "sfqz__Quiz_Session_Question__c",
24+
"referenceId": "Quiz_Session_Question__cRef3"
25+
},
26+
"sfqz__Question_Index__c": 2,
27+
"sfqz__Session__c": "@Quiz_Session__cRef1",
28+
"sfqz__Question__c": "@Quiz_Question__cRef3"
29+
}
30+
]
31+
}

data/sfqz/Quiz_Session__cs.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "sfqz__Quiz_Session__c",
6+
"referenceId": "Quiz_Session__cRef1"
7+
},
8+
"sfqz__Phase__c": "Registration",
9+
"sfqz__Current_Question__c": "@Quiz_Question__cRef1"
10+
}
11+
]
12+
}

data/sfqz/plan.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"sobject": "sfqz__Quiz_Question__c",
4+
"saveRefs": true,
5+
"resolveRefs": false,
6+
"files": ["Quiz_Question__cs.json"]
7+
},
8+
{
9+
"sobject": "sfqz__Quiz_Session__c",
10+
"saveRefs": true,
11+
"resolveRefs": true,
12+
"files": ["Quiz_Session__cs.json"]
13+
},
14+
{
15+
"sobject": "sfqz__Quiz_Session_Question__c",
16+
"saveRefs": false,
17+
"resolveRefs": true,
18+
"files": ["Quiz_Session_Question__cs.json"]
19+
}
20+
]

sfdx-project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"default": true,
66
"package": "Quiz",
77
"postInstallScript": "QuizPostInstallScript",
8-
"versionName": "ver 2.9.0",
9-
"versionNumber": "2.9.0.NEXT",
8+
"versionName": "ver 2.10.0",
9+
"versionNumber": "2.10.0.NEXT",
1010
"ancestorVersion": "HIGHEST",
1111
"apexTestAccess": {
1212
"permissionSets": ["Quiz_Host"]

0 commit comments

Comments
 (0)