[ ] Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide
[ ] used semantic commit messages
[ ] PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)
[ ] updated peerDependencies as needed. CRITICAL our automated release system can not be counted on to update peerDependencies so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.
affects: @esri/hub-common
Description:
Instructions for testing:
Closes Issues: # (if appropriate)
[ ] Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide
[ ] used semantic commit messages
[ ] PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)
[ ] updated
peerDependencies
as needed. CRITICAL our automated release system can not be counted on to updatepeerDependencies
so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.