Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix supportedTransactionVersions breaking type change #587

Merged
merged 4 commits into from
Oct 6, 2022

Conversation

jordaaash
Copy link
Collaborator

#567 inadvertently introduced a breaking type change into the base package that all apps and other packages depend on. The new supportedTransactionVersions property was made to be required, where existing published adapter versions do not have this property.

The first commit of this PR fixes this by allowing the field to be undefined or not provided. The remaining commits patch update the versions of all packages for release.

Fixes #586
Closes #580

@jordaaash jordaaash changed the title Fix base breaking change Fix supportedTransactionVersions breaking type change Oct 6, 2022
@jordaaash jordaaash merged commit 6f36841 into master Oct 6, 2022
@jordaaash jordaaash deleted the fix-base-breaking-change branch October 6, 2022 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type '(PhantomWalletAdapter | etc..)[]' is not assignable to type 'Adapter[]'.
1 participant