Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: latest #1344

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

- c9c7c3e: **feat**: Implement the fund button integrated with Coinbase Onramp. By @steveviselli-cb #1322
- **feat**: Implemented the fund button integrated with Coinbase Onramp. By @steveviselli-cb #1322

## 0.33.2

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.33.2",
"@coinbase/onchainkit": "0.33.3",
"@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.33.2":
version: 0.33.2
resolution: "@coinbase/onchainkit@npm:0.33.2"
"@coinbase/onchainkit@npm:0.33.3":
version: 0.33.3
resolution: "@coinbase/onchainkit@npm:0.33.3"
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: c2b0f6ca39bb0c22d85d6c496860cb37c2539d565e48585a464376dd1129a103889258bc32a6019d81128c88f321119acb392a64b7b1b2302087efe2a5ceccb2
checksum: 55734fa87b53e21db82a30d8609d86250c14ad19190a95824c8c92de2834ed0c0976d4bcdc4ba87519588b4917497306f77a845afa44dea659a2ebbe05820768
languageName: node
linkType: hard

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