Skip to content

Commit

Permalink
chore: make bitcoin package public (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Dec 18, 2024
1 parent ea1067a commit 31b87fc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@apps/*",
"@apps/gallery",
"@apps/laboratory",
"@reown/appkit-adapter-bitcoin",
"@reown/appkit-adapter-polkadot"
]
}
23 changes: 23 additions & 0 deletions .changeset/pink-trees-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@reown/appkit-adapter-bitcoin': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-cdn': patch
'@reown/appkit-cli': patch
'@reown/appkit-common': patch
'@reown/appkit-core': patch
'@reown/appkit-experimental': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-scaffold-ui': patch
'@reown/appkit-siwe': patch
'@reown/appkit-siwx': patch
'@reown/appkit-ui': patch
'@reown/appkit-wallet': patch
'@reown/appkit-wallet-button': patch
---

Makes bitcoin adapter public
3 changes: 1 addition & 2 deletions packages/adapters/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@reown/appkit-adapter-bitcoin",
"private": true,
"version": "1.5.1",
"version": "1.6.0",
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
Expand Down

0 comments on commit 31b87fc

Please sign in to comment.