chore: version packages - #68
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 27, 2026 12:13
b78522f to
c83fda2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 12:25
c83fda2 to
5529d2a
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@bigmi/client@0.10.1
Patch Changes
#67
3532b51Thanks @arentant! - Prevent UniSat reconnect from opening the extension popup on page load.#70
f427391Thanks @chybisov! - Stop the Binance, Bitget, OKX and OneKey connectors from opening their wallet extension on page load.connect()now honoursisReconnectingand verifies authorization through passivegetAccounts()access, matching the UniSat, Xverse and Unhosted connectors. Bitget and OKX additionally confirm the extension still exposes an account instead of trusting theconnectedstorage shim alone, andgetAccounts()returns an empty list rather than throwing when no account is exposed. All five connectors now report an account-less extension asConnectorNotConnectedErrorinstead of mislabelling it a user rejection: thetrywraps onlyrequestAccounts(), the one step a user can actually reject. This also fixes OKX persisting adisconnectedshim — and so silently disabling its own auto-reconnect for good — when a reconnect found no accounts.#66
8da5d88Thanks @yasha-meursault! - Fixreconnectleaving a stale connection stub after reload. On the first successful reconnection the connections map is now rebuilt from scratch instead of copying the map rehydrated from storage under the previous session's connector uid, andcurrentpoints at the freshly reconnected connector. When no connector reconnects,connectionsandcurrentare reset alongsidestatus: 'disconnected'. Matches wagmi's behavior.#69
7ff01b5Thanks @chybisov! - Stopreconnectfrom clearing a connection established by a concurrentconnect()call. Reconnect runs on mount and polls for a wallet provider for up to 5s, so a user can connect manually while it is still in flight; the no-connector-reconnected reset now only applies when the store is still in thereconnecting/connectingstate reconnect put it in. Matches wagmi's behavior.@bigmi/react@0.9.1
Patch Changes
3532b51,f427391,8da5d88,7ff01b5]: