Skip to content

Commit

Permalink
docs: latest (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Dec 11, 2024
1 parent 51a99f1 commit d345f19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

### Minor Changes

- ecaa62f: -**feat**: Improved funding flow in `Checkout` by @0xAlec #1692 -**chore**: Added `useOutsideClick` hook. By @cpcramer #1612 -**chore**: Theme styling improvements. By @brendan-defi #1676 -**fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667 -**chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693 -**feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701 -**fix**: Fixed changelog generation. By @dschlabach #1680 -**docs**: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685
-**feat**: Improved funding flow in `Checkout` by @0xAlec #1692
-**chore**: Added `useOutsideClick` hook. By @cpcramer #1612
-**chore**: Theme styling improvements. By @brendan-defi #1676
-**fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667
-**chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693
-**feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701 -**fix**: Fixed changelog generation. By @dschlabach #1680
-**docs**: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685

Breaking Changes:

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.35.8",
"@coinbase/onchainkit": "0.36.0",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"express": "^4.21.1",
Expand Down
11 changes: 5 additions & 6 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.35.8":
version: 0.35.8
resolution: "@coinbase/onchainkit@npm:0.35.8"
"@coinbase/onchainkit@npm:0.36.0":
version: 0.36.0
resolution: "@coinbase/onchainkit@npm:0.36.0"
dependencies:
"@tanstack/react-query": "npm:^5"
clsx: "npm:^2.1.1"
Expand All @@ -492,10 +492,9 @@ __metadata:
wagmi: "npm:^2.12.24"
peerDependencies:
"@types/react": ^18
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: c8bd111b327f5be4fc757d75e2eae00bedfae1e6b0e7bfe532e2a1c564ceadd0f7645b089b245f3ccf75974834cb06053302b113bdac9f943b218263be2ccaaa
checksum: 4c6cdb3fa9548dd52823e1206fb3e58fd28e537cdc2d1e3b3d3ebca745409e93b34a2a1dfca87cb984136146302a3b10f8c8e7abc6c9d74bcb12b140450f08ed
languageName: node
linkType: hard

Expand Down Expand Up @@ -8350,7 +8349,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.35.8"
"@coinbase/onchainkit": "npm:0.36.0"
"@types/express": "npm:^4"
"@types/react": "npm:latest"
"@types/sitemap-generator": "npm:^8"
Expand Down

0 comments on commit d345f19

Please sign in to comment.