-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Release 101.0.0 #3678
Release 101.0.0 #3678
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! left a few suggestions on the change entries, as typically we include the PR link in those.
Also you'll want to run yarn constraints --fix && yarn
to update other packages to reference the correct controller-utils
version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Normally it'd be nice to release anything that references a package with a major version bump, so we don't need multiple copies of it in the dependency tree when we use the new packages. But skipping that in this case seems like a good idea since we want to get these changes out quickly, and having multiple util packages is not a huge deal. We'll follow up soon with a release that includes everything.
This release moves to using OpenSea's V2 API instead of V1