Skip to content

Commit

Permalink
refactor: open source
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 10, 2024
1 parent 1310661 commit a1e92c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-beans-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@joyid/ckb': minor
---

export `verifySignature` function
13 changes: 13 additions & 0 deletions .changeset/small-onions-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@joyid/bitcoin': minor
'@joyid/ckb': minor
'@joyid/common': minor
'@joyid/ethereum-provider': minor
'@joyid/ethers': minor
'@joyid/evm': minor
'@joyid/nostr': minor
'@joyid/rainbowkit': minor
'@joyid/wagmi': minor
---

Open source JoyID SDK
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"postinstall": "pnpm run build",
"lint": "eslint .",
"changeset": "changeset",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:release": "changeset publish",
"format": "eslint --fix .",
Expand Down

0 comments on commit a1e92c6

Please sign in to comment.