This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Bump token-metadata-js and token-group-js #7207
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
As pointed out in #7202,
@solana/spl-token-metadata
depends on a newer version of@solana/codecs
, which some developers would like to use. Additionally,@solana/spl-token-group
also depends on this new codecs API, so it makes sense to bump them both together!We can wait to publish a new patch for
@solana/spl-token
until that's been requested as well, if so desired.Summary of Changes
Bump the patch versions of both
@solana/spl-token-metadata
and@solana/spl-token-group
.At one point some of the JS packages fell out of sync with their published versions, so token-metadata skips one here. We rectified a few of these with #7000, but looks like metadata didn't get a release during that one.
Closes #7202