-
Notifications
You must be signed in to change notification settings - Fork 615
Version Packages #8340
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
Merged
Merged
Version Packages #8340
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -430,5 +430,5 @@ | |
| } | ||
| }, | ||
| "typings": "./dist/types/exports/thirdweb.d.ts", | ||
| "version": "5.110.6" | ||
| "version": "5.111.0" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @thirdweb-dev/wagmi-adapter | ||
|
|
||
| ## 0.2.175 | ||
|
|
||
| ## 0.2.174 | ||
|
|
||
| ## 0.2.173 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
🧩 Analysis chain
Call out BREAKING removal and add migration notes
Removing
Bridge.routesanduseBridgeRoutesis a breaking API change but it’s listed under Minor Changes with no migration path. Please:Bridge.Buy.quote/prepareorBridge.Sell.quote/preparefor route discovery and execution.Bridge.Transfer.prepare.Bridge.chainsandBridge.tokensto enumerate supported chains/tokens.Example (suggested edit):
Also verify no packages/docs still reference the removed symbols before publishing. Based on learnings.
🏁 Script executed:
Length of output: 3669
🏁 Script executed:
Length of output: 3594
🏁 Script executed:
Length of output: 73
🏁 Script executed:
Length of output: 3871
🏁 Script executed:
Length of output: 1551
🏁 Script executed:
Length of output: 3492
BREAKING change miscategorized — move to Breaking Changes section and add migration path
Removing
Bridge.routesanduseBridgeRoutesis a breaking change (confirmed in the commit message), but it's listed under Minor Changes. Move this entry to a Breaking Changes section and add a migration path for users:Bridge.Buy.quote/prepareorBridge.Sell.quote/prepareBridge.Transfer.prepareBridge.chains()andBridge.tokens()All replacement APIs are already exported and available. Verify internal docs/guides have been updated accordingly before publishing.
🤖 Prompt for AI Agents