Skip to content

Commit

Permalink
docs: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Sep 10, 2024
1 parent 379cd72 commit 66241d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### Patch Changes

- ef232c3: - **feat**: added calls support to `Transaction` component. by @0xAlec #1220
- **feat**: added `ConnectWalletText` to help customize style within `ConnectWallet`. By @zizzamia #1116 #1222
- **feat**: added `isMainnetOnly` to `isBase` and `isEthereum` utilities. By @zizzamia #1167 #1221
- **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218
- **feat**: added calls support to `Transaction` component. by @0xAlec #1220
- **feat**: added `ConnectWalletText` to help customize style within `ConnectWallet`. By @zizzamia #1116 #1222
- **feat**: added `isMainnetOnly` to `isBase` and `isEthereum` utilities. By @zizzamia #1167 #1221
- **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218

## 0.31.4

Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sitemap": "node createSitemap.js"
},
"dependencies": {
"@coinbase/onchainkit": "0.31.4",
"@coinbase/onchainkit": "0.31.5",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"permissionless": "^0.1.29",
Expand Down
10 changes: 5 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ __metadata:
languageName: node
linkType: hard

"@coinbase/onchainkit@npm:0.31.4":
version: 0.31.4
resolution: "@coinbase/onchainkit@npm:0.31.4"
"@coinbase/onchainkit@npm:0.31.5":
version: 0.31.5
resolution: "@coinbase/onchainkit@npm:0.31.5"
dependencies:
"@rainbow-me/rainbowkit": "npm:^2.1.3"
"@tanstack/react-query": "npm:^5"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: 69943a7fe1e3ae06a38fc9af4c5ff13ac45a23e2eab4a8ff0b45e9f94b25c52e8626c8ea25569db6f3057841f8b60a45ee7d58de862c55355a8c28fc2305b260
checksum: 0cdfd5919e55a22dbd87679e8f22f4c53d234614c97d9a8911fbfd8ec3a17bda17dd1e4714c8a03619123c6d836bd15da13176d9445402a56110ffc1a5f6c50b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8076,7 +8076,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.31.4"
"@coinbase/onchainkit": "npm:0.31.5"
"@types/react": "npm:latest"
"@types/sitemap-generator": "npm:^8"
"@vercel/edge": "npm:^1.1.1"
Expand Down

0 comments on commit 66241d1

Please sign in to comment.