Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalb committed Oct 9, 2021
1 parent e1d93c1 commit d77065f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.8.0",
"versionNumber": "1.8.0.NEXT",
"versionName": "ver 1.9.0",
"versionNumber": "1.9.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.8.0",
"versionNumber": "1.8.0.NEXT",
"versionName": "ver 1.9.0",
"versionNumber": "1.9.0.NEXT",
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases",
"dependencies": [
{
"package": "LWC Utils",
"versionNumber": "1.8.0.LATEST"
"versionNumber": "1.9.0.LATEST"
}
]
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"sourceApiVersion": "53.0",
"packageAliases": {
"LWC Utils": "0Ho1Q000000blJiSAI",
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
"LWC [email protected]": "04t1Q000001MRsYQAW",
"LWC [email protected]": "04t1Q000001MRtvQAG",
"LWC Utils [email protected]": "04t1Q000001MRu0QAG"
"LWC [email protected]": "04t1Q000001ACZsQAO",
"LWC Utils [email protected]": "04t1Q000001ACZxQAO"
}
}
}

0 comments on commit d77065f

Please sign in to comment.