Skip to content

Commit

Permalink
Update module versionIds
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalb committed Jun 13, 2021
1 parent 7bd7ccf commit aca621b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"orgName": "lwc-utils",
"edition": "Developer",
"release": "Preview",
"hasSampleData": true,
"features": ["ForceComPlatform", "LightningServiceConsole"],
"settings": {
Expand Down
20 changes: 10 additions & 10 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"path": "utils-core",
"default": true,
"package": "LWC Utils",
"versionName": "ver 1.6.0",
"versionNumber": "1.6.0.NEXT",
"versionName": "ver 1.7.0",
"versionNumber": "1.7.0.NEXT",
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases"
},
{
"path": "utils-recipes",
"default": false,
"package": "LWC Utils Recipes",
"versionName": "ver 1.6.0",
"versionNumber": "1.6.0.NEXT",
"versionName": "ver 1.7.0",
"versionNumber": "1.7.0.NEXT",
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases",
"dependencies": [
{
"package": "LWC Utils",
"versionNumber": "1.6.0.LATEST"
"versionNumber": "1.7.0.LATEST"
}
]
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "51.0",
"sourceApiVersion": "52.0",
"packageAliases": {
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
"LWC Utils Recipes@1.6.0-1": "04t1Q000001MRpjQAG",
"LWC Utils": "0Ho1Q000000blJiSAI",
"LWC Utils@1.5.4-1": "04t1Q000001Qi2eQAC",
"LWC Utils@1.6.0-2": "04t1Q000001MRpeQAG"
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
"LWC Utils@1.6.0-2": "04t1Q000001MRpeQAG",
"LWC Utils@1.7.0-1": "04t1Q000001MRsYQAW",
"LWC Utils Recipes@1.7.0-1": "04t1Q000001MRsdQAG"
}
}

0 comments on commit aca621b

Please sign in to comment.