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 #1781

Merged
merged 1 commit into from
Dec 20, 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

- 46156a6: - **feat**: Added disabled prop to Buy component. @abcrane123 #1775
- **feat**: Added disabled prop to Buy component. @abcrane123 #1775

## 0.36.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.36.2",
"@coinbase/onchainkit": "0.36.3",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"express": "^4.21.1",
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.36.2":
version: 0.36.2
resolution: "@coinbase/onchainkit@npm:0.36.2"
"@coinbase/onchainkit@npm:0.36.3":
version: 0.36.3
resolution: "@coinbase/onchainkit@npm:0.36.3"
dependencies:
"@tanstack/react-query": "npm:^5"
clsx: "npm:^2.1.1"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@types/react": ^18 || ^19
react: ^18 || ^19
react-dom: ^18 || ^19
checksum: 508d584bf8484d4963648c97de65aaab0b7de6c1f7255252a20a77af22de479cbb6e7f3e5496d204bf1d3a0a711e4865ac05149e6f90bd66a011e53894dc7111
checksum: 3a606569a9dac030395dee5a9a5fb4df1095425c5782faad838c3a4184b5f0a6a3773ac722e95d12e31eb5260ee13b2dc131fa4dfe0b0ec694af1870eefcbb91
languageName: node
linkType: hard

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