Skip to content

Commit 5443beb

Browse files
chore: version packages (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2e8259 commit 5443beb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/jsdoc-consumer-exports.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wallet-connect-session-events.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @satoshai/kit
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 4ededf1: Add `useWalletConnect` hook to handle WalletConnect session lifecycle events. Detects zombie sessions on restore via relay ping (10s timeout), listens for wallet-initiated disconnect and account change events (generic `accountsChanged`, SIP-030 `stx_accountChange`, and `stx_accountsChanged`).
8+
9+
### Patch Changes
10+
11+
- f2e8259: Add JSDoc documentation to all consumer-facing exports (hooks, errors, types, utilities, provider) and update README with typed `useWriteContract` examples, `createContractConfig`, error handling guide, mutation return types, and WalletConnect session management.
12+
313
## 0.7.0
414

515
### Minor Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@satoshai/kit",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Typesafe Stacks wallet & contract interaction library for React",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)