Skip to content

Commit

Permalink
docs: latest (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: Alissa Crane <[email protected]>
  • Loading branch information
abcrane123 and alissacrane-cb authored Aug 27, 2024
1 parent 356cab8 commit ccac2a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- 003c9b6: - **fix**: improved hover state for WalletDropdown component. By @cpcramer #1156
- **fix**: improved hover state for WalletDropdown component. By @cpcramer #1156
- **feat**: added `onchainkit-version` header to API requests. By @0xAlec #1169
- **feat**: introduced `getAddress` and `useAddress` utilities to easily retrieve an address from ENS name or basename. By @zizzamia #1170

Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vocs preview"
},
"dependencies": {
"@coinbase/onchainkit": "0.31.0",
"@coinbase/onchainkit": "0.31.1",
"@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.0":
version: 0.31.0
resolution: "@coinbase/onchainkit@npm:0.31.0"
"@coinbase/onchainkit@npm:0.31.1":
version: 0.31.1
resolution: "@coinbase/onchainkit@npm:0.31.1"
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: 6867cba196ad2b23809c41573998f9fc8f1b4b672f47076c76dda0d5fa0919b696eeddd4db56383ef4a272987ba258538edafde8c15e32fe59300270e3afbfbe
checksum: 785774305f87eeb82a59250804ba84600ed0bdcf0b5f6173903d4781c55246bd2d5d9effbb9fc8a725ee30f26324306c3bac70747738c5ca601953b4a5a16782
languageName: node
linkType: hard

Expand Down Expand Up @@ -7836,7 +7836,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.31.0"
"@coinbase/onchainkit": "npm:0.31.1"
"@types/react": "npm:latest"
"@vercel/edge": "npm:^1.1.1"
permissionless: "npm:^0.1.29"
Expand Down

0 comments on commit ccac2a1

Please sign in to comment.