> For the complete documentation index, see [llms.txt](https://docs.megaeth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.megaeth.com/moss-docs/wallet/versioning.md).

# Changelog and Versioning

Current published package versions (npm `latest`):

* `@megaeth-labs/wallet-sdk`: `0.1.22`
* `@megaeth-labs/wallet-sdk-react`: `0.1.21`
* `@megaeth-labs/wallet-server-verify`: `0.1.9`
* `@megaeth-labs/wallet-wagmi-connector`: `0.3.0`

## Compatibility Notes

* The React SDK currently depends on the core SDK at `0.1.22`.
* The React SDK expects `react@^19` and `@tanstack/react-query@^5`.
* All three wallet packages currently publish as ESM and CJS bundles with type declarations.
* The server verification package depends on `viem` and `porto` and is intended for backend use, not browser bundles.

## What Changed in This Docs Pass

* Documented newly covered APIs across Web + React references:
  * `signData`
  * `balances`
  * `getPermissions(address?)`
  * `deposit`
  * `open`
* Added coverage for newly exported core methods:
  * `send`
  * `swap`
* Added `@megaeth-labs/wallet-wagmi-connector` docs and integration notes.
* Clarified session/permissions flow with canonical call matcher guidance.
* Updated lifecycle + initialization docs to reflect iframe + Penpal behavior and current return signatures.
* Expanded React wrapper coverage, including React Query requirements and the `mega` re-export.

## Release Guidance for Partners

* Pin tested versions in production integrations instead of floating to the newest release automatically.
* Re-run sign, transfer, permissions, and contract-call smoke tests whenever either package version changes.
* Treat wallet host behavior and query-param based config as release-sensitive integration points.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.megaeth.com/moss-docs/wallet/versioning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
