Closed smcclellan closed 1 year ago
Latest commit: 961215c99bce9b30b69497c0d0ab2bc3cd3d267f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
connect-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2023 2:05pm |
Use the following template to create your pull request
Description
Describe the changes that where made in this pull request. When possible start with a user story - short, simple descriptions of a feature told from the perspective of the person who desires the new capability. Be sure to also include the following information:
Example: As a Blockstack developer, I would like to encrypt files using the app private key. This is needed because storing unencrypted files is unacceptable. This pull request adds the
encryptContent
function which will take a string and encrypt it using the app private key.For details refer to issue #123
Type of Change
Does this introduce a breaking change?
List the APIs or describe the functionality that this PR breaks. Workarounds for or expected timeline for deprecation
Are documentation updates required?
Testing information
Provide context on how tests should be performed.
Checklist
yarn lerna run test
passes